pinctrl: sunxi: Move Allwinner A10 pinctrl driver to a driver of its own
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Fri, 18 Apr 2014 18:12:50 +0000 (20:12 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Sun, 4 May 2014 07:03:28 +0000 (00:03 -0700)
commitf2821b1ca3a21c21e8c1256ab45d70b00d1d6398
tree51d7f2ab4772ae8800780c2eeceb52876ac99bb9
parent2284ba6b7d8310d09f3a0a5d81669632532ec26c
pinctrl: sunxi: Move Allwinner A10 pinctrl driver to a driver of its own

Move the pin description to a driver specific to be. This is one more step
toward retiring pinctrl-sunxi-pins.h that used to define all the pins for all
the Allwinner SoCs in a single header, that would have in turn result in having
these structures in the final binary as many times as the header was included.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
drivers/pinctrl/sunxi/Makefile
drivers/pinctrl/sunxi/pinctrl-sun4i-a10.c [new file with mode: 0644]
drivers/pinctrl/sunxi/pinctrl-sunxi-pins.h
drivers/pinctrl/sunxi/pinctrl-sunxi.c