| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | rtc: compile date.c if DM_RTC | AKASHI Takahiro | 2018-07-24 | 1 | -1/+2 |
|/ |
|
* | drivers: rtc: correct week day for mc146818 | Heinrich Schuchardt | 2018-07-20 | 1 | -2/+6 |
* | drivers: rtc: resolve year 2038 problem in rtc_to_tm | Heinrich Schuchardt | 2018-07-19 | 4 | -44/+77 |
* | ARM: qemu-arm: enable RTC | Heinrich Schuchardt | 2018-07-19 | 1 | -0/+7 |
* | drivers/rtc: convert mvrtc to DM | Chris Packham | 2018-06-05 | 3 | -0/+68 |
* | drivers/rtc: prepare mvrtc for DM conversion | Chris Packham | 2018-06-05 | 1 | -18/+39 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 39 | -79/+39 |
* | Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR | Tom Rini | 2018-04-27 | 1 | -2/+0 |
* | rtc: rx8025: remove redundant code in rtc_reset | Chris Packham | 2018-04-06 | 1 | -17/+1 |
* | rtc: rs5c372: remove redundant code in rtc_reset | Chris Packham | 2018-04-06 | 1 | -23/+1 |
* | rtc: mx27rtc: remove redundant code in rtc_reset | Chris Packham | 2018-04-06 | 1 | -5/+1 |
* | rtc: ds1374: remove redundant code in rtc_reset | Chris Packham | 2018-04-06 | 1 | -15/+0 |
* | rtc: ds1307: remove redundant code in rtc_reset | Chris Packham | 2018-04-06 | 1 | -33/+0 |
* | rtc: rewrite isl1208 to support DM | Klaus Goger | 2018-04-06 | 2 | -55/+98 |
* | rtc: adding RX8010SJ rtc driver | Nandor Han | 2018-02-04 | 3 | -0/+385 |
* | rtc: add support for s35392a | Nandor Han | 2017-11-20 | 3 | -0/+372 |
* | rtc: mc146818: Correct alarm message for day alarm | Bin Meng | 2017-10-23 | 1 | -1/+1 |
* | env: Rename getenv/_f() to env_get() | Simon Glass | 2017-08-16 | 1 | -1/+1 |
* | powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x | Heiko Schocher | 2017-06-16 | 2 | -129/+0 |
* | powerpc, 8xx: remove support for 8xx | Heiko Schocher | 2017-06-12 | 2 | -61/+0 |
* | rtc: ds1337: drop "SYS" from config variables | Chris Packham | 2017-06-09 | 1 | -8/+8 |
* | dm: sandbox: i2c_rtc: Drop fdtdec.h header | Simon Glass | 2017-06-01 | 1 | -1/+0 |
* | Drop three-wire serial (TWS) support | Simon Glass | 2017-05-22 | 2 | -102/+0 |
* | rtc: Add DM support to ds1307 | Chris Packham | 2017-05-08 | 2 | -20/+196 |
* | drivers: remove Blackfin specific drivers | Masahiro Yamada | 2017-04-18 | 2 | -122/+0 |
* | dm: rtc: Add 16-bit read/write support | Bin Meng | 2017-04-10 | 1 | -0/+30 |
* | rtc: pcf2127: Update Kconfig and code style | Meng Yi | 2017-01-14 | 2 | -21/+27 |
* | rtc: Add RTC chip pcf2127 support | Meng Yi | 2016-12-02 | 3 | -0/+114 |
* | rtc: Use CONFIG_X86 instead of __I386__ | Simon Glass | 2016-10-11 | 1 | -1/+1 |
* | treewide: replace #include <asm/errno.h> with <linux/errno.h> | Masahiro Yamada | 2016-09-23 | 1 | -1/+1 |
* | drivers: squash lines for immediate return | Masahiro Yamada | 2016-09-23 | 1 | -3/+1 |
* | rtc: Tidy up the code style | Simon Glass | 2016-07-14 | 1 | -39/+32 |
* | rtc: Add MCP79411 support to DS1307 rtc driver | Andy Fleming | 2015-11-04 | 2 | -1/+35 |
* | dm: rtc: Correct rtc_read32() return value | Simon Glass | 2015-10-21 | 1 | -1/+1 |
* | rtc: mc146818: Use probe() to set up the device | Simon Glass | 2015-10-21 | 1 | -2/+2 |
* | rtc: mc146818: Add a comment to the #endif | Simon Glass | 2015-10-21 | 1 | -1/+1 |
* | rtc:ds3232/ds3231: Add support to generate 32KHz output | Priyanka Jain | 2015-09-01 | 1 | -0/+10 |
* | drivers: hierarchize drivers Kconfig menu | Masahiro Yamada | 2015-08-12 | 1 | -0/+8 |
* | dm: rtc: Support mc146818 driver in driver model | Bin Meng | 2015-07-14 | 1 | -108/+204 |
* | dm: rtc: sandbox: Enable real-time clock support | Simon Glass | 2015-05-05 | 1 | -2/+0 |
* | dm: rtc: sandbox: Add a driver for the sandbox I2C RTC | Simon Glass | 2015-05-05 | 2 | -0/+109 |
* | dm: rtc: sandbox: Add an emulated I2C RTC device | Simon Glass | 2015-05-05 | 2 | -0/+237 |
* | dm: rtc: Add a uclass for real-time clocks | Simon Glass | 2015-05-05 | 3 | -0/+106 |
* | dm: rtc: Rename mktime() and reduce the number of parameters | Simon Glass | 2015-05-05 | 12 | -34/+23 |
* | dm: rtc: Rename to_tm() to rtc_to_tm() and add error code | Simon Glass | 2015-05-05 | 12 | -13/+17 |
* | dm: rtc: Rename gregorian day function | Simon Glass | 2015-05-05 | 2 | -3/+8 |
* | remove unnecessary version.h includes | Rob Herring | 2015-03-24 | 1 | -1/+0 |
* | x86: rtc: mc146818: Add helpers to read/write CMOS RAM | Simon Glass | 2015-01-24 | 1 | -48/+73 |
* | mpc8260: remove atc board support | Masahiro Yamada | 2015-01-05 | 2 | -218/+0 |
* | Replace <compiler.h> with <linux/compiler.h> | Masahiro Yamada | 2014-12-08 | 1 | -1/+1 |