[POWERPC] Add powerpc get/set_rtc_time interface to new generic rtc class
authorKim Phillips <kim.phillips@freescale.com>
Tue, 26 Sep 2006 22:46:37 +0000 (17:46 -0500)
committerPaul Mackerras <paulus@samba.org>
Mon, 2 Oct 2006 07:48:47 +0000 (17:48 +1000)
Add powerpc get/set_rtc_time interface to new generic rtc class. This
abstracts rtc chip specific code from the platform code for rtc-over-i2c
platforms.  Specific RTC chip support is now configured under
Device Drivers -> Real Time Clock. Setting time of day from the RTC
on startup is also configurable.

this time without the potentially platform breaking initcall.

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found