mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 01:04:41 +01:00
Passing IRQF_ONESHOT ensures that the interrupt source is masked until the secondary (threaded) handler is done. If only a primary handler is used then the flag makes no sense because the interrupt can not fire (again) while its handler is running. The flag also disallows force-threading of the primary handler and the irq-core will warn about this. The intention here was probably not allowing forced-threading for handlers such as iio_trigger_generic_data_rdy_poll() will intends to invoke hard-interrupt handlers. Replace IRQF_ONESHOT with IRQF_NO_THREAD. Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com> Reviewed-by: Marcus Folkesson <marcus.folkesson@gmail.com> Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> |
||
|---|---|---|
| .. | ||
| hid-sensor-temperature.c | ||
| iqs620at-temp.c | ||
| Kconfig | ||
| ltc2983.c | ||
| Makefile | ||
| max30208.c | ||
| max31856.c | ||
| max31865.c | ||
| maxim_thermocouple.c | ||
| mcp9600.c | ||
| mlx90614.c | ||
| mlx90632.c | ||
| mlx90635.c | ||
| tmp006.c | ||
| tmp007.c | ||
| tmp117.c | ||
| tsys01.c | ||
| tsys02d.c | ||