Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1344349
| From | Grygorii Strashko <grygorii.strashko@ti.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/7] mfd: Drop IRQF_EARLY_RESUME flag |
| Date | 2016-02-26 16:50 +0100 |
| Message-ID | <r6sOt-5pp-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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@linaro.org>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Cc: MyungJoo Ham <myungjoo.ham@samsung.com>
Cc: Chanwoo Choi <cw00.choi@samsung.com>
Cc: Hartmut Knaack <knaack.h@gmx.de>
Cc: Lars-Peter Clausen <lars@metafoo.de>
Cc: Peter Meerwald <pmeerw@pmeerw.net>
Cc: Tony Lindgren <tony@atomide.com>
Cc: Nishanth Menon <nm@ti.com>
Cc: Laxman Dewangan <ldewangan@nvidia.com>
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/7] mfd: Drop IRQF_EARLY_RESUME flag Grygorii Strashko <grygorii.strashko@ti.com> - 2016-02-26 16:50 +0100
[PATCH 4/7] rtc: tps65910: Drop IRQF_EARLY_RESUME flag Grygorii Strashko <grygorii.strashko@ti.com> - 2016-02-26 16:50 +0100
[PATCH 5/7] rtc: tps80031: Drop IRQF_EARLY_RESUME flag Grygorii Strashko <grygorii.strashko@ti.com> - 2016-02-26 16:50 +0100
[PATCH 1/7] extcon: palmas: Drop IRQF_EARLY_RESUME flag Grygorii Strashko <grygorii.strashko@ti.com> - 2016-02-26 16:50 +0100
Re: [PATCH 1/7] extcon: palmas: Drop IRQF_EARLY_RESUME flag Chanwoo Choi <cw00.choi@samsung.com> - 2016-02-29 03:30 +0100
[PATCH 7/7] iio: adc: palmas: Drop IRQF_EARLY_RESUME flag Grygorii Strashko <grygorii.strashko@ti.com> - 2016-02-26 16:50 +0100
Re: [PATCH 7/7] iio: adc: palmas: Drop IRQF_EARLY_RESUME flag Jonathan Cameron <jic23@kernel.org> - 2016-02-27 18:30 +0100
[PATCH 6/7] rtc: as3722: Drop IRQF_EARLY_RESUME flag Grygorii Strashko <grygorii.strashko@ti.com> - 2016-02-26 16:50 +0100
[PATCH 2/7] rtc: palmas: Drop IRQF_EARLY_RESUME flag Grygorii Strashko <grygorii.strashko@ti.com> - 2016-02-26 16:50 +0100
[PATCH 3/7] rtc: tps6586x: Drop IRQF_EARLY_RESUME flag Grygorii Strashko <grygorii.strashko@ti.com> - 2016-02-26 16:50 +0100
Re: [PATCH 0/7] mfd: Drop IRQF_EARLY_RESUME flag Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-02-29 00:50 +0100
csiph-web