summaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)AuthorFilesLines
2022-05-25rtc: mc146818-lib: Fix the AltCentury for AMD platformsMario Limonciello1-1/+15
2022-05-25rtc: fix use-after-free on device removalVincent Whitchurch1-0/+9
2022-04-15rtc: wm8350: Handle error for wm8350_register_irqJiasheng Jiang1-2/+9
2022-04-15rtc: check if __rtc_read_time was successfulTom Rix1-2/+5
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-09-26rtc: rx8010: select REGMAP_I2CYu-Tung Chang1-0/+1
2021-09-22rtc: 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-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: s5m: select REGMAP_I2CBartosz Golaszewski1-0/+1
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-11-05rtc: rx8010: don't modify the global rtc opsBartosz Golaszewski1-7/+17
2020-10-01rtc: ds1374: fix possible race conditionAlexandre Belloni1-6/+9
2020-10-01rtc: sa1100: fix possible race conditionAlexandre Belloni1-8/+10
2020-08-26rtc: goldfish: Enable interrupt in set_alarm() when necessaryHuacai Chen1-0/+1
2020-06-24rtc: rv3028: Add missed check for devm_regmap_init_i2c()Chuhong Yuan1-0/+2
2020-06-24rtc: mc13xxx: fix a double-unlock issueQiushi Wu1-1/+3
2020-04-23rtc: 88pm860x: fix possible race conditionAlexandre Belloni1-6/+8
2020-03-25rtc: max8907: add missing select REGMAP_IRQCorentin Labbe1-0/+1
2020-02-24rtc: Kconfig: select REGMAP_I2C when necessaryAlexandre Belloni1-0/+4
2020-02-24rtc: i2c/spi: Avoid inclusion of REGMAP support when not neededGeert Uytterhoeven1-2/+6
2020-02-15rtc: cmos: Stop using shared IRQAndy Shevchenko1-1/+1
2020-02-15rtc: hym8563: Return -EINVAL if the time is known to be invalidPaul Kocialkowski1-1/+1
2020-01-26rtc: bd70528: fix module alias to autoload moduleColin Ian King1-1/+1
2020-01-17rtc: bd70528: Add MODULE ALIAS to autoload moduleMatti Vaittinen1-0/+1
2020-01-17rtc: brcmstb-waketimer: add missed clk_disable_unprepareChuhong Yuan1-0/+1
2020-01-17rtc: msm6242: Fix reading of 10-hour digitKars de Jong1-1/+2
2020-01-17rtc: mt6397: fix alarm register overwriteRan Bi1-14/+33
2020-01-14rtc: sun6i: Add support for RTC clocks on R40Chen-Yu Tsai1-0/+16
2019-12-17rtc: disable uie before setting time and enable afterAlexandre Belloni1-1/+18
2019-09-22Merge tag 'rtc-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds58-722/+1136
2019-09-21Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-1/+1
2019-09-20Merge tag 'tag-chrome-platform-for-v5.4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-2/+3
2019-09-18Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-10/+1
2019-09-10rtc: meson: mark PM functions as __maybe_unusedArnd Bergmann1-4/+3
2019-09-10rtc: sc27xx: Remove clearing SPRD_RTC_POWEROFF_ALM_FLAG flagBaolin Wang1-1/+1
2019-09-02mfd / platform: cros_ec: Reorganize platform and mfd includesEnric Balletbo i Serra1-1/+2
2019-09-02mfd / platform: cros_ec: Move cros-ec core driver out from MFDEnric Balletbo i Serra1-1/+1
2019-09-01rtc: sun6i: Allow using as wakeup source from suspendAlejandro González1-0/+30
2019-09-01rtc: pcf8563: let the core handle range offsettingAlexandre Belloni1-4/+5
2019-09-01rtc: pcf8563: remove useless indirectionAlexandre Belloni1-14/+6