hc
2025-02-14 bbb9540dc49f70f6b703d1c8d1b85fa5f602d86e
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,