Re: [PATCH] extcon: ptn5150: handle pending IRQ events during system resume
From: Fabio Estevam
Date: Fri Nov 14 2025 - 06:54:16 EST
On Fri, Nov 14, 2025 at 4:42 AM Xu Yang <xu.yang_2@xxxxxxx> wrote:
>
> When the system is suspended and ptn5150 wakeup interrupt is disabled,
> any changes on ptn5150 will only be record in interrupt status
> registers and won't fire an IRQ since its trigger type is falling
> edge. So the HW interrupt line will keep at low state and any further
> changes won't trigger IRQ anymore. To fix it, this will schedule a
> work to check whether any IRQ are pending and handle it accordingly.
>
> Signed-off-by: Xu Yang <xu.yang_2@xxxxxxx>
Fixes tag?