Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drivers: gpio: cadence: use devm_platform_ioremap_resource() | Enrico Weigelt, metux IT consult | 2019-04-04 | 1 | -3/+1 |
| | | | | | | | | Use the new helper that wraps the calls to platform_get_resource() and devm_ioremap_resource() together. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> | ||||
* | gpio: Add Cadence GPIO driver | Jan Kotas | 2018-12-21 | 1 | -0/+291 |
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> |