Re: [PATCH v5 5/8] gpio: gpio-wcove: Use first level PMIC GPIO irq

2017-06-03 Thread Andy Shevchenko
On Thu, Jun 1, 2017 at 1:37 AM, wrote: > From: Kuppuswamy Sathyanarayanan > > PMIC mfd driver only exports first level irq for GPIO device. > But currently we are reading the irqs from the second level irq >

[PATCH v5 5/8] gpio: gpio-wcove: Use first level PMIC GPIO irq

2017-05-31 Thread sathyanarayanan . kuppuswamy
From: Kuppuswamy Sathyanarayanan PMIC mfd driver only exports first level irq for GPIO device. But currently we are reading the irqs from the second level irq chip, So this patch fixes this issue by adding support to use first level PMIC GPIO irq.