]> asedeno.scripts.mit.edu Git - linux.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)
commit72ab2f76319e15f7ad1f9d5f529df47099d4d271
treea5b3335d3efc798d5edf9787d7507045774c965d
parente4b194aa0bf522dad9ecf0568eb0fdd598a2713b
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]