]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
spi: atmel: use endian agnostic IO
authorBen Dooks <ben.dooks@codethink.co.uk>
Wed, 18 Mar 2015 15:53:08 +0000 (15:53 +0000)
committerMark Brown <broonie@kernel.org>
Sun, 22 Mar 2015 18:00:25 +0000 (18:00 +0000)
commitea467326e36b496a92c677cbbed1dfd03b707aaf
treec88ff1efb1a69417e16408d5a532e24746f26707
parentc517d838eb7d07bbe9507871fab3931deccff539
spi: atmel: use endian agnostic IO

Use the endian agnositc IO functions instead of the __raw ones for when
the driver is in use on big-endian systems.

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-atmel.c