[PATCH V2 0/3] gpio-xilinx: Update on xilinx gpio driver

From: Srinivas Neeli
Date: Thu Jul 23 2020 - 10:06:28 EST


This patch series does the following:
-Add clock adaption support
-Add interupt support
-Add MAINTAINERS fragment

Changes in V2:
-Added check for return value of platform_get_irq() API.
-Updated code to support rising edge and falling edge.
-Added xgpio_xlate() API to support switch.
-Added MAINTAINERS fragment.
---
Tested Below scenarios:
-Tested Loop Back.(channel 1.0 connected to channel 2.0)
-Tested External switch(Used DIP switch)
-Tested Cascade scenario(Here gpio controller acting as
an interrupt controller).
---


Srinivas Neeli (3):
gpio: xilinx: Add clock adaptation support
gpio: xilinx: Add interrupt support
MAINTAINERS: add fragment for xilinx GPIO drivers

MAINTAINERS | 10 ++
drivers/gpio/Kconfig | 1 +
drivers/gpio/gpio-xilinx.c | 404 ++++++++++++++++++++++++++++++++++++++++++---
3 files changed, 395 insertions(+), 20 deletions(-)

--
2.7.4