clocksource: sunxi: Rename sunxi to sun4i
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Sun, 24 Mar 2013 10:49:25 +0000 (11:49 +0100)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 8 Apr 2013 19:42:11 +0000 (21:42 +0200)
commit119fd635e383c1a58990e5805acc29f48ed3e360
tree91595c46243cb8e4033a2476a40b5655b69a2130
parentea71d9a600e769ca669f4ba3e25ffdecdeede240
clocksource: sunxi: Rename sunxi to sun4i

During the introduction of the Allwinner SoC platforms, sunxi was
initially meant as a generic name for all the variants of the Allwinner
SoC.

It was ok at the time of the support of only the A10 and A13 that
looks pretty much the same, but it's beginning to be troublesome with
the future addition of the Allwinner A31 (sun6i) that is quite
different, and would introduce some weird logic, where sunxi would
actually mean in some case sun4i and sun5i but without sun6i...

Moreover, it makes the compatible strings naming scheme not consistent
with other architectures, where usually for this kind of compability, we
just use the oldest SoC name that has this IP, so let's do just this.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Documentation/devicetree/bindings/timer/allwinner,sun4i-timer.txt [new file with mode: 0644]
Documentation/devicetree/bindings/timer/allwinner,sunxi-timer.txt [deleted file]
arch/arm/mach-sunxi/Kconfig
drivers/clocksource/Kconfig
drivers/clocksource/Makefile
drivers/clocksource/sun4i_timer.c [new file with mode: 0644]
drivers/clocksource/sunxi_timer.c [deleted file]
This page took 0.027651 seconds and 5 git commands to generate.