]> git.baikalelectronics.ru Git - kernel.git/commit
gpio: Add Cadence GPIO driver
authorJan Kotas <jank@cadence.com>
Tue, 18 Dec 2018 16:10:42 +0000 (16:10 +0000)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 21 Dec 2018 10:41:00 +0000 (11:41 +0100)
commit9c27ae215356ddd1bb2f6bd1ab892972d01ee196
treea5b3335d3efc798d5edf9787d7507045774c965d
parent0fcad57d0a5bc0d5a3686146a72c216e70ca33ac
gpio: Add Cadence GPIO driver

This patch adds a driver for Cadence GPIO controller.

It can be enabled with GPIO_CADENCE Kconfig option.
It uses generic GPIO infrastructure and works
as an interrupt controller.
At the moment it only supports level sensitive irqs.

Signed-off-by: Jan Kotas <jank@cadence.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/gpio-cadence.c [new file with mode: 0644]