1
0
Fork 0
forked from len0rd/rockbox
foxbox/firmware/drivers/rtc
Michael Sevakis 58b849c451 Move intrinsic RTC implmentation differences to driver files
Some drivers set tm_wday just fine and do not need it coerced to
be correct. Others set tm_yday, so don't overwrite what the driver
sets; just zero it inside if it can't fill the field. Move calls
to set_day_of_week() to the sorts of drivers that presumably
required the hammer (FS#11814) in get_time() where the weekday
isn't locked to the date.

Change-Id: Idd0ded6bfc9d9f48fcc1a6074068164c42fcf24a
2017-01-26 23:07:49 -05:00
..
rtc_as3514.c as3514 rtc: sansa clip zip uses 1970/1/1 base date instead of special AS3525v2 date 2012-04-17 21:33:59 +02:00
rtc_d2.c Move intrinsic RTC implmentation differences to driver files 2017-01-26 23:07:49 -05:00
rtc_ds1339_ds3231.c Move intrinsic RTC implmentation differences to driver files 2017-01-26 23:07:49 -05:00
rtc_e8564.c Move intrinsic RTC implmentation differences to driver files 2017-01-26 23:07:49 -05:00
rtc_imx233.c imx233: generate register headers using headergen_v2 and update code for it 2016-05-28 16:49:22 +02:00
rtc_jz4740.c Ingenic Jz4740: simplify RTC driver (you will need to re-set the clock) 2010-01-08 14:52:15 +00:00
rtc_m41st84w.c Move intrinsic RTC implmentation differences to driver files 2017-01-26 23:07:49 -05:00
rtc_mc13783.c mc13783 RTC: Handle years in a better way for the use of struct tm. Make the code less general because all years evenly divisible by 4 in the day range are leap years. 2010-12-24 17:06:35 +00:00
rtc_mr100.c Move intrinsic RTC implmentation differences to driver files 2017-01-26 23:07:49 -05:00
rtc_pcf50605.c Move intrinsic RTC implmentation differences to driver files 2017-01-26 23:07:49 -05:00
rtc_pcf50606.c Move intrinsic RTC implmentation differences to driver files 2017-01-26 23:07:49 -05:00
rtc_rx5x348ab.c Move intrinsic RTC implmentation differences to driver files 2017-01-26 23:07:49 -05:00
rtc_s3c2440.c Move intrinsic RTC implmentation differences to driver files 2017-01-26 23:07:49 -05:00
rtc_s35380a.c Move intrinsic RTC implmentation differences to driver files 2017-01-26 23:07:49 -05:00
rtc_s35390a.c Move intrinsic RTC implmentation differences to driver files 2017-01-26 23:07:49 -05:00
rtc_tcc77x.c tcc77x targets: various minor cleanups 2010-08-28 10:17:19 +00:00
rtc_zenvisionm.c Don't return pointer to array allocated on the stack 2015-01-13 21:40:19 +01:00