]> git.karo-electronics.de Git - linux-beck.git/commit
pinctrl: mvebu: add pin-muxing driver for the Marvell Armada 380/385
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 10 Feb 2014 17:04:56 +0000 (18:04 +0100)
committerSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Tue, 25 Feb 2014 17:51:05 +0000 (18:51 +0100)
commitca6d9a084b56f530e42b61a665088ba1caa7cefa
tree24b4d0d9243c4d7bed329f16debab599a31cbac4
parentce3ed59dcddd6f4088018bf86f7630e079aa2bbd
pinctrl: mvebu: add pin-muxing driver for the Marvell Armada 380/385

The Marvell Armada 380/385 are new ARM SoCs from Marvell, part of the
mvebu family, but using a Cortex-A9 CPU core. In terms of pin-muxing,
it is similar to Armada 370 and XP for the register layout, only
different in the number of available pins and their
functions. Therefore, we simply use the existing
drivers/pinctrl/mvebu/ infrastructure, with no other changes that the
list of pins and corresponding functions.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Documentation/devicetree/bindings/pinctrl/marvell,armada-38x-pinctrl.txt [new file with mode: 0644]
drivers/pinctrl/mvebu/Kconfig
drivers/pinctrl/mvebu/Makefile
drivers/pinctrl/mvebu/pinctrl-armada-38x.c [new file with mode: 0644]