rockbox/firmware/drivers/rtc
Michael Sevakis f4c4221306 Convert i.MX31 and AMS target to use RTC interrupt
Instead of checking ticks, set a sticky dirty flag that indicates
that the RTC needs to be read. This gives a timely update and more
accurate readout without actually reading the RTC until it changes.
The implementation should atomically read the flag and clear it.
Setting the flag would typically happen in an RTC tick ISR.

Change-Id: I6fd325f22845029a485c502c884812d3676026ea
2017-11-21 07:52:02 -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 Convert i.MX31 and AMS target to use RTC interrupt 2017-11-21 07:52:02 -05: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