]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - drivers/irqchip/irq-sun4i.c
irqchip: sunxi: Rename sunxi to sun4i
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Sun, 24 Mar 2013 09:10:04 +0000 (10:10 +0100)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 8 Apr 2013 19:42:46 +0000 (21:42 +0200)
commitd7fbc6ca35db027345a0e066c54b367e31d4fed3
tree2414ada8047c3599413b04cbf454674941c03563
parentf1dc6c4f77678979868fe220c6913890e13473d8
irqchip: 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/interrupt-controller/allwinner,sun4i-ic.txt [new file with mode: 0644]
Documentation/devicetree/bindings/interrupt-controller/allwinner,sunxi-ic.txt [deleted file]
drivers/irqchip/Makefile
drivers/irqchip/irq-sun4i.c [new file with mode: 0644]
drivers/irqchip/irq-sunxi.c [deleted file]