]> git.baikalelectronics.ru Git - kernel.git/commit
spi: spi-ep93xx: use read,write instead of __raw_* variants
authorH Hartley Sweeten <hartleys@visionengravers.com>
Tue, 2 Jul 2013 17:06:26 +0000 (10:06 -0700)
committerMark Brown <broonie@linaro.org>
Mon, 15 Jul 2013 10:37:13 +0000 (11:37 +0100)
commit3d394a3df1be22634a11b5c324e37141493b2198
tree664a39fba96238b2a58ed54bf17a9f39f30fce60
parent01f310cc40b0bdee5bfee50c2dd4cd9f88c9d51d
spi: spi-ep93xx: use read,write instead of __raw_* variants

The memory resource used by this driver is ioremap()'d and the normal
read,write calls can be used instead of the __raw_* variants.

Also, remove the inline tag on the helper functions and let the compiler
decide if they are inlined.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Acked-by: Mika Westerberg <mika.westerberg@iki.fi>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/spi/spi-ep93xx.c