[U-Boot] [PATCH v6 07/12] net: pch_gbe: Make 64 bit safe

Paul Burton paul.burton at imgtec.com
Thu Aug 4 18:25:40 CEST 2016



On 04/08/16 17:23, Joe Hershberger wrote:
> Hi Paul,
>
> On Thu, Aug 4, 2016 at 5:29 AM, Paul Burton <paul.burton at imgtec.com> wrote:
>> The pch_gbe driver previously casted pointers to & from unsigned 32 bit
>> integers in many locations. This breaks the driver on 64 bit systems,
>> producing streams of compiler warnings about mismatched pointer &
>> integer sizes and then failing to keep track of addresses correctly at
>> runtime.
>>
>> Fix the driver for 64 bit systems by using unsigned longs in place of
>> the previously used 32 bit integers.
>>
>> Signed-off-by: Paul Burton <paul.burton at imgtec.com>
>> ---
>>
>> Changes in v6: None
>> Changes in v5: None
>> Changes in v4: None
>> Changes in v3: None
>> Changes in v2: None
>
> It seems you are not collecting the acks you get and including them in
> the commit message of the next version.
>
> I Acked v2, but it's been dropped in all later versions.
>

Hi Joe,

Apologies, I overlooked your email. I'll include your ack if there's a v7.

Thanks,
     Paul


More information about the U-Boot mailing list