summaryrefslogtreecommitdiffstats
path: root/firmware/drivers/rtc
AgeCommit message (Expand)AuthorFilesLines
2020-07-24[1/4] Remove SH support and all archos targetsSolomon Peachy1-296/+0
2018-12-25FS#7814 - Enable RTC Alarms on H300, X5, and M5Solomon Peachy1-0/+107
2018-07-28Add cleaned-up xDuoo X3 supportSolomon Peachy1-0/+124
2017-11-21Convert i.MX31 and AMS target to use RTC interruptMichael Sevakis1-0/+13
2017-01-26Move intrinsic RTC implmentation differences to driver filesMichael Sevakis11-17/+43
2016-05-28imx233: generate register headers using headergen_v2 and update code for itAmaury Pouly1-3/+3
2015-01-13Don't return pointer to array allocated on the stackThomas Jarosch1-4/+4
2013-09-26sonynwz: fix time handlingAmaury Pouly1-1/+2
2013-07-02imx233: implement alarm wake upAmaury Pouly1-12/+49
2012-05-27zenxfi3: RTC is used in same was as in fuze+, using seconds-since-1970 plus a...Bertrik Sikken1-6/+6
2012-05-19imx233: move rtc init from drivers/ to firmware/Amaury Pouly1-1/+1
2012-04-17as3514 rtc: sansa clip zip uses 1970/1/1 base date instead of special AS3525v...Bertrik Sikken1-2/+6
2012-03-13Convert IMX233 RTC driver (used in fuze+) to use mktime and gmtimeBertrik Sikken1-110/+10
2012-03-11Introduce gmtime.c and use it in the AS3514 RTC driverBertrik Sikken1-111/+16
2012-01-07cowond2's power-target.h -> rename in pmu-target.hRafaël Carré1-1/+1
2011-12-31imx233/fuze+: implement rtc (time only, alarm still to implement)Amaury Pouly1-4/+138
2011-12-24Initial commit of the Samsung YP-R0 port.Thomas Martitz1-2/+2
2011-07-23imx233/fuze+: huge reworkAmaury Pouly1-0/+68
2010-12-24mc13783 RTC: Handle years in a better way for the use of struct tm. Make the ...Michael Sevakis1-109/+121
2010-12-08RTC s35380a - remove unneeded header files includesMarcin Bukat1-2/+0
2010-12-08RTC s35380a - cleanup and more commentsMarcin Bukat1-40/+78
2010-12-07RTC s35380a - proper alarm supportMarcin Bukat1-73/+116
2010-12-06RTC s35380a - add support for alarm function. Currently this powers up the de...Marcin Bukat1-1/+99
2010-11-29RTC s35380a - fix initialization.Marcin Bukat1-9/+15
2010-11-28HD300 - add basic RTC supportMarcin Bukat1-0/+128
2010-11-01Another (hopefully final) fix for FS#11453 (AMSv2 powerdown fails sometimes w...Bertrik Sikken1-0/+4
2010-08-28tcc77x targets: various minor cleanupsBertrik Sikken1-4/+8
2010-08-08Various minor fixes for Samsung YH* targetsBertrik Sikken1-0/+2
2010-07-16rtc_as3514.c: make alarm struct static and reorder fields to save some binsizeBertrik Sikken1-3/+3
2010-07-16Fix failing AMSv2 power-down when the wake-up alarm timer is set - FS #11453 ...Bertrik Sikken1-41/+75
2010-06-27Sansa clip+: prevent an unnecessary OF database refresh when using the wake-u...Bertrik Sikken1-0/+6
2010-06-17AMSv2 RTC: no need to write to RTC_WAKEUP registerRafaël Carré1-24/+9
2010-06-06fix typo in r26245 (I guess not many people use rtc_alarm with gigabeat f)Robert Kukla1-1/+1
2010-05-24as3543 rtc wakeup: fix power offRafaël Carré1-4/+8
2010-05-22rtc_enable_alarm() needs no return valueRafaël Carré8-27/+10
2010-05-22as3525v2: RTC alarmRafaël Carré1-1/+106
2010-05-04i.MX31/Gigabeat S: Actually enable DPTC which can set optimal voltage for 528...Michael Sevakis1-3/+3
2010-02-22Clip+: show the same real time in OF and rockboxRafaël Carré1-1/+3
2010-01-30fix warnings in s35390 rtc driverBertrik Sikken1-4/+6
2010-01-08Ingenic Jz4740: simplify RTC driver (you will need to re-set the clock)Maurus Cuelenaere1-252/+39
2010-01-03Final removal of tabs in firmware pathAndree Buschmann1-4/+4
2009-11-05Fix same bug as in r23531 in two more drivers (wrong masking of wday)Nils Wallménius2-2/+2
2009-11-05RTC read of ds1339 of ds3231 weekday Robert Kukla1-1/+1
2009-10-12Replace a couple of magic numbers with the appropriate constants.Rob Purchase1-4/+4
2009-10-11D2: The RTC chip needs to be runtime detected.Rob Purchase1-0/+87
2009-10-09as3514 RTC driver: correct calculation, fixes FS#10625Michael Chicoine1-1/+1
2009-09-26Add missing parentheses to fix redNils Wallménius1-2/+2
2009-09-26FS#10569 RTC driver cleanupNils Wallménius12-296/+428
2009-07-12Correct svn:keywords and svn:eol-style on a few more files.Thomas Martitz2-2/+2
2009-07-05S35390a RTC: fix duplicate i2c initialisationBertrik Sikken1-1/+0