Its been pointed out that the RTC hctosys functionality doesn't work well with RTC modules, which may not be loaded until after late_init().
While there have been other attempts to sovle this, this patchset is a very quick 10 minute effort to show how I'd try to resolve this. There likely are still issues here, but I'd be happy to make fixes and adjustments to ensure it works. Feedback and comments always appreciated! -john Cc: John Whitmore <[email protected]> Cc: Alessandro Zummo <[email protected]> Cc: Alexander Holler <[email protected]> John Stultz (2): time: Introduce do_first_settimeofday() rtc: Rework hctosys so that it is called on RTC registration drivers/rtc/class.c | 2 ++ drivers/rtc/hctosys.c | 19 +++++++---------- include/linux/rtc.h | 6 ++++++ include/linux/time.h | 2 ++ kernel/time/timekeeping.c | 54 ++++++++++++++++++++++++++++++++++++++--------- 5 files changed, 62 insertions(+), 21 deletions(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

