h8300: Rename ctlr_out/in[bwl] to raw_read/write[bwl]
authorDaniel Lezcano <daniel.lezcano@linaro.org>
Sun, 8 Nov 2015 21:55:12 +0000 (22:55 +0100)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Tue, 15 Dec 2015 09:12:03 +0000 (10:12 +0100)
commit751605152b4dbcdf3da2643c965ec1c3b734e11d
tree0db09960ca36ce8034181f98cb37f9dda79f6e1c
parent97a23beb8db9766ed8f673479af4dcc883311504
h8300: Rename ctlr_out/in[bwl] to raw_read/write[bwl]

For the sake of consistency, let rename all ctrl_out/in calls to the write/read
calls so we have the same API consistent with the other architectures hence
open the door for the increasing of the test compilation coverage.

The unsigned long coercive cast is removed because all variables are set to
the right type "void __iomem *".

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
arch/h8300/include/asm/io.h
arch/h8300/kernel/setup.c
drivers/clocksource/h8300_timer16.c
drivers/clocksource/h8300_timer8.c
drivers/clocksource/h8300_tpu.c
drivers/irqchip/irq-renesas-h8300h.c