From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1422729AbcBZPoh (ORCPT ); Fri, 26 Feb 2016 10:44:37 -0500 Received: from devils.ext.ti.com ([198.47.26.153]:45708 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933377AbcBZPo2 (ORCPT ); Fri, 26 Feb 2016 10:44:28 -0500 From: Grygorii Strashko To: Lee Jones , Alessandro Zummo , MyungJoo Ham , Lars-Peter Clausen CC: , , , , , Grygorii Strashko , Alexandre Belloni , Chanwoo Choi , Hartmut Knaack , Peter Meerwald , Tony Lindgren , Nishanth Menon , Laxman Dewangan Subject: [PATCH 0/7] mfd: Drop IRQF_EARLY_RESUME flag Date: Fri, 26 Feb 2016 17:42:50 +0200 Message-ID: <1456501377-16871-1-git-send-email-grygorii.strashko@ti.com> X-Mailer: git-send-email 2.7.2 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 Cc: Alessandro Zummo Cc: Alexandre Belloni Cc: MyungJoo Ham Cc: Chanwoo Choi Cc: Hartmut Knaack Cc: Lars-Peter Clausen Cc: Peter Meerwald Cc: Tony Lindgren Cc: Nishanth Menon Cc: Laxman Dewangan 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