rtc: s3c: fix disabled clocks for alarm
authorJoonyoung Shim <jy0922.shim@samsung.com>
Wed, 12 Aug 2015 10:21:46 +0000 (19:21 +0900)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Sat, 5 Sep 2015 11:19:13 +0000 (13:19 +0200)
commit1fb1c35f56bb6ab4a65920c648154b0f78f634a5
tree7e1340462b02548eba9e4fda4240c6c8de8582d0
parent80e274e96e5bc4ddf9ee4b31ab6f4a2a9fa08040
rtc: s3c: fix disabled clocks for alarm

The clock enable/disable codes for alarm have been removed from
commit 24e1455493da ("drivers/rtc/rtc-s3c.c: delete duplicate clock
control") and the clocks are disabled even if alarm is set, so alarm
interrupt can't happen.

The s3c_rtc_setaie function can be called several times with 'enabled'
argument having same value, so it needs to check whether clocks are
enabled or not.

Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
Cc: <stable@vger.kernel.org> # v4.1
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
drivers/rtc/rtc-s3c.c