pinctrl: berlin: add the BG2Q pinctrl driver
authorAntoine Tenart <antoine.tenart@free-electrons.com>
Mon, 19 May 2014 17:36:30 +0000 (19:36 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 22 May 2014 22:05:30 +0000 (00:05 +0200)
commit626eea8706b2cf88588d1c8ec2d95edcf126667d
tree28b2784408129ae3b9a4e6de1894cf0c21d7a100
parent3de68d331c24e8136da147801c2d090c3038eb32
pinctrl: berlin: add the BG2Q 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-bg2q.c [new file with mode: 0644]