pinctrl: berlin: add the BG2CD pinctrl driver
commit48b6bce352891a66ddbda826c46536aaaf16d618
authorAntoine Tenart <antoine.tenart@free-electrons.com>
Mon, 19 May 2014 17:36:32 +0000 (19 19:36 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 22 May 2014 22:06:38 +0000 (23 00:06 +0200)
tree257a0b31eec8eebf074b7450a3c7705cc690efed
parentb016d1bd0592478813cc659ee4ac49f51f160e7b
pinctrl: berlin: add the BG2CD pinctrl driver

Add the pin-controller driver for the Berlin BG2Q 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-bg2cd.c [new file with mode: 0644]