1
0
Fork 0
forked from len0rd/rockbox
foxbox/firmware/drivers/rtc
Nils Wallménius c8b87d76eb FS#10569 RTC driver cleanup
Change the RTC drivers so that the rtc_(read|write)_datetime functions now deal directly with the tm struct instead of passing a string of bcd digits to/from (set|get)_time .
This simplifies drivers for rtc's that do not use a bcd representation internally and cleans up some target specific code and #ifdefs in generic code. Implement simple stubs for the sim to avoid #ifdefing for that too.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22839 a1c6a512-1295-4272-9138-f99709370657
2009-09-26 14:58:32 +00:00
..
rtc_as3514.c FS#10569 RTC driver cleanup 2009-09-26 14:58:32 +00:00
rtc_ds1339_ds3231.c FS#10569 RTC driver cleanup 2009-09-26 14:58:32 +00:00
rtc_e8564.c FS#10569 RTC driver cleanup 2009-09-26 14:58:32 +00:00
rtc_jz4740.c FS#10569 RTC driver cleanup 2009-09-26 14:58:32 +00:00
rtc_m41st84w.c FS#10569 RTC driver cleanup 2009-09-26 14:58:32 +00:00
rtc_mc13783.c FS#10569 RTC driver cleanup 2009-09-26 14:58:32 +00:00
rtc_mr100.c FS#10569 RTC driver cleanup 2009-09-26 14:58:32 +00:00
rtc_pcf50605.c FS#10569 RTC driver cleanup 2009-09-26 14:58:32 +00:00
rtc_pcf50606.c FS#10569 RTC driver cleanup 2009-09-26 14:58:32 +00:00
rtc_rx5x348ab.c FS#10569 RTC driver cleanup 2009-09-26 14:58:32 +00:00
rtc_s3c2440.c FS#10569 RTC driver cleanup 2009-09-26 14:58:32 +00:00
rtc_s35390a.c FS#10569 RTC driver cleanup 2009-09-26 14:58:32 +00:00
rtc_tcc77x.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
rtc_zenvisionm.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00