9
0
Fork 0
barebox/drivers/rtc
Andrey Smirnov 750f53c399 ds1307: Configure ds1341 for lowest power mode
Empirical observations show that configuring INTCN=1, ECLK=0, EGFIL=0,
DOSF=1 on DS1341 put the chip in the mode where it draws the least
amount fo current.

Add code to configure DS1341 in such a way in case Barebox is the last
code that runs on the processor before being shut down.

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2016-04-05 08:42:54 +02:00
..
Kconfig rtc: Add Abracon driver 2016-01-07 08:46:09 +01:00
Makefile rtc: Add Abracon driver 2016-01-07 08:46:09 +01:00
class.c rtc: Fill in weekdays before setting time 2016-01-07 08:46:09 +01:00
rtc-abracon.c rtc: abracon: Check obtained time for validity 2016-04-05 08:40:51 +02:00
rtc-ds1307.c ds1307: Configure ds1341 for lowest power mode 2016-04-05 08:42:54 +02:00
rtc-jz4740.c driver: replace dev_request_mem_region with dev_request_mem_resource 2016-03-07 08:57:56 +01:00
rtc-lib.c rtc-lib: Check tm_wday for validity in rtc_valid_tm() 2016-01-07 08:46:10 +01:00