Re: [U-Boot] [PATCH] USB: ehci-mx6: Fix broken IO access

2012-05-06 Thread Stefano Babic
On 02/05/2012 16:36, Wolfgang Grandegger wrote: > To get USB working again on the i.MX6, this patch fixes a bug introduced > with commit 522b2a0 "Add proper IO accessors for mx6 usb registers.". > At that occasion, I also added the missing __iomem directive. > > Cc: Marek Vasut > CC: Fabio Esteva

Re: [U-Boot] [PATCH] USB: ehci-mx6: Fix broken IO access

2012-05-02 Thread Wolfgang Grandegger
Hi Fabio, On 05/02/2012 05:24 PM, Fabio Estevam wrote: > On Wed, May 2, 2012 at 11:36 AM, Wolfgang Grandegger wrote: >> To get USB working again on the i.MX6, this patch fixes a bug introduced >> with commit 522b2a0 "Add proper IO accessors for mx6 usb registers.". > > Good catch on the usb regi

Re: [U-Boot] [PATCH] USB: ehci-mx6: Fix broken IO access

2012-05-02 Thread Fabio Estevam
On Wed, May 2, 2012 at 11:36 AM, Wolfgang Grandegger wrote: > To get USB working again on the i.MX6, this patch fixes a bug introduced > with commit 522b2a0 "Add proper IO accessors for mx6 usb registers.". Good catch on the usb register name change. > At that occasion, I also added the missing

[U-Boot] [PATCH] USB: ehci-mx6: Fix broken IO access

2012-05-02 Thread Wolfgang Grandegger
To get USB working again on the i.MX6, this patch fixes a bug introduced with commit 522b2a0 "Add proper IO accessors for mx6 usb registers.". At that occasion, I also added the missing __iomem directive. Cc: Marek Vasut CC: Fabio Estevam Signed-off-by: Wolfgang Grandegger --- drivers/usb/host