summaryrefslogtreecommitdiff
path: root/include/rtc.h
AgeCommit message (Expand)AuthorFilesLines
2020-07-09rtc: add dm_rtc_write() helperRasmus Villemoes1-0/+24
2020-07-09rtc: add dm_rtc_read helper and ->read methodRasmus Villemoes1-0/+23
2019-12-07rtc.h: add struct udevice declarationAKASHI Takahiro1-0/+2
2019-08-22rtc: ds3232/ds3231: Add support to generate 32KHz output for driver moduleChuanhua Han1-0/+6
2019-06-01rtc: export rtc_month_days()Heinrich Schuchardt1-0/+8
2018-12-05dm: rtc: Fix function name in commentPhilipp Tomsich1-1/+1
2018-07-20drivers: rtc: resolve year 2038 problem in rtc_to_tmHeinrich Schuchardt1-3/+13
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-04-10dm: rtc: Add 16-bit read/write supportBin Meng1-0/+20
2015-09-02rtc:ds3232/ds3231: Add support to generate 32KHz outputPriyanka Jain1-0/+1
2015-05-06dm: rtc: Add a uclass for real-time clocksSimon Glass1-0/+132
2015-05-06dm: rtc: Split structure definition into its own fileSimon Glass1-25/+1
2015-05-06dm: rtc: Rename mktime() and reduce the number of parametersSimon Glass1-3/+13
2015-05-06dm: rtc: Rename to_tm() to rtc_to_tm() and add error codeSimon Glass1-1/+14
2015-05-06dm: rtc: Rename gregorian day functionSimon Glass1-1/+11
2015-01-24x86: rtc: mc146818: Add helpers to read/write CMOS RAMSimon Glass1-0/+32
2014-11-25rtc: mc146818: Set up RTC at start of daySimon Glass1-0/+5
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2009-08-25Switch from per-driver to common definition of bin2bcd and bcd2binAlbin Tonnerre1-0/+5
2009-04-02rtc: remove broken rtc_read and rtc_write declarationsKim Phillips1-4/+0
2009-03-30rtc: add support for 4543 RTC (manufactured by e.g. EPSON)Detlev Zundel1-0/+4
2008-09-07rtc: allow rtc_set to return an error and use it in cmd_dateJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-05-21Big white-space cleanup.Wolfgang Denk1-1/+1
2008-03-20LWMON5: POST RTC fixYuri Tikhonov1-1/+1
2001-04-10Initial revisionwdenk1-0/+64