Re: [PATCH 2/2] iio: light: vcnl4000: add shared IRQ support
Tsz Shan Chan <[email protected]>
| Newsgroups | org.kernel.vger.linux-iio,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <an5sgMDgj0ceLfmc@fedora-1> |
On Thu, Aug 13, 2026 at 11:30:35AM +0300, Andy Shevchenko wrote: > I see, so why do we even bother with the _FALLING then? Make it trigger LOW > when it's not defined and always enable sharing. Makes sense. I'll clean up the checks and pass IRQF_TRIGGER_LOW directly. > You can't avoid possible regressions for the cases when firmware neglected to > set the trigger type completely. Thanks, understood. I'll update it and send v2.