- f4a2f78 Merge tag 'rtc-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 4 years ago
- 71ac134 rtc: pcf2127: only use watchdog when explicitly available by Uwe Kleine-König · 4 years ago
- f70cc33 rtc: fix RTC removal by Alexandre Belloni · 4 years, 1 month ago
- 69eca25 ntp: Make the RTC sync offset less obscure by Thomas Gleixner · 4 years, 1 month ago
- 33e62e8 ntp, rtc: Move rtc_set_ntp_time() to ntp code by Thomas Gleixner · 4 years, 1 month ago
- 354c796 rtc: core: Make the sync offset default more realistic by Thomas Gleixner · 4 years, 1 month ago
- b0ecd8e rtc: cmos: Make rtc_cmos sync offset correct by Thomas Gleixner · 4 years, 1 month ago
- dcf257e rtc: mc146818: Reduce spinlock section in mc146818_set_time() by Thomas Gleixner · 4 years, 1 month ago
- 05a0302 rtc: mc146818: Prevent reading garbage by Thomas Gleixner · 4 years, 1 month ago
- ce9af893 rtc: s3c: Remove dead code related to periodic tick handling by Marek Szyprowski · 4 years, 1 month ago
- 31b16d9 rtc: s3c: Disable all enable (RTC, tick) bits in the probe by Marek Szyprowski · 4 years, 1 month ago
- 00c3348 rtc: ep93xx: Fix NULL pointer dereference in ep93xx_rtc_read_time by Nikita Shubin · 4 years, 1 month ago
- 1ae20eb rtc: test: remove debug message by Alexandre Belloni · 4 years, 1 month ago
- 0020868 rtc: mxc{,_v2}: enable COMPILE_TEST by Alexandre Belloni · 4 years, 1 month ago
- 9c79579 rtc: enable RTC framework on ARCH=um by Johannes Berg · 4 years, 1 month ago
- 673536cc rtc: pcf8523: use BIT by Alexandre Belloni · 4 years, 1 month ago
- 219cc0f rtc: pcf8523: set range by Alexandre Belloni · 4 years, 1 month ago
- 8861440 rtc: pcf8523: switch to devm_rtc_allocate_device by Alexandre Belloni · 4 years, 1 month ago
- 0d6d7a3 rtc: destroy mutex when releasing the device by Bartosz Golaszewski · 4 years, 2 months ago
- 1bfc485 rtc: shrink devm_rtc_allocate_device() by Bartosz Golaszewski · 4 years, 2 months ago
- fdcfd85 rtc: rework rtc_register_device() resource management by Bartosz Golaszewski · 4 years, 2 months ago
- 6746bc0 rtc: nvmem: emit an error message when nvmem registration fails by Bartosz Golaszewski · 4 years, 2 months ago
- 3a905c2d rtc: add devm_ prefix to rtc_nvmem_register() by Bartosz Golaszewski · 4 years, 2 months ago
- 25ece30 rtc: nvmem: remove nvram ABI by Alexandre Belloni · 4 years, 2 months ago
- 7c45c97 rtc: omap: use devm_pinctrl_register() by Bartosz Golaszewski · 4 years, 2 months ago
- 7d9d486 rtc: sc27xx: Always read normal alarm by Alexandre Belloni · 4 years, 1 month ago
- ba7aa63 rtc: mxc: use of_device_get_match_data by Alexandre Belloni · 4 years, 1 month ago
- 42882a8 rtc: mxc: Convert the driver to DT-only by Fabio Estevam · 4 years, 1 month ago
- afa819c rtc: rx6110: add i2c support by Claudius Heine · 4 years, 1 month ago
- 7e6066ca rtc: Kconfig: Fix typo in help message of rx 6110 by Claudius Heine · 4 years, 1 month ago
- 698fffc rtc: ds1307: Drop of_match_ptr and CONFIG_OF protections by Andy Shevchenko · 4 years, 1 month ago
- 227ec12 rtc: ds1307: Make use of device properties by Andy Shevchenko · 4 years, 1 month ago
- a311111 rtc: ds1307: Remove non-valid ACPI IDs by Andy Shevchenko · 4 years, 1 month ago
- bfca1c9 rtc: at91rm9200: Add sam9x60 compatible by Alexandre Belloni · 4 years, 1 month ago
- f6a46f8 rtc: at91rm9200: add correction support by Alexandre Belloni · 4 years, 2 months ago
- 767fbb7 rtc: rv3032: fix nvram nvmem priv pointer by Alexandre Belloni · 4 years, 2 months ago
- 5022cfc rtc: goldfish: Remove GOLDFISH dependency by Jiaxun Yang · 4 years, 2 months ago
- 081e250 rtc: snvs: Remove NULL pointer check before clk_* by Xu Wang · 4 years, 2 months ago
- 910d002 rtc: brcmstb-waketimer: Remove redundant null check before clk_disable_unprepare by Xu Wang · 4 years, 2 months ago
- 1eab0fe rtc: pl031: fix resource leak in pl031_probe by Zheng Liang · 4 years, 2 months ago
- bc06cfc rtc: cpcap: Fix missing IRQF_ONESHOT as only threaded handler by Tian Tao · 4 years, 2 months ago
- c56ac7a rtc: hym8563: enable wakeup when applicable by Guillaume Tucker · 4 years, 2 months ago
- a48c622 rtc: da9063: Simplify bool comparison by Kaixu Xia · 4 years, 2 months ago
- 825156a rtc: sc27xx: Remove unnecessary conversion to bool by Kaixu Xia · 4 years, 2 months ago
- 28d2119 rtc: sun6i: Fix memleak in sun6i_rtc_clk_init by Dinghao Liu · 4 years, 2 months ago
- ba1c30b rtc: pcf2127: fix pcf2127_nvmem_read/write() returns by Dan Carpenter · 4 years, 2 months ago
- 5d78533 rtc: pcf2127: move watchdog initialisation to a separate function by Uwe Kleine-König · 4 years, 3 months ago
- b7769c4 Merge tag 'rtc-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 4 years, 2 months ago
- 35331b5 rtc: r9701: set range by Alexandre Belloni · 4 years, 3 months ago
- dfe13cf rtc: r9701: convert to devm_rtc_allocate_device by Alexandre Belloni · 4 years, 3 months ago
- 8b34134 rtc: r9701: stop setting RWKCNT by Alexandre Belloni · 4 years, 3 months ago
- 2a8f338 rtc: r9701: remove useless memset by Alexandre Belloni · 4 years, 3 months ago
- 7390bec rtc: r9701: stop setting a default time by Alexandre Belloni · 4 years, 3 months ago
- 92c6dcf rtc: r9701: remove leftover comment by Alexandre Belloni · 4 years, 3 months ago
- 2eeaa53 rtc: rv3032: Add a driver for Microcrystal RV-3032 by Alexandre Belloni · 4 years, 3 months ago
- 024e6f3 rtc: rv3028: ensure ram configuration registers are saved by Alexandre Belloni · 4 years, 3 months ago
- de0ad60 rtc: rv3028: factorize EERD bit handling by Alexandre Belloni · 4 years, 3 months ago
- c1efae1 rtc: rv3028: fix trickle resistor values by Alexandre Belloni · 4 years, 3 months ago
- 00e8e87 rtc: rv3028: fix clock output support by Alexandre Belloni · 4 years, 3 months ago
- 770c03e rtc: mt6397: Remove unused member dev by Fei Shao · 4 years, 3 months ago
- 179b4bc rtc: rv8803: simplify the return expression of rv8803_nvram_write by Liu Shixin · 4 years, 3 months ago
- 9ce42e8 rtc: meson: simplify the return expression of meson_vrtc_probe by Liu Shixin · 4 years, 3 months ago
- ba1bcaf rtc: rx8010: rename rx8010_init_client() to rx8010_init() by Bartosz Golaszewski · 4 years, 3 months ago
- 0026f16 rtc: ds1307: enable rx8130's backup battery, make it chargeable optionally by Bastian Krause · 4 years, 3 months ago
- 0874734 rtc: ds1307: consider aux-voltage-chargeable by Bastian Krause · 4 years, 3 months ago
- 95a74cb rtc: ds1307: store previous charge default per chip by Bastian Krause · 4 years, 3 months ago
- 1b5b6af rtc: ds1307: introduce requires_trickle_resistor per chip by Bastian Krause · 4 years, 3 months ago
- 462eb73 rtc: ds1307: apply DS13XX_TRICKLE_CHARGER_MAGIC only conditionally by Bastian Krause · 4 years, 3 months ago
- 35425ba rtc: pcf2127: fix a bug when not specify interrupts property by Biwen Li · 4 years, 4 months ago
- 9f8010e rtc: ds1685: Fix bank switching to avoid endless loop by Thomas Bogendoerfer · 4 years, 4 months ago
- d0a3b65 rtc: st-lpc: Constify st_rtc_ops by Rikard Falkeborn · 4 years, 4 months ago
- 2fc1af3 rtc: rx8010: use range checking provided by core RTC code by Bartosz Golaszewski · 4 years, 4 months ago
- 9868bc1 rtc: rx8010: convert to using regmap by Bartosz Golaszewski · 4 years, 4 months ago
- cee015d rtc: rx8010: switch to using the preferred i2c API by Bartosz Golaszewski · 4 years, 4 months ago
- 0ce6277 rtc: rx8010: switch to using the preferred RTC API by Bartosz Golaszewski · 4 years, 4 months ago
- 666f214 rtc: rx8010: prefer sizeof(*val) over sizeof(struct type_of_val) by Bartosz Golaszewski · 4 years, 4 months ago
- 955a123 rtc: rx8010: use a helper variable for client->dev in probe() by Bartosz Golaszewski · 4 years, 4 months ago
- b3ff7fd rtc: rx8010: drop unnecessary initialization by Bartosz Golaszewski · 4 years, 4 months ago
- f702699 rtc: rx8010: don't use magic values for time buffer length by Bartosz Golaszewski · 4 years, 4 months ago
- 13952c9 rtc: rx8010: rename ret to err in rx8010_set_time() by Bartosz Golaszewski · 4 years, 4 months ago
- e9e4c2d rtc: rx8010: use tabs instead of spaces for code formatting by Bartosz Golaszewski · 4 years, 4 months ago
- 7567797 rtc: rx8010: consolidate local variables of the same type by Bartosz Golaszewski · 4 years, 4 months ago
- 28c86f3 rtc: rx8010: remove unnecessary brackets by Bartosz Golaszewski · 4 years, 4 months ago
- 2e0ce56 rtc: rx8010: remove a stray newline by Bartosz Golaszewski · 4 years, 4 months ago
- d3b1429 rtc: rx8010: don't modify the global rtc ops by Bartosz Golaszewski · 4 years, 4 months ago
- c52d270 rtc: s3c: Simplify with dev_err_probe() by Krzysztof Kozlowski · 4 years, 4 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
- 0d982de rtc: fsl-ftm-alarm: update acpi device id by Peng Ma · 4 years, 4 months ago
- f471b05 rtc: ds1307: Clear OSF flag on DS1388 when setting time by Chris Packham · 4 years, 4 months ago
- 59ed012 rtc: ds1307: Ensure oscillator is enabled for DS1388 by Chris Packham · 4 years, 5 months ago
- 163a512 rtc: rtc-rs5c313: Convert to module_platform_driver() by Geert Uytterhoeven · 4 years, 5 months ago
- f65e727 rtc: rtc-rs5c313: Fix late hardware init by Geert Uytterhoeven · 4 years, 5 months ago
- fc9656a rtc: rtc-rs5c313: Drop obsolete platform_set_drvdata() call by Geert Uytterhoeven · 4 years, 5 months ago
- c254bcd rtc: cmos: zero-init wkalrm when reading from CMOS by Victor Ding · 4 years, 5 months ago
- dc06fe5 Merge tag 'rtc-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 4 years, 5 months ago
- 2700641 rtc: pcf2127: fix alarm handling by Alexandre Belloni · 4 years, 5 months ago
- 8a914ba rtc: pcf2127: add alarm support by Liam Beguin · 4 years, 6 months ago
- 985b30d rtc: pcf2127: add pca2129 device id by Liam Beguin · 4 years, 6 months ago
- 16c2480 rtc: max77686: Fix wake-ups for max77620 by Jon Hunter · 4 years, 5 months ago
- 9bf1306 rtc: ds1307: provide an indication that the watchdog has fired by Chris Packham · 4 years, 5 months ago