]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
pinctrl: mvebu: new driver for Orion platforms
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 22 Apr 2014 21:26:07 +0000 (23:26 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 24 Apr 2014 13:09:35 +0000 (15:09 +0200)
commitfd67f884782a281eb033e40b0f8eae623416035e
tree8eda0ae8a34563a8ffb3275afed3669eb08df11f
parenta076e2ed3fd26f8877a3a010e3fae6b5306ba1b0
pinctrl: mvebu: new driver for Orion platforms

This commit extends the pinctrl mvebu logic with a new driver to cover
Orion5x SoC. It supports the definitions for the 5181l, 5182 and 5281
variants of Orion5x, which are the three ones supported by the old
style MPP code in arch/arm/mach-orion5x/.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Documentation/devicetree/bindings/pinctrl/marvell,orion-pinctrl.txt [new file with mode: 0644]
drivers/pinctrl/mvebu/Kconfig
drivers/pinctrl/mvebu/Makefile
drivers/pinctrl/mvebu/pinctrl-orion.c [new file with mode: 0644]