aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc
AgeCommit message (Expand)Author
2022-04-13rtc: wm8350: Handle error for wm8350_register_irqJiasheng Jiang
2022-04-08rtc: check if __rtc_read_time was successfulTom Rix
2022-04-08amba: Make the remove callback return voidUwe Kleine-König
2022-02-08rtc: cmos: Evaluate century appropriateRiwen Lu
2022-01-27rtc: pxa: fix null pointer dereferenceLaurence de Bruxelles
2022-01-27rtc: cmos: take rtc_lock while reading from CMOSMateusz Jończyk
2021-11-18rtc: rv3032: fix error handling in rv3032_clkout_set_rate()Dan Carpenter
2021-09-26rtc: rx8010: select REGMAP_I2CYu-Tung Chang
2021-09-18rtc: tps65910: Correct driver module aliasDmitry Osipenko
2021-07-25rtc: max77686: Do not enforce (incorrect) interrupt trigger typeKrzysztof Kozlowski
2021-07-25rtc: mxc_v2: add missing MODULE_DEVICE_TABLEBixuan Cui
2021-07-20rtc: fix snprintf() checking in is_rtc_hctosys()Dan Carpenter
2021-07-14rtc: stm32: Fix unbalanced clk_disable_unprepare() on probe error pathMartin Fuzzey
2021-05-26rtc: pcf85063: fallback to parent of_nodeFrancois Gervais
2021-05-19rtc: ds1307: Fix wday settings for rx8130Nobuhiro Iwamatsu
2021-05-19rtc: fsl-ftm-alarm: add MODULE_TABLE()Michael Walle
2021-03-04rtc: zynqmp: depend on HAS_IOMEMDavid Gow
2021-03-04rtc: s5m: select REGMAP_I2CBartosz Golaszewski
2021-01-09rtc: pcf2127: only use watchdog when explicitly availableUwe Kleine-König
2021-01-09rtc: pcf2127: move watchdog initialisation to a separate functionUwe Kleine-König
2021-01-06rtc: pl031: fix resource leak in pl031_probeZheng Liang
2021-01-06rtc: sun6i: Fix memleak in sun6i_rtc_clk_initDinghao Liu
2020-12-30rtc: ep93xx: Fix NULL pointer dereference in ep93xx_rtc_read_timeNikita Shubin
2020-12-30rtc: pcf2127: fix pcf2127_nvmem_read/write() returnsDan Carpenter
2020-10-21Merge tag 'rtc-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds
2020-10-19rtc: r9701: set rangeAlexandre Belloni
2020-10-19rtc: r9701: convert to devm_rtc_allocate_deviceAlexandre Belloni
2020-10-19rtc: r9701: stop setting RWKCNTAlexandre Belloni
2020-10-19rtc: r9701: remove useless memsetAlexandre Belloni
2020-10-19rtc: r9701: stop setting a default timeAlexandre Belloni
2020-10-19rtc: r9701: remove leftover commentAlexandre Belloni
2020-10-19rtc: rv3032: Add a driver for Microcrystal RV-3032Alexandre Belloni
2020-10-15rtc: rv3028: ensure ram configuration registers are savedAlexandre Belloni
2020-10-15rtc: rv3028: factorize EERD bit handlingAlexandre Belloni
2020-10-15rtc: rv3028: fix trickle resistor valuesAlexandre Belloni
2020-10-15rtc: rv3028: fix clock output supportAlexandre Belloni
2020-10-15rtc: mt6397: Remove unused member devFei Shao
2020-09-29rtc: rv8803: simplify the return expression of rv8803_nvram_writeLiu Shixin
2020-09-29rtc: meson: simplify the return expression of meson_vrtc_probeLiu Shixin
2020-09-29rtc: rx8010: rename rx8010_init_client() to rx8010_init()Bartosz Golaszewski
2020-09-24rtc: ds1307: enable rx8130's backup battery, make it chargeable optionallyBastian Krause
2020-09-24rtc: ds1307: consider aux-voltage-chargeableBastian Krause
2020-09-24rtc: ds1307: store previous charge default per chipBastian Krause
2020-09-24rtc: ds1307: introduce requires_trickle_resistor per chipBastian Krause
2020-09-24rtc: ds1307: apply DS13XX_TRICKLE_CHARGER_MAGIC only conditionallyBastian Krause
2020-09-15rtc: pcf2127: fix a bug when not specify interrupts propertyBiwen Li
2020-09-15rtc: ds1685: Fix bank switching to avoid endless loopThomas Bogendoerfer
2020-09-15rtc: st-lpc: Constify st_rtc_opsRikard Falkeborn
2020-09-15rtc: rx8010: use range checking provided by core RTC codeBartosz Golaszewski
2020-09-15rtc: rx8010: convert to using regmapBartosz Golaszewski