Re: [PATCH 0/2] pinctrl: sx150x: IRQ handling updates
From: Linus Walleij
Date: Thu Aug 06 2026 - 17:38:28 EST
On Wed, Aug 5, 2026 at 7:55 AM Tsz Shan Chan <tsz.chan.dev@xxxxxxxxx> wrote:
> The sx150x driver currently hardcodes the parent IRQ trigger type and
> always returns IRQ_HANDLED in its interrupt handler. This can cause
> issues when the interrupt line is shared with other devices.
>
> Patch 1 returns IRQ_NONE when no sx150x interrupt is pending.
> Patch 2 parses the interrupt trigger type from firmware instead of
> hardcoding it to falling edge.
Both patches makes perfect sense so patches applied!
Yours,
Linus Walleij