]> git.karo-electronics.de Git - karo-tx-linux.git/commit
pinctrl: sunxi: Move Allwinner A10s 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:29 +0000 (00:03 -0700)
commit0a127c1c395a06c2e23b13fc8f6753f9e1aaba43
treef7a66148115049f39139db51f82dbfbce0dcdca9
parentf2821b1ca3a21c21e8c1256ab45d70b00d1d6398
pinctrl: sunxi: Move Allwinner A10s 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-sun5i-a10s.c [new file with mode: 0644]
drivers/pinctrl/sunxi/pinctrl-sunxi-pins.h
drivers/pinctrl/sunxi/pinctrl-sunxi.c