Hi Robert, Will send the next version(v3) after Mainline Window close. Thanks Srinivas Neeli. > -----Original Message----- > From: Robert Hancock <robert.hancock@xxxxxxxxxx> > Sent: Monday, October 19, 2020 11:18 PM > To: Srinivas Neeli <sneeli@xxxxxxxxxx>; Michal Simek <michals@xxxxxxxxxx>; > Srinivas Goud <sgoud@xxxxxxxxxx>; Shubhrajyoti Datta > <shubhraj@xxxxxxxxxx> > Cc: git <git@xxxxxxxxxx>; linux-gpio <linux-gpio@xxxxxxxxxxxxxxx> > Subject: Re: [PATCH V2 0/3] gpio-xilinx: Update on xilinx gpio driver > > Hi Srinivas, > > Just checking if there is any update on this patchset? It looks like there was > some feedback but I didn't see another version submitted. > > Robert Hancock > Senior Hardware Designer, Advanced Technologies www.calian.com > www.sedsystems.ca > > From: Srinivas Neeli <srinivas.neeli@xxxxxxxxxx> > Sent: July 23, 2020 8:36 AM > To: bgolaszewski <bgolaszewski@xxxxxxxxxxxx>; linus.walleij > <linus.walleij@xxxxxxxxxx>; michal.simek <michal.simek@xxxxxxxxxx>; sgoud > <sgoud@xxxxxxxxxx>; shubhrajyoti.datta <shubhrajyoti.datta@xxxxxxxxxx> > Cc: git <git@xxxxxxxxxx>; linux-arm-kernel <linux-arm- > kernel@xxxxxxxxxxxxxxxxxxx>; linux-gpio <linux-gpio@xxxxxxxxxxxxxxx>; linux- > kernel <linux-kernel@xxxxxxxxxxxxxxx> > Subject: [PATCH V2 0/3] gpio-xilinx: Update on xilinx gpio driver > > 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