Re: [PATCH 0/2] pinctrl: sx150x: IRQ handling updates
Linus Walleij <[email protected]>
| Newsgroups | org.kernel.vger.linux-gpio,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CAD++jLnrn4XKnsgh37CxkDqFxTgVeE7je61H4UDFryH1Ce_Qgw@mail.gmail.com> |
On Wed, Aug 5, 2026 at 7:55 AM Tsz Shan Chan <[email protected]> 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