]> git.karo-electronics.de Git - karo-tx-linux.git/commit
gpio: Add ROHM BD9571MWV-M PMIC GPIO driver
authorMarek Vasut <marek.vasut@gmail.com>
Tue, 25 Apr 2017 18:32:09 +0000 (20:32 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 28 Apr 2017 07:47:46 +0000 (09:47 +0200)
commit9384793036afb7529c1c564e839ef4356271d68e
tree2fedafe17393b8fade189710790b72dc4d643d72
parent881ebd229f4a5ea88f269c1225245e50db9ba303
gpio: Add ROHM BD9571MWV-M PMIC GPIO driver

Add driver for the GPIO block in the ROHM BD9571MWV-W MFD PMIC.
This block is pretty trivial and supports setting GPIO direction
as Input/Output and in case of Output, supports setting value.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: linux-gpio@vger.kernel.org
Cc: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/gpio-bd9571mwv.c [new file with mode: 0644]