Abolish cpu_read* and cpu_write* accessors
Commit 2e6a88f2101d (add cpu native ordered io accessors) introduced
these macros and then commit be57f20cdd7d (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>
1 parent 1ec907c commit 5731d3ebccb8cee4cd9283e179e94c1d01398e17
@Masahiro Yamada Masahiro Yamada authored on 18 May 2015
Sascha Hauer committed on 20 May 2015
Showing 6 changed files
View
arch/arm/mach-tegra/include/mach/lowlevel.h
View
arch/mips/mach-ath79/include/mach/debug_ll.h
View
drivers/mtd/nor/cfi_flash.h
View
drivers/serial/serial_ar933x.c
View
drivers/spi/ath79_spi.c
View
include/io.h