Re: [PATCH 10/13] usb: gadget: atmel_usba: use endian agnostic IO on ARM

2015-03-19 Thread Felipe Balbi
On Thu, Mar 19, 2015 at 05:46:47PM +0100, Nicolas Ferre wrote: > Le 18/03/2015 16:53, Ben Dooks a écrit : > > Change from using the __raw IO accesors to the endian agnostic versions > > of readl/writel_relaxed when not on AVR32. This fixes issues with running > > big endian on ARMv7. > > > > Signe

Re: [PATCH 10/13] usb: gadget: atmel_usba: use endian agnostic IO on ARM

2015-03-19 Thread Nicolas Ferre
Le 18/03/2015 16:53, Ben Dooks a écrit : > Change from using the __raw IO accesors to the endian agnostic versions > of readl/writel_relaxed when not on AVR32. This fixes issues with running > big endian on ARMv7. > > Signed-off-by: Ben Dooks > -- > CC: Nicolas Ferre Felipe, for the record: Ack

[PATCH 10/13] usb: gadget: atmel_usba: use endian agnostic IO on ARM

2015-03-18 Thread Ben Dooks
Change from using the __raw IO accesors to the endian agnostic versions of readl/writel_relaxed when not on AVR32. This fixes issues with running big endian on ARMv7. Signed-off-by: Ben Dooks -- CC: Nicolas Ferre CC: Felipe Balbi CC: Greg Kroah-Hartman CC: linux-usb@vger.kernel.org --- driver