Re: [PATCH 2/2] iio: light: vcnl4000: add shared IRQ support
From: Tsz Shan Chan
Date: Thu Aug 13 2026 - 21:38:23 EST
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.