From: Meelis Roos <mroos@xxxxxxxx> Date: Wed, 8 Jun 2011 15:02:36 +0300 (EEST) > I noticed the clock was wrong on my Netra T1 (running 3.0.0-rc2 and > not having ntp and ntpdate installed). Installing ntp, ntpdate and > updating the clock with ntpdate worked. But reboot did not set the > correct time and hwclock also fails: > > # hwclock --systohc > Timed out waiting for time change. > > Dmesg finds both OF RTC and PC RTC but later complains > "No RTC device found, ALARM timers will not wake from suspend" This started happening in 2.6.39, I noticed it but didn't have any time to look into it. It's due to a RTC layer change of some kind, you can probably git bisect through drivers/rtc between v2.6.39-rc1 and v2.6.39 to find the guilty commit. Something like: "git bisect start v2.6.39 v2.6.39-rc1 drivers/rtc" -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html