Re: [PATCH 2/2] gpio: iproc-gpio: Handle interrupts for multiple instances

2019-09-19 Thread Srinath Mannam
Hi Linus, We have tested patch with your changes, it works fine. Thanks a lot for all the help. Regards, Srinath. On Wed, Sep 11, 2019 at 3:13 PM Linus Walleij wrote: > > On Thu, Aug 29, 2019 at 5:52 AM Srinath Mannam > wrote: > > > From: Rayagonda Kokatanur > > > > When multiple instance of

Re: [PATCH 2/2] gpio: iproc-gpio: Handle interrupts for multiple instances

2019-09-11 Thread Linus Walleij
On Thu, Aug 29, 2019 at 5:52 AM Srinath Mannam wrote: > From: Rayagonda Kokatanur > > When multiple instance of iproc-gpio chips are present, a fix up > message[1] is printed during the probe of second and later instances. > > This issue is because driver sharing same irq_chip data structure > a

[PATCH 2/2] gpio: iproc-gpio: Handle interrupts for multiple instances

2019-08-28 Thread Srinath Mannam
From: Rayagonda Kokatanur When multiple instance of iproc-gpio chips are present, a fix up message[1] is printed during the probe of second and later instances. This issue is because driver sharing same irq_chip data structure among multiple instances of driver. Fix this by allocating irq_chip