]> asedeno.scripts.mit.edu Git - linux.git/commit
pinctrl: mvebu: add driver for Armada AP806 pinctrl
authorHanna Hawa <hannah@marvell.com>
Mon, 12 Jun 2017 15:34:56 +0000 (17:34 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 16 Jun 2017 09:22:33 +0000 (11:22 +0200)
commit86fbd09440f39d7eacf30684985ebe9370f5f813
tree69bfc895c93f9253c881488130d2854c53c611d4
parent0b36906536ccbd2d2cd535911eb03ee015169056
pinctrl: mvebu: add driver for Armada AP806 pinctrl

This commit adds a pinctrl driver for the pin-muxing controller found in
the AP806 part of the Marvell Armada 7K and 8K SoCs. Its register
interface is compatible with the one used by previous mvebu pin
controllers, so the common logic in drivers/pinctrl/mvebu/pinctrl-mvebu.c
is used.

Signed-off-by: Hanna Hawa <hannah@marvell.com>
Reviewed-by: Shadi Ammouri <shadi@marvell.com>
[updated for mvebu pinctrl changes
 - converted to simple_mmio
 - removed unimplemented .remove function
 - removed DTS description
  - converted  to use syscon/regmap
 --rmk]
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@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-ap806.c [new file with mode: 0644]