Re: [PATCH v3 2/2] gpio: Add Cadence GPIO driver

2018-12-21 Thread Linus Walleij
On Tue, Dec 18, 2018 at 5:11 PM Jan Kotas wrote: > 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. > >

[PATCH v3 2/2] gpio: Add Cadence GPIO driver

2018-12-18 Thread Jan Kotas
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 --- drivers/gpio/Kconfig| 8