]> git.baikalelectronics.ru Git - kernel.git/commit
gpio: Initial support for ROHM bd70528 GPIO block
authorMatti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
Mon, 3 Jun 2019 07:26:45 +0000 (10:26 +0300)
committerLee Jones <lee.jones@linaro.org>
Thu, 27 Jun 2019 09:57:24 +0000 (10:57 +0100)
commitef39296dd1a51927333f8ee9589cf41878cbbc75
treed420b69d6d846fd32821e3e0cdc5148732724eac
parent9970563b740159a0fd45e4c3a8f50cedae57078a
gpio: Initial support for ROHM bd70528 GPIO block

ROHM BD70528 PMIC has 4 GPIO pins. Allow them to be
controlled by GPIO framework.

IRQs are handled by regmap-irq and GPIO driver is not
aware of the irq usage.

Signed-off-by: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/gpio-bd70528.c [new file with mode: 0644]