]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
iio: adc: palmas: Drop IRQF_EARLY_RESUME flag
authorGrygorii Strashko <grygorii.strashko@ti.com>
Fri, 26 Feb 2016 15:42:57 +0000 (17:42 +0200)
committerJonathan Cameron <jic23@kernel.org>
Sat, 27 Feb 2016 17:20:52 +0000 (17:20 +0000)
commitac65ca682e84cff77e36ad0d71862b33b4be5f9e
tree095ca8af9becb5d692c2f17e1d73a2d925be07ef
parentc720842e363e6549c122ecdcc8dee51f54c45898
iio: adc: palmas: Drop IRQF_EARLY_RESUME flag

Palmas gpadc IRQs are nested threaded and this flag is not required for nested
irqs anymore, since commit 3c646f2c6aa9 ("genirq: Don't suspend nested_thread
irqs over system suspend") was merged.

Cc: Hartmut Knaack <knaack.h@gmx.de>
Cc: Lars-Peter Clausen <lars@metafoo.de>
Cc: Peter Meerwald <pmeerw@pmeerw.net>
Cc: Lee Jones <lee.jones@linaro.org>
Cc: Nishanth Menon <nm@ti.com>
Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/adc/palmas_gpadc.c