Age | Commit message (Expand) | Author | Files | Lines |
2022-06-14 | rtc: mt6397: check return value after calling platform_get_resource() | Yang Yingliang | 1 | -0/+2 |
2022-05-25 | rtc: mc146818-lib: Fix the AltCentury for AMD platforms | Mario Limonciello | 1 | -1/+15 |
2022-05-25 | rtc: sun6i: Fix time overflow handling | Andre Przywara | 1 | -9/+5 |
2022-05-25 | rtc: pcf2127: fix bug when reading alarm registers | Hugo Villeneuve | 1 | -1/+2 |
2022-05-25 | rtc: fix use-after-free on device removal | Vincent Whitchurch | 1 | -0/+9 |
2022-04-13 | rtc: wm8350: Handle error for wm8350_register_irq | Jiasheng Jiang | 1 | -2/+9 |
2022-04-08 | rtc: check if __rtc_read_time was successful | Tom Rix | 1 | -2/+5 |
2022-04-08 | amba: Make the remove callback return void | Uwe Kleine-König | 2 | -6/+2 |
2022-02-08 | rtc: cmos: Evaluate century appropriate | Riwen Lu | 1 | -1/+1 |
2022-01-27 | rtc: pxa: fix null pointer dereference | Laurence de Bruxelles | 1 | -0/+4 |
2022-01-27 | rtc: cmos: take rtc_lock while reading from CMOS | Mateusz Jończyk | 1 | -0/+3 |
2021-11-18 | rtc: rv3032: fix error handling in rv3032_clkout_set_rate() | Dan Carpenter | 1 | -2/+2 |
2021-09-26 | rtc: rx8010: select REGMAP_I2C | Yu-Tung Chang | 1 | -0/+1 |
2021-09-18 | rtc: tps65910: Correct driver module alias | Dmitry Osipenko | 1 | -1/+1 |
2021-07-25 | rtc: max77686: Do not enforce (incorrect) interrupt trigger type | Krzysztof Kozlowski | 1 | -2/+2 |
2021-07-25 | rtc: mxc_v2: add missing MODULE_DEVICE_TABLE | Bixuan Cui | 1 | -0/+1 |
2021-07-20 | rtc: fix snprintf() checking in is_rtc_hctosys() | Dan Carpenter | 1 | -2/+2 |
2021-07-14 | rtc: stm32: Fix unbalanced clk_disable_unprepare() on probe error path | Martin Fuzzey | 1 | -2/+4 |
2021-05-26 | rtc: pcf85063: fallback to parent of_node | Francois Gervais | 1 | -4/+3 |
2021-05-19 | rtc: ds1307: Fix wday settings for rx8130 | Nobuhiro Iwamatsu | 1 | -2/+10 |
2021-05-19 | rtc: fsl-ftm-alarm: add MODULE_TABLE() | Michael Walle | 1 | -0/+1 |
2021-03-04 | rtc: zynqmp: depend on HAS_IOMEM | David Gow | 1 | -1/+1 |
2021-03-04 | rtc: s5m: select REGMAP_I2C | Bartosz Golaszewski | 1 | -0/+1 |
2021-01-09 | rtc: pcf2127: only use watchdog when explicitly available | Uwe Kleine-König | 1 | -1/+2 |
2021-01-09 | rtc: pcf2127: move watchdog initialisation to a separate function | Uwe Kleine-König | 1 | -25/+31 |
2021-01-06 | rtc: pl031: fix resource leak in pl031_probe | Zheng Liang | 1 | -2/+4 |
2021-01-06 | rtc: sun6i: Fix memleak in sun6i_rtc_clk_init | Dinghao Liu | 1 | -3/+5 |
2020-12-30 | rtc: ep93xx: Fix NULL pointer dereference in ep93xx_rtc_read_time | Nikita Shubin | 1 | -3/+3 |
2020-12-30 | rtc: pcf2127: fix pcf2127_nvmem_read/write() returns | Dan Carpenter | 1 | -8/+4 |
2020-10-21 | Merge tag 'rtc-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon... | Linus Torvalds | 17 | -366/+1315 |
2020-10-19 | rtc: r9701: set range | Alexandre Belloni | 1 | -5/+3 |
2020-10-19 | rtc: r9701: convert to devm_rtc_allocate_device | Alexandre Belloni | 1 | -3/+3 |
2020-10-19 | rtc: r9701: stop setting RWKCNT | Alexandre Belloni | 1 | -1/+0 |
2020-10-19 | rtc: r9701: remove useless memset | Alexandre Belloni | 1 | -2/+0 |
2020-10-19 | rtc: r9701: stop setting a default time | Alexandre Belloni | 1 | -22/+0 |
2020-10-19 | rtc: r9701: remove leftover comment | Alexandre Belloni | 1 | -4/+0 |
2020-10-19 | rtc: rv3032: Add a driver for Microcrystal RV-3032 | Alexandre Belloni | 3 | -0/+936 |
2020-10-15 | rtc: rv3028: ensure ram configuration registers are saved | Alexandre Belloni | 1 | -9/+67 |
2020-10-15 | rtc: rv3028: factorize EERD bit handling | Alexandre Belloni | 1 | -59/+59 |
2020-10-15 | rtc: rv3028: fix trickle resistor values | Alexandre Belloni | 1 | -1/+1 |
2020-10-15 | rtc: rv3028: fix clock output support | Alexandre Belloni | 1 | -10/+9 |
2020-10-15 | rtc: mt6397: Remove unused member dev | Fei Shao | 1 | -1/+2 |
2020-09-29 | rtc: rv8803: simplify the return expression of rv8803_nvram_write | Liu Shixin | 1 | -7/+1 |
2020-09-29 | rtc: meson: simplify the return expression of meson_vrtc_probe | Liu Shixin | 1 | -6/+1 |
2020-09-29 | rtc: rx8010: rename rx8010_init_client() to rx8010_init() | Bartosz Golaszewski | 1 | -2/+2 |
2020-09-24 | rtc: ds1307: enable rx8130's backup battery, make it chargeable optionally | Bastian Krause | 1 | -0/+15 |
2020-09-24 | rtc: ds1307: consider aux-voltage-chargeable | Bastian Krause | 1 | -2/+21 |
2020-09-24 | rtc: ds1307: store previous charge default per chip | Bastian Krause | 1 | -1/+8 |
2020-09-24 | rtc: ds1307: introduce requires_trickle_resistor per chip | Bastian Krause | 1 | -1/+7 |
2020-09-24 | rtc: ds1307: apply DS13XX_TRICKLE_CHARGER_MAGIC only conditionally | Bastian Krause | 1 | -1/+2 |