Re: [U-Boot] [PATCH 1/4] mvpp2: Fix warning over 32bit vs 64bit targets

2018-01-29 Thread Joe Hershberger
On Sat, Jan 27, 2018 at 1:48 PM, Tom Rini wrote: > When we have a driver that is used on both 32bit and 64bit targets and > we are talking about address space we cannot use u64 nor u32 and instead > need to use phys_addr_t. > > Fixes: 377883f16d36 ("net: mvpp2x: fix phy

Re: [U-Boot] [PATCH 1/4] mvpp2: Fix warning over 32bit vs 64bit targets

2018-01-28 Thread Stefan Roese
On 27.01.2018 20:48, Tom Rini wrote: When we have a driver that is used on both 32bit and 64bit targets and we are talking about address space we cannot use u64 nor u32 and instead need to use phys_addr_t. Fixes: 377883f16d36 ("net: mvpp2x: fix phy connected to wrong mdio issue") Cc: Stefan

[U-Boot] [PATCH 1/4] mvpp2: Fix warning over 32bit vs 64bit targets

2018-01-27 Thread Tom Rini
When we have a driver that is used on both 32bit and 64bit targets and we are talking about address space we cannot use u64 nor u32 and instead need to use phys_addr_t. Fixes: 377883f16d36 ("net: mvpp2x: fix phy connected to wrong mdio issue") Cc: Stefan Chulski Cc: Stefan