pinctrl: berlin: add the BG2 pinctrl driver
authorAntoine Tenart <antoine.tenart@free-electrons.com>
Mon, 19 May 2014 17:36:31 +0000 (19:36 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 22 May 2014 22:06:04 +0000 (00:06 +0200)
commitb016d1bd0592478813cc659ee4ac49f51f160e7b
tree9c92a03e4f49b93706b0b0ac9eaf974ab43b5b69
parent626eea8706b2cf88588d1c8ec2d95edcf126667d
pinctrl: berlin: add the BG2 pinctrl driver

Add the pin-controller driver for the Berlin BG2 SoC, with definition
of its groups and functions. Pin control registers are part of chip/
system control registers, which will be represented by a single node.
Until a proper driver for the chip/system control is available,
register the corresponding regmap in pinctrl driver probe.

Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/berlin/Kconfig
drivers/pinctrl/berlin/Makefile
drivers/pinctrl/berlin/berlin-bg2.c [new file with mode: 0644]