]> git.baikalelectronics.ru Git - kernel.git/commit
pinctrl: mvebu: add pinctrl driver for Armada XP
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 13 Sep 2012 15:41:47 +0000 (17:41 +0200)
committerJason Cooper <jason@lakedaemon.net>
Sat, 22 Sep 2012 14:50:20 +0000 (14:50 +0000)
commit90efb14eb2b19397ccd56b20a397fa8ada57c4c8
tree637dcfffd919146384d4caadbf8903a8e190f0ef
parentd2debbd232f2de7f40f83ceb2d11b5a0e5121976
pinctrl: mvebu: add pinctrl driver for Armada XP

This pinctrl driver is not a full-blown pinctrl driver from scratch:
it relies on the common pinctrl-mvebu driver, which is used for all
Marvell EBU SoCs.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Documentation/devicetree/bindings/pinctrl/marvell,armada-xp-pinctrl.txt [new file with mode: 0644]
drivers/pinctrl/Kconfig
drivers/pinctrl/Makefile
drivers/pinctrl/pinctrl-armada-xp.c [new file with mode: 0644]