]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
pinctrl: sunxi: Move Allwinner A20 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:04:49 +0000 (00:04 -0700)
commit2519859418fbf82b5cc7213afdc5dd0d9d54eb80
treef76d321c3d9a7869eae2da71aff1a0983c78cbed
parent16c675f9893fffd8a4fd408c42d9ff050e022e58
pinctrl: sunxi: Move Allwinner A20 pinctrl driver to a driver of its own

Move the pin description to a driver specific to be.

This is the final 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.

We can finally remove that header, and remove all the driver part of the
pinctrl-sunxi core.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
drivers/pinctrl/sunxi/Makefile
drivers/pinctrl/sunxi/pinctrl-sun7i-a20.c [moved from drivers/pinctrl/sunxi/pinctrl-sunxi-pins.h with 97% similarity]
drivers/pinctrl/sunxi/pinctrl-sunxi.c