Re: [PATCH] gpio: omap: switch to use irq_chip pm runtime

2018-09-26 Thread Grygorii Strashko
On 09/26/2018 12:12 PM, Tony Lindgren wrote: > * Grygorii Strashko [180925 19:19]: >> The PM runtime management can be delegated from OMAP GPIO driver to the IRQ >> chip core, since commit be45beb2df69 ("genirq: Add runtime power management >> support for IRQ chips") introduces runtime power ma

Re: [PATCH] gpio: omap: switch to use irq_chip pm runtime

2018-09-26 Thread Tony Lindgren
* Grygorii Strashko [180925 19:19]: > The PM runtime management can be delegated from OMAP GPIO driver to the IRQ > chip core, since commit be45beb2df69 ("genirq: Add runtime power management > support for IRQ chips") introduces runtime power management support for IRQ > chips. > > Hence, drop cu

[PATCH] gpio: omap: switch to use irq_chip pm runtime

2018-09-25 Thread Grygorii Strashko
The PM runtime management can be delegated from OMAP GPIO driver to the IRQ chip core, since commit be45beb2df69 ("genirq: Add runtime power management support for IRQ chips") introduces runtime power management support for IRQ chips. Hence, drop custom PM runtime support for OMAP GPIO IRQs and sw