summaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)Author
2017-10-23rtc: mc146818: Correct alarm message for day alarmBin Meng
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-06-16powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher
2017-06-12powerpc, 8xx: remove support for 8xxHeiko Schocher
2017-06-09rtc: ds1337: drop "SYS" from config variablesChris Packham
2017-06-01dm: sandbox: i2c_rtc: Drop fdtdec.h headerSimon Glass
2017-05-22Drop three-wire serial (TWS) supportSimon Glass
2017-05-08rtc: Add DM support to ds1307Chris Packham
2017-04-18drivers: remove Blackfin specific driversMasahiro Yamada
2017-04-10dm: rtc: Add 16-bit read/write supportBin Meng
2017-01-14rtc: pcf2127: Update Kconfig and code styleMeng Yi
2016-12-02rtc: Add RTC chip pcf2127 supportMeng Yi
2016-10-11rtc: Use CONFIG_X86 instead of __I386__Simon Glass
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada
2016-09-23drivers: squash lines for immediate returnMasahiro Yamada
2016-07-14rtc: Tidy up the code styleSimon Glass
2015-11-04rtc: Add MCP79411 support to DS1307 rtc driverAndy Fleming
2015-10-21dm: rtc: Correct rtc_read32() return valueSimon Glass
2015-10-21rtc: mc146818: Use probe() to set up the deviceSimon Glass
2015-10-21rtc: mc146818: Add a comment to the #endifSimon Glass
2015-09-01rtc:ds3232/ds3231: Add support to generate 32KHz outputPriyanka Jain
2015-08-12drivers: hierarchize drivers Kconfig menuMasahiro Yamada
2015-07-14dm: rtc: Support mc146818 driver in driver modelBin Meng
2015-05-05dm: rtc: sandbox: Enable real-time clock supportSimon Glass
2015-05-05dm: rtc: sandbox: Add a driver for the sandbox I2C RTCSimon Glass
2015-05-05dm: rtc: sandbox: Add an emulated I2C RTC deviceSimon Glass
2015-05-05dm: rtc: Add a uclass for real-time clocksSimon 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-03-24remove unnecessary version.h includesRob Herring
2015-01-24x86: rtc: mc146818: Add helpers to read/write CMOS RAMSimon Glass
2015-01-05mpc8260: remove atc board supportMasahiro Yamada
2014-12-08Replace <compiler.h> with <linux/compiler.h>Masahiro Yamada
2014-11-25rtc: mc146818: Set up RTC at start of daySimon Glass
2014-10-23arm: marvell: Move arch/kirkwood.h to arch/soc.hStefan Roese
2014-09-24kconfig: add blank Kconfig filesMasahiro Yamada
2014-08-14RTC: add support for DS1339 (using DS1307 driver)Markus Niebel
2014-02-19kbuild: use Linux Kernel build scriptsMasahiro Yamada
2013-11-11Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini
2013-11-09Merge branch 'iu-boot/master' into 'u-boot-arm/master'Albert ARIBAUD
2013-11-09malta: enable RTC supportPaul Burton
2013-11-01am33xx, davinci: Create and use <asm/davinci_rtc.h>Tom Rini
2013-11-01drivers/rtc/davinci.c: Reference DAVINCI_RTC_BASE more directlyTom Rini
2013-10-31drivers: convert makefiles to Kbuild styleMasahiro Yamada
2013-10-14Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk
2013-09-19drivers: s3c44b0_rtc: delete an unused driverMasahiro Yamada
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-04-01Consolidate bool typeYork Sun