The IRQF_EARLY_RESUME flag is not required for nested irqs anymore,
since commit 3c646f2c6aa9 ("genirq: Don't suspend nested_thread irqs
over system suspend") was merged.
Hence, this flag can be dropped for MFD cell's devices where MFD interrupt
controller defines nested IRQs as nested threaded IRQs.Cc: Lee Jones <[email protected]> Cc: Alessandro Zummo <[email protected]> Cc: Alexandre Belloni <[email protected]> Cc: MyungJoo Ham <[email protected]> Cc: Chanwoo Choi <[email protected]> Cc: Hartmut Knaack <[email protected]> Cc: Lars-Peter Clausen <[email protected]> Cc: Peter Meerwald <[email protected]> Cc: Tony Lindgren <[email protected]> Cc: Nishanth Menon <[email protected]> Cc: Laxman Dewangan <[email protected]> Grygorii Strashko (7): extcon: palmas: Drop IRQF_EARLY_RESUME flag rtc: palmas: Drop IRQF_EARLY_RESUME flag rtc: tps6586x: Drop IRQF_EARLY_RESUME flag rtc: tps65910: Drop IRQF_EARLY_RESUME flag rtc: tps80031: Drop IRQF_EARLY_RESUME flag rtc: as3722: Drop IRQF_EARLY_RESUME flag iio: adc: palmas: Drop IRQF_EARLY_RESUME flag drivers/extcon/extcon-palmas.c | 4 ++-- drivers/iio/adc/palmas_gpadc.c | 6 +++--- drivers/rtc/rtc-as3722.c | 2 +- drivers/rtc/rtc-palmas.c | 3 +-- drivers/rtc/rtc-tps6586x.c | 2 +- drivers/rtc/rtc-tps65910.c | 2 +- drivers/rtc/rtc-tps80031.c | 2 +- 7 files changed, 10 insertions(+), 11 deletions(-) -- 2.7.2

