irqchip/s3c24xx: Fixup IO accessors for big endian
authorBen Dooks <ben.dooks@codethink.co.uk>
Tue, 21 Jun 2016 10:20:30 +0000 (11:20 +0100)
committerJason Cooper <jason@lakedaemon.net>
Thu, 23 Jun 2016 18:28:00 +0000 (18:28 +0000)
commit353332855eef20dc5ae8cd42aaafb4750748f90b
treeb66755f4ed930f0a892a42e1fd5b7de41dd47fa7
parent2a4fe14bc8da0af53076fa90ac34738c7b55fc3b
irqchip/s3c24xx: Fixup IO accessors for big endian

Instead of using the __raw accessors, use the _relaxed versions
to deal with any issues due to endian-ness of the CPU.

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
[jac: reformat subject line, fix commit message typo]
Link: https://lkml.kernel.org/r/1466504432-24187-10-git-send-email-ben.dooks@codethink.co.uk
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
drivers/irqchip/irq-s3c24xx.c