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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Robert,

> -----Original Message-----
> From: Robert Hancock <robert.hancock@xxxxxxxxxx>
> Sent: Saturday, November 7, 2020 3:59 AM
> To: Shubhrajyoti Datta <shubhraj@xxxxxxxxxx>; Michal Simek
> <michals@xxxxxxxxxx>; Srinivas Neeli <sneeli@xxxxxxxxxx>; Srinivas Goud
> <sgoud@xxxxxxxxxx>
> Cc: git <git@xxxxxxxxxx>; linux-gpio@xxxxxxxxxxxxxxx
> Subject: Re: [PATCH V2 0/3] gpio-xilinx: Update on xilinx gpio driver
> 
> On Tue, 2020-10-20 at 09:22 +0200, Michal Simek wrote:
> > Hi,
> >
> > let me correct this. Merge Window. :-)
> > 5.10-rc1 should be tagged on Sunday Oct 25. After that patches can be
> > send again.
> >
> > Thanks,
> > Michal
> >
> 
> Hi, just wondering if you are still planning to submit a v3 of this patchset?

working on it, have to test some functions , will send this week

Thanks
Srinivas Neeli

> 
> > On 20. 10. 20 8:59, Srinivas Neeli wrote:
> > > 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
> > > >
> https://can01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fw
> > > >
> ww.calian.com%2F&amp;data=04%7C01%7Crobert.hancock%40calian.com%
> 7C
> > > >
> d2512bd3dbac441f436108d874c8ff30%7C23b57807562f49ad92c43bb0f07a1fd
> > > >
> f%7C0%7C0%7C637387753918575684%7CUnknown%7CTWFpbGZsb3d8eyJWI
> joiMC4
> > > >
> wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&a
> mp
> > > >
> ;sdata=nintj27wpUCrWfCJggVTKRqanPiM7AnXH5M2Vcst14c%3D&amp;reser
> ved
> > > > =0
> > > >
> https://can01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fw
> > > >
> ww.sedsystems.ca%2F&amp;data=04%7C01%7Crobert.hancock%40calian.co
> m
> > > >
> %7Cd2512bd3dbac441f436108d874c8ff30%7C23b57807562f49ad92c43bb0f07a
> > > >
> 1fdf%7C0%7C0%7C637387753918575684%7CUnknown%7CTWFpbGZsb3d8ey
> JWIjoi
> > > >
> MC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C100
> 0&
> > > >
> amp;sdata=Y0%2Fhy01tuwvrFUAszMqkit6C3Qam9Ktr1q5vNbqkoLc%3D&am
> p;res
> > > > erved=0
> > > >
> > > > 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
> --
> Robert Hancock
> Senior Hardware Designer, Calian Advanced Technologies www.calian.com




[Index of Archives]     [Linux SPI]     [Linux Kernel]     [Linux ARM (vger)]     [Linux ARM MSM]     [Linux Omap]     [Linux Arm]     [Linux Tegra]     [Fedora ARM]     [Linux for Samsung SOC]     [eCos]     [Linux Fastboot]     [Gcc Help]     [Git]     [DCCP]     [IETF Announce]     [Security]     [Linux MIPS]     [Yosemite Campsites]

  Powered by Linux