Re: [PATCH 19/21] iio: Use IRQF_NO_THREAD
From: Sebastian Andrzej Siewior
Date: Mon Jan 26 2026 - 04:28:11 EST
On 2026-01-23 16:50:58 [+0200], Andy Shevchenko wrote:
> > ret = request_irq(st->i2c->irq,
> > &iio_trigger_generic_data_rdy_poll,
> > - IRQF_TRIGGER_RISING,
> > + IRQF_NO_THREAD | IRQF_TRIGGER_RISING,
>
> Maybe swap their positions as it's done everywhere else for the consistency's
> sake?
Almost missed this. I swapped the flags, re-ident-ed.
Also updated the commit message that ad7766_irq() is identical to
iio_trigger_generic_data_rdy_poll() and can be replaced. Hope that works
for everyone.
> > "itg3200_data_rdy",
> > st->trig);
Sebastian