]> git.baikalelectronics.ru Git - kernel.git/commit
pincntrl: add support for ams AS3722 pin control driver
authorLaxman Dewangan <ldewangan@nvidia.com>
Wed, 2 Oct 2013 15:50:29 +0000 (21:20 +0530)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 10 Oct 2013 15:38:29 +0000 (17:38 +0200)
commit8166381ed11134fb5257a0e4bba21b3feee27bb4
tree42f9f1e3ea4c60c6b8f525ff90cea27ff31077c0
parent9dca7103e39b02d42b35a2334541cef12f4f38ea
pincntrl: add support for ams AS3722 pin control driver

The AS3722 is a compact system PMU suitable for mobile phones, tablets etc.

Add a driver to support accessing the GPIO, pinmux and pin configuration
of 8 GPIO pins found on the ams AS3722 through pin control driver and
gpiolib.

The driver will register itself as the pincontrol driver and gpio driver.

Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/Kconfig
drivers/pinctrl/Makefile
drivers/pinctrl/pinctrl-as3722.c [new file with mode: 0644]