commit | a3dd3befd7cb7d445fcb7c51cd922bf89afe0762 | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben.dooks@codethink.co.uk> | Wed Mar 18 15:53:09 2015 +0000 |
committer | Felipe Balbi <balbi@ti.com> | Thu Mar 19 11:28:16 2015 -0500 |
tree | a8b9bb36f55d07c9451e69891762f7a23b2a6fec | |
parent | b48cb02de37976ad2ebef201ad40aa40156f6daa [diff] |
usb: gadget: atmel_usba: use endian agnostic IO on ARM 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 <ben.dooks@codethink.co.uk> -- CC: Nicolas Ferre <nicolas.ferre@atmel.com> CC: Felipe Balbi <balbi@ti.com> CC: Greg Kroah-Hartman <gregkh@linuxfoundation.org> CC: linux-usb@vger.kernel.org Signed-off-by: Felipe Balbi <balbi@ti.com>