Re: [PATCH] extcon: ptn5150: handle pending IRQ events during system resume

From: Xu Yang

Date: Fri Nov 14 2025 - 21:38:00 EST


On Fri, Nov 14, 2025 at 08:54:03AM -0300, Fabio Estevam wrote:
> 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?

Will add it in v2.

Thanks,
Xu Yang