summaryrefslogtreecommitdiff
path: root/include/rtc.h
AgeCommit message (Expand)Author
2019-12-06rtc.h: add struct udevice declarationAKASHI Takahiro
2019-08-22rtc: ds3232/ds3231: Add support to generate 32KHz output for driver moduleChuanhua Han
2019-05-31rtc: export rtc_month_days()Heinrich Schuchardt
2018-12-05dm: rtc: Fix function name in commentPhilipp Tomsich
2018-07-19drivers: rtc: resolve year 2038 problem in rtc_to_tmHeinrich Schuchardt
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-04-10dm: rtc: Add 16-bit read/write supportBin Meng
2015-09-01rtc:ds3232/ds3231: Add support to generate 32KHz outputPriyanka Jain
2015-05-05dm: rtc: Add a uclass for real-time clocksSimon Glass
2015-05-05dm: rtc: Split structure definition into its own fileSimon Glass
2015-05-05dm: rtc: Rename mktime() and reduce the number of parametersSimon Glass
2015-05-05dm: rtc: Rename to_tm() to rtc_to_tm() and add error codeSimon Glass
2015-05-05dm: rtc: Rename gregorian day functionSimon Glass
2015-01-24x86: rtc: mc146818: Add helpers to read/write CMOS RAMSimon Glass
2014-11-25rtc: mc146818: Set up RTC at start of daySimon Glass
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2009-08-25Switch from per-driver to common definition of bin2bcd and bcd2binAlbin Tonnerre
2009-04-01rtc: remove broken rtc_read and rtc_write declarationsKim Phillips
2009-03-30rtc: add support for 4543 RTC (manufactured by e.g. EPSON)Detlev Zundel
2008-09-07rtc: allow rtc_set to return an error and use it in cmd_dateJean-Christophe PLAGNIOL-VILLARD
2008-05-21Big white-space cleanup.Wolfgang Denk
2008-03-20LWMON5: POST RTC fixYuri Tikhonov
2001-04-09Initial revisionwdenk