[rtc-linux] Re: [PATCH 1/2] rtc-cmos: Clear expired alarm after resume
From: Alexandre Belloni <hidden>
Date: 2016-08-30 23:28:17
Also in:
lkml
Hi, On 25/08/2016 at 16:54:18 +0200, Gabriele Mazzotta wrote :
Hi, were you able to verify that no other driver is affect?
I had a closer look at the issue. I think what is happening is that you don't enter the do/while loop in cmos_resume twice. That is supposed to handle then clear the RTC_AIE bit and that is why the alarm still seems enabled. Can you add some tracing there to understand why? It is probably also useful to know the value of cmos->suspend_ctrl in cmos_suspend. My guess is that is_intr(mask) is false and you break out of the loop at the first pass, meaning that the RTC_AIE bit is never cleared from RTC_CONTROL. That would also mean that your RTC is not setting RTC_AF after waking your PC. Am I right? Regards, -- Alexandre Belloni, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com -- 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.