pinctrl: sunxi: Move Allwinner A31 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:30 +0000 (00:03 -0700)
commit1c996176e725660bd6e0841ba066d9ff4fc21bba
tree983c10286df19434cb1394e2caaed848d758f887
parent342cefb2128b098035d324e448d42253c9c44699
pinctrl: sunxi: Move Allwinner A31 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-sun6i-a31.c [new file with mode: 0644]
drivers/pinctrl/sunxi/pinctrl-sunxi-pins.h
drivers/pinctrl/sunxi/pinctrl-sunxi.c