Linux RTC
 help / color / mirror / Atom feed
* [rtc-linux] [PATCH] rtc: at91rm9200: clear RTC alarm status flag prior to suspending
@ 2015-10-12  1:17 Wenyou Yang
  2015-10-12  6:53 ` [rtc-linux] " Alexandre Belloni
  0 siblings, 1 reply; 5+ messages in thread
From: Wenyou Yang @ 2015-10-12  1:17 UTC (permalink / raw)
  To: Alessandro Zummo, Alexandre Belloni
  Cc: Nicolas Ferre, Ludovic Desroches, rtc-linux, linux-kernel,
	linux-arm-kernel, Wenyou Yang

This patch is to clear the RTC alarm status flag prior to suspending
to avoid the erroneous wake-up activity.

Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
---

 drivers/rtc/rtc-at91rm9200.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/rtc/rtc-at91rm9200.c b/drivers/rtc/rtc-at91rm9200.c
index cb62e21..b60fd47 100644
--- a/drivers/rtc/rtc-at91rm9200.c
+++ b/drivers/rtc/rtc-at91rm9200.c
@@ -495,6 +495,8 @@ static int at91_rtc_suspend(struct device *dev)
 	/* this IRQ is shared with DBGU and other hardware which isn't
 	 * necessarily doing PM like we are...
 	 */
+	at91_rtc_write(AT91_RTC_SCCR, AT91_RTC_ALARM);
+
 	at91_rtc_imr = at91_rtc_read_imr()
 			& (AT91_RTC_ALARM|AT91_RTC_SECEV);
 	if (at91_rtc_imr) {
-- 
1.7.9.5

-- 
-- 
You received this message because you are subscribed to "rtc-linux".
Membership options at http://groups.google.com/group/rtc-linux .
Please read http://groups.google.com/group/rtc-linux/web/checklist
before submitting a driver.
--- 
You received this message because you are subscribed to the Google Groups "rtc-linux" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rtc-linux+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-10-12  7:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-12  1:17 [rtc-linux] [PATCH] rtc: at91rm9200: clear RTC alarm status flag prior to suspending Wenyou Yang
2015-10-12  6:53 ` [rtc-linux] " Alexandre Belloni
2015-10-12  7:48   ` [rtc-linux] " Yang, Wenyou
2015-10-12  7:51     ` [rtc-linux] " Alexandre Belloni
2015-10-12  7:55       ` [rtc-linux] " Yang, Wenyou

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox