[RFC] kernel RTC infrastructure
From: Alessandro Zummo
Date: Thu Nov 17 2005 - 13:59:24 EST
Hello,
I'd like to ask a few questions about the kernel RTC infrastructure.
Actually, it seems that each different RTC driver is working on is own:
drivers/char/ds1286.c
drivers/char/genrtc.c
drivers/char/ip27-rtc.c
drivers/char/rtc.c
drivers/input/misc/hp_sdc_rtc.c
are all self-contained RTC drivers.
The situation is a slightly better on ARM, where
arch/arm/common/rtctime.c
contains common RTC registration code (register_rtc(...)).
Has an interface like the ARM one been pondered for the whole
kernel?
Could it be used as the standard kernel RTC interface?
Thanks!
--
Best regards,
Alessandro Zummo,
Tower Technologies - Turin, Italy
http://www.towertech.it
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/