Re: [PATCH] gpio: Wakeup gpio controller when it is used as IRQ controller

From: Michal Simek
Date: Mon Oct 16 2017 - 09:40:50 EST


Hi Linus,

On 21.9.2017 14:19, Linus Walleij wrote:
> On Wed, Sep 20, 2017 at 10:07 PM, Grygorii Strashko
> <grygorii.strashko@xxxxxx> wrote:
>> On 09/20/2017 02:14 AM, Michal Simek wrote:
>>> From: Borsodi Petr <Petr.Borsodi@xxxx>
>>>
>>> There is a problem with GPIO driver when used as IRQ controller.
>>> It is not working because the module is sleeping (clock is disabled).
>>> The patch enables clocks when IP is used as IRQ controller.
>>
>> I think, it should be solved already in genirq core.
>> commit be45beb "genirq: Add runtime power management support for IRQ chips"
>
> Michal, can you verify?

sorry for delay. I have just confirmed that this patch is not needed.
At least I am not able to replicate the issue again that's why please
skip this patch.

Thanks,
Michal