Re: [U-Boot] [PATCH] ehci-hcd: fix warnings on 64-bit builds

2015-03-25 Thread Marek Vasut
On Wednesday, March 25, 2015 at 01:29:02 PM, Thierry Reding wrote: > On Tue, Mar 24, 2015 at 04:42:04PM +0100, Marek Vasut wrote: > > On Tuesday, March 24, 2015 at 12:36:55 AM, Rob Herring wrote: > > > On Fri, Mar 20, 2015 at 8:19 AM, Marek Vasut wrote: > > > > On Tuesday, March 17, 2015 at 09:46:

Re: [U-Boot] [PATCH] ehci-hcd: fix warnings on 64-bit builds

2015-03-25 Thread Thierry Reding
On Tue, Mar 24, 2015 at 04:42:04PM +0100, Marek Vasut wrote: > On Tuesday, March 24, 2015 at 12:36:55 AM, Rob Herring wrote: > > On Fri, Mar 20, 2015 at 8:19 AM, Marek Vasut wrote: > > > On Tuesday, March 17, 2015 at 09:46:37 PM, Rob Herring wrote: > > >> Change addresses to unsigned long to be co

Re: [U-Boot] [PATCH] ehci-hcd: fix warnings on 64-bit builds

2015-03-25 Thread Marek Vasut
On Tuesday, March 17, 2015 at 09:46:37 PM, Rob Herring wrote: > Change addresses to unsigned long to be compatible with 64-bit builds. > Regardless of fixing warnings, the device is still only 32-bit capable. > > Signed-off-by: Rob Herring > Cc: Marek Vasut Applied, thanks! Best regards, Marek

Re: [U-Boot] [PATCH] ehci-hcd: fix warnings on 64-bit builds

2015-03-24 Thread Marek Vasut
On Tuesday, March 24, 2015 at 12:36:55 AM, Rob Herring wrote: > On Fri, Mar 20, 2015 at 8:19 AM, Marek Vasut wrote: > > On Tuesday, March 17, 2015 at 09:46:37 PM, Rob Herring wrote: > >> Change addresses to unsigned long to be compatible with 64-bit builds. > >> Regardless of fixing warnings, the

Re: [U-Boot] [PATCH] ehci-hcd: fix warnings on 64-bit builds

2015-03-23 Thread Rob Herring
On Fri, Mar 20, 2015 at 8:19 AM, Marek Vasut wrote: > On Tuesday, March 17, 2015 at 09:46:37 PM, Rob Herring wrote: >> Change addresses to unsigned long to be compatible with 64-bit builds. >> Regardless of fixing warnings, the device is still only 32-bit capable. >> >> Signed-off-by: Rob Herring

Re: [U-Boot] [PATCH] ehci-hcd: fix warnings on 64-bit builds

2015-03-20 Thread Marek Vasut
On Tuesday, March 17, 2015 at 09:46:37 PM, Rob Herring wrote: > Change addresses to unsigned long to be compatible with 64-bit builds. > Regardless of fixing warnings, the device is still only 32-bit capable. > > Signed-off-by: Rob Herring > Cc: Marek Vasut > --- > drivers/usb/host/ehci-hcd.c |

[U-Boot] [PATCH] ehci-hcd: fix warnings on 64-bit builds

2015-03-17 Thread Rob Herring
Change addresses to unsigned long to be compatible with 64-bit builds. Regardless of fixing warnings, the device is still only 32-bit capable. Signed-off-by: Rob Herring Cc: Marek Vasut --- drivers/usb/host/ehci-hcd.c | 82 ++--- 1 file changed, 41 insert