- 39ab867 acpi: Support generation of I2C descriptor by Simon Glass · 4 years, 5 months ago
- 5b7c51e rtc: i2c_rtc_emul: catch any write to the "reset" register by Rasmus Villemoes · 4 years, 5 months ago
- acffbea rtc: sandbox-rtc: fix set method by Rasmus Villemoes · 4 years, 5 months ago
- ca4aa09 rtc: pcf2127: provide ->write method by Rasmus Villemoes · 4 years, 5 months ago
- 62a85c6 rtc: pcf2127: provide ->read method by Rasmus Villemoes · 4 years, 5 months ago
- 6f0854e rtc: fall back to ->{read, write} if ->{read, write}8 are not provided by Rasmus Villemoes · 4 years, 5 months ago
- 579c992 rtc: add dm_rtc_write() helper by Rasmus Villemoes · 4 years, 5 months ago
- b9e40a2 rtc: add dm_rtc_read helper and ->read method by Rasmus Villemoes · 4 years, 5 months ago
- 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
- dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
- 0db4b94 Fix some checkpatch warnings in calls to udelay() by Simon Glass · 4 years, 7 months ago
- 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
- 8f055af Fix some checkpatch warnings in calls to debug() by Simon Glass · 4 years, 7 months ago
- 7e0e026 rtc: pt7c4338: Add driver model support by Biwen Li · 4 years, 7 months ago
- 247dac6 rtc: ds1337: Add driver model support by Biwen Li · 4 years, 7 months ago
- 697ab3d rtc: pcf2127: don't add/subtract 1 to tm_mon by Rasmus Villemoes · 4 years, 7 months ago
- 100e860 rtc: ds1374: typo Watchdog by Heinrich Schuchardt · 4 years, 7 months ago
- 9aeb461 rtc: m41t62: add compatible for m41st87 by Marek Vasut · 4 years, 9 months ago
- 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
- d00ffb5 rtc: pcf8563: Add driver model support by Biwen Li · 5 years ago
- 946b741 rtc: s35392a: encode command correctly by Ian Ray · 4 years, 11 months ago
- 9c5fc93 rtc: add support for DS3232 device by Han Nandor · 5 years ago
- 25dac2a rtc: rx8010js: add compatible string by Robert Beckett · 5 years ago
- 4d58090 rtc: s35392a: add compatible strings by Robert Beckett · 5 years ago
- 77533b0 rtc: rx8010sj: fix DM initialization by Robert Beckett · 5 years ago
- 51ba522 rtc: move date.c from drivers/rtc/ to lib/ by AKASHI Takahiro · 5 years ago
- eba6b8d common: Move old EEPROM functions into a new header by Simon Glass · 5 years ago
- 20a5f79 rtc: ds3231/ds3232: fix coding style by Biwen Li · 5 years ago
- 99c5bc3 rtc: stm32: manage 2 digit limitation on year by Patrick Delaunay · 5 years ago
- 4f97aac rtc: ds3232/ds3231: Add support to generate 32KHz output for driver module by Chuanhua Han · 5 years ago
- 0af6e2d env: Move env_get() to env.h by Simon Glass · 5 years ago
- b11a14a rtc, rx8025: add DM support by Heiko Schocher · 5 years ago
- 6b659d0 rtc, rx8025: fix Coding Style by Heiko Schocher · 5 years ago
- 1ac5f6c rtc: move RTC_RX8025 to Kconfig by Heiko Schocher · 5 years ago
- feee9af rtc: Add rtc driver for stm32mp1 by Patrick Delaunay · 5 years ago
- 15ac1d2 rtc: Add DM support to ds3231 by Chuanhua Han · 5 years ago
- 2febcea rtc: add Microcrystal RV-8803 driver by Michael Walle · 5 years ago
- 2e819b4 rtc: ds1307: add support for m41t11 by Heiko Schocher · 6 years ago
- db45213 rtc: pcf2127: Fixed bug with rtc settings and getting error time by Chuanhua Han · 5 years ago
- df27efb rtc: export rtc_month_days() by Heinrich Schuchardt · 5 years ago
- 4d930c6 rtc: m41t62: add compatible for m41t82 by Simon Goldschmidt · 6 years ago
- 5d43d0f rtc: m41t62: Convert the RTC driver to support the driver model (DM) by Lukasz Majewski · 6 years ago
- 7f633d0 rtc: m41t62: Extract common RTC handling code to facilitate DM conversion by Lukasz Majewski · 6 years ago
- 1715e8a rtc: m41t62: Break i2c_write() arguments to fix checkpatch warning by Lukasz Majewski · 6 years ago
- c17ec48 Kconfig: Migrate CONFIG_RTC_M41T62 define to Kconfig by Lukasz Majewski · 6 years ago
- d2eda7d drivers: rtc: correctly convert seconds to time structure by Heinrich Schuchardt · 6 years ago
- 570c53c Merge tag 'for-master-20181130' of git://git.denx.de/u-boot-rockchip by Tom Rini · 6 years ago
- 653a5a8 rtc: rv3029: update to support DM and sync with Linux 4.17 by Philipp Tomsich · 6 years ago
- 3d0e1ad rtc: rv3029: add to Kconfig by Philipp Tomsich · 6 years ago
- 302ea78 rtc: Allow child drivers by Simon Glass · 6 years ago
- cf26c09 Merge tag 'dm-9oct18' of git://git.denx.de/u-boot-dm by Tom Rini · 6 years ago
- 39c9422 rtc: Allow use of RTC in SPL and TPL by Simon Glass · 6 years ago
- 9be963e Kconfig: Convert CONFIG_RTC_MC146818 to Kconfig by Simon Glass · 6 years ago
- 702c08b rtc: Add read8 and write8 support to isl1208 driver by Trent Piepho · 6 years ago
- cbba155 rtc: pl031: convert the driver to driver model by AKASHI Takahiro · 6 years ago
- b30a7ef Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 6 years ago
- 5bb59c6 drivers: rtc: correctly set week day for mc146818 by Heinrich Schuchardt · 6 years ago
- a7d5510 rtc: remove CONFIG_CMD_DATE dependency by Heinrich Schuchardt · 6 years ago
- 80a4742 rtc: compile date.c if DM_RTC by AKASHI Takahiro · 6 years ago
- 1884b98 drivers: rtc: correct week day for mc146818 by Heinrich Schuchardt · 6 years ago
- 57da69d drivers: rtc: resolve year 2038 problem in rtc_to_tm by Heinrich Schuchardt · 6 years ago
- 1bf05d0 ARM: qemu-arm: enable RTC by Heinrich Schuchardt · 6 years ago
- f654d65 drivers/rtc: convert mvrtc to DM by Chris Packham · 6 years ago
- 520556f drivers/rtc: prepare mvrtc for DM conversion by Chris Packham · 6 years ago
- 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
- 7c105e4 rtc: rx8025: remove redundant code in rtc_reset by Chris Packham · 7 years ago
- 4012ba8 rtc: rs5c372: remove redundant code in rtc_reset by Chris Packham · 7 years ago
- fb6eafc rtc: mx27rtc: remove redundant code in rtc_reset by Chris Packham · 7 years ago
- 2c21d04 rtc: ds1374: remove redundant code in rtc_reset by Chris Packham · 7 years ago
- 52ef403 rtc: ds1307: remove redundant code in rtc_reset by Chris Packham · 7 years ago
- 2f6bb76 rtc: rewrite isl1208 to support DM by Klaus Goger · 7 years ago
- 20de5b0 rtc: adding RX8010SJ rtc driver by Nandor Han · 7 years ago
- d5ea84a rtc: add support for s35392a by Nandor Han · 7 years ago
- b49eb3f rtc: mc146818: Correct alarm message for day alarm by Bin Meng · 7 years ago
- 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
- 6f90e58 powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x by Heiko Schocher · 7 years ago
- 65d94db powerpc, 8xx: remove support for 8xx by Heiko Schocher · 7 years ago
- 2d3ac51 rtc: ds1337: drop "SYS" from config variables by Chris Packham · 7 years ago
- cd3edd0 dm: sandbox: i2c_rtc: Drop fdtdec.h header by Simon Glass · 8 years ago
- 5e20d18 Drop three-wire serial (TWS) support by Simon Glass · 8 years ago
- 97a3e91 rtc: Add DM support to ds1307 by Chris Packham · 8 years ago
- d52c551 drivers: remove Blackfin specific drivers by Masahiro Yamada · 8 years ago
- fbfe53d dm: rtc: Add 16-bit read/write support by Bin Meng · 8 years ago
- e21f5c2 rtc: pcf2127: Update Kconfig and code style by Meng Yi · 8 years ago
- 188417c rtc: Add RTC chip pcf2127 support by Meng Yi · 8 years ago
- 43d7c79 rtc: Use CONFIG_X86 instead of __I386__ by Simon Glass · 8 years ago
- 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
- 30fe357 drivers: squash lines for immediate return by Masahiro Yamada · 8 years ago
- 4612af6 rtc: Tidy up the code style by Simon Glass · 8 years ago
- b9b8c2f rtc: Add MCP79411 support to DS1307 rtc driver by Andy Fleming · 9 years ago
- c60a5bc dm: rtc: Correct rtc_read32() return value by Simon Glass · 9 years ago
- a10166f rtc: mc146818: Use probe() to set up the device by Simon Glass · 9 years ago
- bc93207 rtc: mc146818: Add a comment to the #endif by Simon Glass · 9 years ago
- 28cf0bc rtc:ds3232/ds3231: Add support to generate 32KHz output by Priyanka Jain · 9 years ago
- cc85b7b drivers: hierarchize drivers Kconfig menu by Masahiro Yamada · 9 years ago
- 5c8c6b5 dm: rtc: Support mc146818 driver in driver model by Bin Meng · 9 years ago
- 4a9cbb9 dm: rtc: sandbox: Enable real-time clock support by Simon Glass · 10 years ago
- c2a8c06 dm: rtc: sandbox: Add a driver for the sandbox I2C RTC by Simon Glass · 10 years ago
- c404aa6 dm: rtc: sandbox: Add an emulated I2C RTC device by Simon Glass · 10 years ago