aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc
AgeCommit message (Expand)Author
2024-03-26rtc: mt6397: select IRQ_DOMAIN instead of depending on itRandy Dunlap
2023-11-20rtc: pcf85363: fix wrong mask/val parameters in regmap_update_bits callJavier Carrasco
2023-09-23rtc: ds1685: use EXPORT_SYMBOL_GPL for ds1685_rtc_poweroffChristoph Hellwig
2023-07-27rtc: st-lpc: Release some resources in st_rtc_probe() in case of errorChristophe JAILLET
2023-05-17rtc: meson-vrtc: Use ktime_get_real_ts64() to get the current timeMartin Blumenstingl
2023-05-17rtc: omap: include header for omap_rtc_power_off_program prototypeKrzysztof Kozlowski
2023-03-11rtc: sun6i: Always export the internal oscillatorSamuel Holland
2023-03-11rtc: sun6i: Make external 32k oscillator optionalJernej Skrabec
2023-03-11rtc: pm8xxx: fix set-alarm raceJohan Hovold
2023-01-18rtc: mxc_v2: Add missing clk_disable_unprepare()GUO Zihua
2023-01-18rtc: pic32: Move devm_rtc_allocate_device earlier in pic32_rtc_probe()Gaosheng Cui
2023-01-18rtc: st-lpc: Add missing clk_disable_unprepare in st_rtc_probe()Gaosheng Cui
2023-01-18rtc: pcf85063: Fix reading alarmAlexander Stein
2023-01-18rtc: snvs: Allow a time difference on clock register readStefan Eichenberger
2022-06-14rtc: mt6397: check return value after calling platform_get_resource()Yang Yingliang
2022-05-25rtc: mc146818-lib: Fix the AltCentury for AMD platformsMario Limonciello
2022-05-25rtc: fix use-after-free on device removalVincent Whitchurch
2022-04-15rtc: wm8350: Handle error for wm8350_register_irqJiasheng Jiang
2022-04-15rtc: check if __rtc_read_time was successfulTom Rix
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-09-26rtc: rx8010: select REGMAP_I2CYu-Tung Chang
2021-09-22rtc: 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-19rtc: ds1307: Fix wday settings for rx8130Nobuhiro Iwamatsu
2021-05-19rtc: fsl-ftm-alarm: add MODULE_TABLE()Michael Walle
2021-03-04rtc: s5m: select REGMAP_I2CBartosz Golaszewski
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-11-05rtc: rx8010: don't modify the global rtc opsBartosz Golaszewski
2020-10-01rtc: ds1374: fix possible race conditionAlexandre Belloni
2020-10-01rtc: sa1100: fix possible race conditionAlexandre Belloni
2020-08-26rtc: goldfish: Enable interrupt in set_alarm() when necessaryHuacai Chen
2020-06-24rtc: rv3028: Add missed check for devm_regmap_init_i2c()Chuhong Yuan
2020-06-24rtc: mc13xxx: fix a double-unlock issueQiushi Wu
2020-04-23rtc: 88pm860x: fix possible race conditionAlexandre Belloni
2020-03-25rtc: max8907: add missing select REGMAP_IRQCorentin Labbe
2020-02-24rtc: Kconfig: select REGMAP_I2C when necessaryAlexandre Belloni
2020-02-24rtc: i2c/spi: Avoid inclusion of REGMAP support when not neededGeert Uytterhoeven
2020-02-14rtc: cmos: Stop using shared IRQAndy Shevchenko
2020-02-14rtc: hym8563: Return -EINVAL if the time is known to be invalidPaul Kocialkowski
2020-01-26rtc: bd70528: fix module alias to autoload moduleColin Ian King
2020-01-17rtc: bd70528: Add MODULE ALIAS to autoload moduleMatti Vaittinen
2020-01-17rtc: brcmstb-waketimer: add missed clk_disable_unprepareChuhong Yuan