]> git.karo-electronics.de Git - karo-tx-linux.git/commit
pinctrl: mvebu: add pinctrl driver for Marvell Armada 39x
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 6 Feb 2015 15:57:53 +0000 (16:57 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 4 Mar 2015 12:53:55 +0000 (13:53 +0100)
commitee086577abe7f7ccf5f64a33479a36e22710b7d0
tree80599c0c1bf0edaf509664ab627a32da803564f7
parentc517d838eb7d07bbe9507871fab3931deccff539
pinctrl: mvebu: add pinctrl driver for Marvell Armada 39x

This commit adds a new pinctrl driver for the Marvell Armada 39x
family of processors, which hooks into the existing infrastructure to
support pin-muxing on Marvell EBU processors. Two variants of the
Armada 39x are supported: 88F6920 (Armada 390) and 88F6928 (Armada
398), which have a few differences in the available functions for
certain pins.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/mvebu/Kconfig
drivers/pinctrl/mvebu/Makefile
drivers/pinctrl/mvebu/pinctrl-armada-39x.c [new file with mode: 0644]