Re: [PATCH 07/17][UPDATE] mfd: qcom_rpm: Drop use of IRQF_NO_SUSPEND flag

2015-09-25 Thread Lee Jones
On Fri, 25 Sep 2015, Sudeep Holla wrote: > The driver handles wakeup irq correctly using irq_set_irq_wake. There's > no need to use IRQF_NO_SUSPEND while registering the interrupt. > > This patch removes the use of IRQF_NO_SUSPEND flag. > > Cc: Samuel Ortiz > Acked-by: Lee Jones > Signed-off-b

[PATCH 07/17][UPDATE] mfd: qcom_rpm: Drop use of IRQF_NO_SUSPEND flag

2015-09-25 Thread Sudeep Holla
The driver handles wakeup irq correctly using irq_set_irq_wake. There's no need to use IRQF_NO_SUSPEND while registering the interrupt. This patch removes the use of IRQF_NO_SUSPEND flag. Cc: Samuel Ortiz Acked-by: Lee Jones Signed-off-by: Sudeep Holla --- drivers/mfd/qcom_rpm.c | 2 +- 1 fil