pinctrl: sunxi: Move Allwinner A31 special pins driver to a driver of its own
commit16c675f9893fffd8a4fd408c42d9ff050e022e58
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Fri, 18 Apr 2014 18:12:50 +0000 (18 20:12 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Sun, 4 May 2014 07:03:31 +0000 (4 00:03 -0700)
tree5c9d2c43aed6289e72fe86b01d6db09874931b80
parent1c996176e725660bd6e0841ba066d9ff4fc21bba
pinctrl: sunxi: Move Allwinner A31 special pins 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-sun6i-a31-r.c [new file with mode: 0644]
drivers/pinctrl/sunxi/pinctrl-sunxi-pins.h
drivers/pinctrl/sunxi/pinctrl-sunxi.c