kernel/drivers/base/regmap/regmap-irq.c
.. .. @@ -331,6 +331,7 @@ 331 331 .irq_enable = regmap_irq_enable, 332 332 .irq_set_type = regmap_irq_set_type, 333 333 .irq_set_wake = regmap_irq_set_wake, 334 + .flags = IRQCHIP_PIPELINE_SAFE,334 335 }; 335 336 336 337 static inline int read_sub_irq_data(struct regmap_irq_chip_data *data,