summaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)AuthorFilesLines
2022-06-14rtc: mt6397: check return value after calling platform_get_resource()Yang Yingliang1-0/+2
2022-05-25rtc: mc146818-lib: Fix the AltCentury for AMD platformsMario Limonciello1-1/+15
2022-05-25rtc: sun6i: Fix time overflow handlingAndre Przywara1-9/+5
2022-05-25rtc: pcf2127: fix bug when reading alarm registersHugo Villeneuve1-1/+2
2022-05-25rtc: fix use-after-free on device removalVincent Whitchurch1-0/+9
2022-04-13rtc: wm8350: Handle error for wm8350_register_irqJiasheng Jiang1-2/+9
2022-04-08rtc: check if __rtc_read_time was successfulTom Rix1-2/+5
2022-04-08amba: Make the remove callback return voidUwe Kleine-König2-6/+2
2022-02-08rtc: cmos: Evaluate century appropriateRiwen Lu1-1/+1
2022-01-27rtc: pxa: fix null pointer dereferenceLaurence de Bruxelles1-0/+4
2022-01-27rtc: cmos: take rtc_lock while reading from CMOSMateusz Jończyk1-0/+3
2021-11-18rtc: rv3032: fix error handling in rv3032_clkout_set_rate()Dan Carpenter1-2/+2
2021-09-26rtc: rx8010: select REGMAP_I2CYu-Tung Chang1-0/+1
2021-09-18rtc: tps65910: Correct driver module aliasDmitry Osipenko1-1/+1
2021-07-25rtc: max77686: Do not enforce (incorrect) interrupt trigger typeKrzysztof Kozlowski1-2/+2
2021-07-25rtc: mxc_v2: add missing MODULE_DEVICE_TABLEBixuan Cui1-0/+1
2021-07-20rtc: fix snprintf() checking in is_rtc_hctosys()Dan Carpenter1-2/+2
2021-07-14rtc: stm32: Fix unbalanced clk_disable_unprepare() on probe error pathMartin Fuzzey1-2/+4
2021-05-26rtc: pcf85063: fallback to parent of_nodeFrancois Gervais1-4/+3
2021-05-19rtc: ds1307: Fix wday settings for rx8130Nobuhiro Iwamatsu1-2/+10
2021-05-19rtc: fsl-ftm-alarm: add MODULE_TABLE()Michael Walle1-0/+1
2021-03-04rtc: zynqmp: depend on HAS_IOMEMDavid Gow1-1/+1
2021-03-04rtc: s5m: select REGMAP_I2CBartosz Golaszewski1-0/+1
2021-01-09rtc: pcf2127: only use watchdog when explicitly availableUwe Kleine-König1-1/+2
2021-01-09rtc: pcf2127: move watchdog initialisation to a separate functionUwe Kleine-König1-25/+31
2021-01-06rtc: pl031: fix resource leak in pl031_probeZheng Liang1-2/+4
2021-01-06rtc: sun6i: Fix memleak in sun6i_rtc_clk_initDinghao Liu1-3/+5
2020-12-30rtc: ep93xx: Fix NULL pointer dereference in ep93xx_rtc_read_timeNikita Shubin1-3/+3
2020-12-30rtc: pcf2127: fix pcf2127_nvmem_read/write() returnsDan Carpenter1-8/+4
2020-10-21Merge tag 'rtc-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds17-366/+1315
2020-10-19rtc: r9701: set rangeAlexandre Belloni1-5/+3
2020-10-19rtc: r9701: convert to devm_rtc_allocate_deviceAlexandre Belloni1-3/+3
2020-10-19rtc: r9701: stop setting RWKCNTAlexandre Belloni1-1/+0
2020-10-19rtc: r9701: remove useless memsetAlexandre Belloni1-2/+0
2020-10-19rtc: r9701: stop setting a default timeAlexandre Belloni1-22/+0
2020-10-19rtc: r9701: remove leftover commentAlexandre Belloni1-4/+0
2020-10-19rtc: rv3032: Add a driver for Microcrystal RV-3032Alexandre Belloni3-0/+936
2020-10-15rtc: rv3028: ensure ram configuration registers are savedAlexandre Belloni1-9/+67
2020-10-15rtc: rv3028: factorize EERD bit handlingAlexandre Belloni1-59/+59
2020-10-15rtc: rv3028: fix trickle resistor valuesAlexandre Belloni1-1/+1
2020-10-15rtc: rv3028: fix clock output supportAlexandre Belloni1-10/+9
2020-10-15rtc: mt6397: Remove unused member devFei Shao1-1/+2
2020-09-29rtc: rv8803: simplify the return expression of rv8803_nvram_writeLiu Shixin1-7/+1
2020-09-29rtc: meson: simplify the return expression of meson_vrtc_probeLiu Shixin1-6/+1
2020-09-29rtc: rx8010: rename rx8010_init_client() to rx8010_init()Bartosz Golaszewski1-2/+2
2020-09-24rtc: ds1307: enable rx8130's backup battery, make it chargeable optionallyBastian Krause1-0/+15
2020-09-24rtc: ds1307: consider aux-voltage-chargeableBastian Krause1-2/+21
2020-09-24rtc: ds1307: store previous charge default per chipBastian Krause1-1/+8
2020-09-24rtc: ds1307: introduce requires_trickle_resistor per chipBastian Krause1-1/+7
2020-09-24rtc: ds1307: apply DS13XX_TRICKLE_CHARGER_MAGIC only conditionallyBastian Krause1-1/+2