From: Stefan Agner Date: Thu, 21 May 2015 15:29:35 +0000 (+0200) Subject: rtc: snvs: fix wakealarm by call enable_irq_wake earlier X-Git-Tag: omap-for-v4.3/legacy-v2-signed~136^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=119434f44c78df8c4b6d67f835448542a4bd7e91;p=pandora-kernel.git rtc: snvs: fix wakealarm by call enable_irq_wake earlier When entering suspend while an wakeup alarm is set, enable_set_wake should make sure that the RTC interrupt keep being enabled and the .irq_set_wake for the RTC interrupt get called. However, since the driver uses the suspend_noirq callback, the call to enable_irq_wake has been made after disabling the interrupts. While .irq_set_wake has been called properly, the interrupt remained disabled. Use the suspend callback to call enable_irq_wake early enough to ensure the RTC interrupt remains enabled. Fixes: 7654e9d4fd8f ("drivers/rtc/rtc-snvs: fix suspend/resume") Cc: # 3.19 Signed-off-by: Stefan Agner Signed-off-by: Alexandre Belloni --- Reading git-diff-tree failed