linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Srinivas Neeli <sneeli@xilinx.com>
To: Robert Hancock <robert.hancock@calian.com>,
	Shubhrajyoti Datta <shubhraj@xilinx.com>,
	Michal Simek <michals@xilinx.com>,
	Srinivas Goud <sgoud@xilinx.com>
Cc: git <git@xilinx.com>,
	"linux-gpio@vger.kernel.org" <linux-gpio@vger.kernel.org>
Subject: RE: [PATCH V2 0/3] gpio-xilinx: Update on xilinx gpio driver
Date: Mon, 9 Nov 2020 09:32:09 +0000	[thread overview]
Message-ID: <DM6PR02MB53863EF7FEA6856BFE1B3680AFEA0@DM6PR02MB5386.namprd02.prod.outlook.com> (raw)
In-Reply-To: <c7f0bbb476c90ba1a01d682eb0146cb58e1425f1.camel@calian.com>

Hi Robert,

> -----Original Message-----
> From: Robert Hancock <robert.hancock@calian.com>
> Sent: Saturday, November 7, 2020 3:59 AM
> To: Shubhrajyoti Datta <shubhraj@xilinx.com>; Michal Simek
> <michals@xilinx.com>; Srinivas Neeli <sneeli@xilinx.com>; Srinivas Goud
> <sgoud@xilinx.com>
> Cc: git <git@xilinx.com>; linux-gpio@vger.kernel.org
> 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@calian.com>
> > > > Sent: Monday, October 19, 2020 11:18 PM
> > > > To: Srinivas Neeli <sneeli@xilinx.com>; Michal Simek <
> > > > michals@xilinx.com>; Srinivas Goud <sgoud@xilinx.com>;
> > > > Shubhrajyoti Datta <shubhraj@xilinx.com>
> > > > Cc: git <git@xilinx.com>; linux-gpio <linux-gpio@vger.kernel.org>
> > > > 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@xilinx.com>
> > > > Sent: July 23, 2020 8:36 AM
> > > > To: bgolaszewski <bgolaszewski@baylibre.com>; linus.walleij
> > > > <linus.walleij@linaro.org>; michal.simek <michal.simek@xilinx.com
> > > > >; sgoud
> > > > <sgoud@xilinx.com>; shubhrajyoti.datta <
> > > > shubhrajyoti.datta@xilinx.com>
> > > > Cc: git <git@xilinx.com>; linux-arm-kernel <linux-arm-
> > > > kernel@lists.infradead.org>; linux-gpio <
> > > > linux-gpio@vger.kernel.org>; linux- kernel
> > > > <linux-kernel@vger.kernel.org>
> > > > 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

      reply	other threads:[~2020-11-09  9:32 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-23 14:06 [PATCH V2 0/3] gpio-xilinx: Update on xilinx gpio driver Srinivas Neeli
2020-07-23 14:06 ` [PATCH V2 1/3] gpio: xilinx: Add clock adaptation support Srinivas Neeli
2020-08-18 20:11   ` Bartosz Golaszewski
2020-07-23 14:06 ` [PATCH V2 2/3] gpio: xilinx: Add interrupt support Srinivas Neeli
2020-07-23 18:03   ` Andy Shevchenko
2020-07-24 17:15     ` Srinivas Neeli
2020-07-24 19:58       ` Andy Shevchenko
2020-07-24 21:02     ` Robert Hancock
2020-07-24  4:11   ` kernel test robot
2020-07-24  9:22     ` Linus Walleij
2020-07-24 14:56       ` Srinivas Neeli
2020-07-23 14:06 ` [PATCH V2 3/3] MAINTAINERS: add fragment for xilinx GPIO drivers Srinivas Neeli
2020-07-24  9:28   ` Michal Simek
2020-07-24  9:33   ` Shubhrajyoti Datta
     [not found] ` <YT1PR01MB3546541973024526CDB6BBECEC1E0@YT1PR01MB3546.CANPRD01.PROD.OUTLOOK.COM>
2020-10-20  6:59   ` [PATCH V2 0/3] gpio-xilinx: Update on xilinx gpio driver Srinivas Neeli
2020-10-20  7:22     ` Michal Simek
2020-11-06 22:29       ` Robert Hancock
2020-11-09  9:32         ` Srinivas Neeli [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DM6PR02MB53863EF7FEA6856BFE1B3680AFEA0@DM6PR02MB5386.namprd02.prod.outlook.com \
    --to=sneeli@xilinx.com \
    --cc=git@xilinx.com \
    --cc=linux-gpio@vger.kernel.org \
    --cc=michals@xilinx.com \
    --cc=robert.hancock@calian.com \
    --cc=sgoud@xilinx.com \
    --cc=shubhraj@xilinx.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).