9
0
Fork 0
barebox/arch
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
..
arm Abolish cpu_read* and cpu_write* accessors 2015-05-20 08:05:44 +02:00
blackfin blackfin: fix undefined reference with CONFIG_CMD_MAGICVAR 2015-02-02 11:46:31 +01:00
efi driver: Call remove function only when available 2015-03-17 07:24:50 +01:00
mips Abolish cpu_read* and cpu_write* accessors 2015-05-20 08:05:44 +02:00
nios2 NIOS2: use dma_addr_t in dma_alloc_coherent 2015-03-06 07:51:47 +01:00
openrisc openrisc: barebox.lds.S: fix BFD format names 2015-02-10 10:35:32 +01:00
ppc Use linux.bootargs.console for specifying the console 2015-03-09 11:47:34 +01:00
sandbox sandbox: hostfile: completely switch to OF based probing 2015-03-06 07:42:23 +01:00
x86 kbuild: add KBUILD_DEFCONFIG 2015-01-14 07:14:35 +01:00