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 <lee.jones@xxxxxxxxxx> Cc: Alessandro Zummo <a.zummo@xxxxxxxxxxxx> Cc: Alexandre Belloni <alexandre.belloni@xxxxxxxxxxxxxxxxxx> Cc: MyungJoo Ham <myungjoo.ham@xxxxxxxxxxx> Cc: Chanwoo Choi <cw00.choi@xxxxxxxxxxx> Cc: Hartmut Knaack <knaack.h@xxxxxx> Cc: Lars-Peter Clausen <lars@xxxxxxxxxx> Cc: Peter Meerwald <pmeerw@xxxxxxxxxx> Cc: Tony Lindgren <tony@xxxxxxxxxxx> Cc: Nishanth Menon <nm@xxxxxx> Cc: Laxman Dewangan <ldewangan@xxxxxxxxxx> 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 -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html