barebox/drivers/spi
Masahiro Yamada 5731d3ebcc Abolish cpu_read* and cpu_write* accessors
Commit 2e6a88f210 (add cpu native ordered io accessors) introduced
these macros and then commit be57f20cdd (Fix big endian MMIO
primitives) figured out they are equivalent to __raw_{read,write}*.

They turned out unnecessary after all.  Anyway, most source files
use __raw_read* and __raw_write*.

Let's replace a few remaining references and abolish them.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2015-05-20 08:05:44 +02:00
..
altera_spi.c resource: Let dev_request_mem_region return an error pointer 2014-09-16 08:32:10 +02:00
ath79_spi.c Abolish cpu_read* and cpu_write* accessors 2015-05-20 08:05:44 +02:00
atmel_spi.c ARM: AT91: move iomux definitions to iomux.h 2013-08-16 15:58:33 +02:00
atmel_spi.h spi: add atmel-spi driver 2011-09-14 10:40:17 +02:00
gpio_spi.c spi: Add SPI GPIO bitbang driver 2015-04-27 08:09:34 +02:00
imx_spi.c Merge branch 'for-next/of-device-id' 2015-05-06 21:36:13 +02:00
Kconfig spi: Add SPI GPIO bitbang driver 2015-04-27 08:09:34 +02:00
Makefile spi: Add SPI GPIO bitbang driver 2015-04-27 08:09:34 +02:00
mvebu_spi.c of: use 'const void *' for struct of_device_id.data 2015-04-30 08:12:57 +02:00
mxs_spi.c ARM: move DMA alloc functions to dma.h 2015-03-06 07:52:02 +01:00
omap3_spi.c of: use 'const void *' for struct of_device_id.data 2015-04-30 08:12:57 +02:00
omap3_spi.h treewide: remove address of the Free Software Foundation 2014-06-11 08:35:25 +02:00
spi-bitbang-txrx.h spi: ath79: move spidelay from spi-bitbang-txrx 2015-04-27 08:09:34 +02:00
spi.c driver: Call remove function only when available 2015-03-17 07:24:50 +01:00