Re: [PATCH v3 5/6] gpio: max77620: Use irqchip template

2020-07-09 Thread Laxman Dewangan
On Thursday 09 July 2020 01:53 AM, Dmitry Osipenko wrote: External email: Use caution opening links or attachments This change addresses one of the GPIO-core TODOs for the MAX77620 driver which requires modern drivers to use the irqchip template. Instead of using the GPIO's irqchip-helpers f

[PATCH v3 5/6] gpio: max77620: Use irqchip template

2020-07-08 Thread Dmitry Osipenko
This change addresses one of the GPIO-core TODOs for the MAX77620 driver which requires modern drivers to use the irqchip template. Instead of using the GPIO's irqchip-helpers for creating the IRQ domain, the gpio_irq_chip structure is now filled by the driver itself and then gpiochip_add_data() ta