]> rtime.felk.cvut.cz Git - linux-imx.git/commit
pinctrl: sunxi: Move the pins definitions to a separate header
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Sun, 9 Jun 2013 16:36:03 +0000 (18:36 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 17 Jun 2013 16:18:32 +0000 (18:18 +0200)
commit44abb933f7ecfd879794e335da3fb6a0ca87f375
treeb191b9200cdefae0e7cbffb64162b694b35b4c9e
parent5ca3353bcee929c3b7bbf39f79038842f443f01a
pinctrl: sunxi: Move the pins definitions to a separate header

It will allow us to have a cleaner separation between the data needed by
the driver to work, and the core logic of the driver in itself, and will
allow having too much noise in the core driver in the future.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-sunxi-pins.h [new file with mode: 0644]
drivers/pinctrl/pinctrl-sunxi.c