hc
2024-11-01 2f529f9b558ca1c1bd74be7437a84e4711743404
kernel/drivers/base/regmap/regmap-irq.c
....@@ -331,6 +331,7 @@
331331 .irq_enable = regmap_irq_enable,
332332 .irq_set_type = regmap_irq_set_type,
333333 .irq_set_wake = regmap_irq_set_wake,
334
+ .flags = IRQCHIP_PIPELINE_SAFE,
334335 };
335336
336337 static inline int read_sub_irq_data(struct regmap_irq_chip_data *data,