Re: [PATCH v4 2/2] gpio: davinci: Do not assume continuous IRQ numbering

2018-06-14 Thread Linus Walleij
On Wed, Jun 13, 2018 at 5:40 AM, Keerthy wrote: > Currently the driver assumes that the interrupts are continuous > and does platform_get_irq only once and assumes the rest are continuous, > instead call platform_get_irq for all the interrupts and store them > in an array for later use. > >

Re: [PATCH v4 2/2] gpio: davinci: Do not assume continuous IRQ numbering

2018-06-14 Thread Linus Walleij
On Wed, Jun 13, 2018 at 5:40 AM, Keerthy wrote: > Currently the driver assumes that the interrupts are continuous > and does platform_get_irq only once and assumes the rest are continuous, > instead call platform_get_irq for all the interrupts and store them > in an array for later use. > >

Re: [PATCH v4 2/2] gpio: davinci: Do not assume continuous IRQ numbering

2018-06-13 Thread Grygorii Strashko
On 06/12/2018 10:40 PM, Keerthy wrote: Currently the driver assumes that the interrupts are continuous and does platform_get_irq only once and assumes the rest are continuous, instead call platform_get_irq for all the interrupts and store them in an array for later use. Signed-off-by:

Re: [PATCH v4 2/2] gpio: davinci: Do not assume continuous IRQ numbering

2018-06-13 Thread Grygorii Strashko
On 06/12/2018 10:40 PM, Keerthy wrote: Currently the driver assumes that the interrupts are continuous and does platform_get_irq only once and assumes the rest are continuous, instead call platform_get_irq for all the interrupts and store them in an array for later use. Signed-off-by:

[PATCH v4 2/2] gpio: davinci: Do not assume continuous IRQ numbering

2018-06-12 Thread Keerthy
Currently the driver assumes that the interrupts are continuous and does platform_get_irq only once and assumes the rest are continuous, instead call platform_get_irq for all the interrupts and store them in an array for later use. Signed-off-by: Keerthy --- Tested for GPIO Interrupts on

[PATCH v4 2/2] gpio: davinci: Do not assume continuous IRQ numbering

2018-06-12 Thread Keerthy
Currently the driver assumes that the interrupts are continuous and does platform_get_irq only once and assumes the rest are continuous, instead call platform_get_irq for all the interrupts and store them in an array for later use. Signed-off-by: Keerthy --- Tested for GPIO Interrupts on