summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
* rtc: rx8010: select REGMAP_I2CYu-Tung Chang2021-09-261-0/+1
* rtc: tps65910: Correct driver module aliasDmitry Osipenko2021-09-221-1/+1
* rtc: max77686: Do not enforce (incorrect) interrupt trigger typeKrzysztof Kozlowski2021-07-251-2/+2
* rtc: mxc_v2: add missing MODULE_DEVICE_TABLEBixuan Cui2021-07-251-0/+1
* rtc: fix snprintf() checking in is_rtc_hctosys()Dan Carpenter2021-07-201-2/+2
* rtc: stm32: Fix unbalanced clk_disable_unprepare() on probe error pathMartin Fuzzey2021-07-141-2/+4
* rtc: ds1307: Fix wday settings for rx8130Nobuhiro Iwamatsu2021-05-191-2/+10
* rtc: fsl-ftm-alarm: add MODULE_TABLE()Michael Walle2021-05-191-0/+1
* rtc: s5m: select REGMAP_I2CBartosz Golaszewski2021-03-041-0/+1
* rtc: pl031: fix resource leak in pl031_probeZheng Liang2021-01-061-2/+4
* rtc: sun6i: Fix memleak in sun6i_rtc_clk_initDinghao Liu2021-01-061-3/+5
* rtc: ep93xx: Fix NULL pointer dereference in ep93xx_rtc_read_timeNikita Shubin2020-12-301-3/+3
* rtc: pcf2127: fix pcf2127_nvmem_read/write() returnsDan Carpenter2020-12-301-8/+4
* rtc: rx8010: don't modify the global rtc opsBartosz Golaszewski2020-11-051-7/+17
* rtc: ds1374: fix possible race conditionAlexandre Belloni2020-10-011-6/+9
* rtc: sa1100: fix possible race conditionAlexandre Belloni2020-10-011-8/+10
* rtc: goldfish: Enable interrupt in set_alarm() when necessaryHuacai Chen2020-08-261-0/+1
* rtc: rv3028: Add missed check for devm_regmap_init_i2c()Chuhong Yuan2020-06-241-0/+2
* rtc: mc13xxx: fix a double-unlock issueQiushi Wu2020-06-241-1/+3
* rtc: 88pm860x: fix possible race conditionAlexandre Belloni2020-04-231-6/+8
* rtc: max8907: add missing select REGMAP_IRQCorentin Labbe2020-03-251-0/+1
* rtc: Kconfig: select REGMAP_I2C when necessaryAlexandre Belloni2020-02-241-0/+4
* rtc: i2c/spi: Avoid inclusion of REGMAP support when not neededGeert Uytterhoeven2020-02-241-2/+6
* rtc: cmos: Stop using shared IRQAndy Shevchenko2020-02-141-1/+1
* rtc: hym8563: Return -EINVAL if the time is known to be invalidPaul Kocialkowski2020-02-141-1/+1
* rtc: bd70528: fix module alias to autoload moduleColin Ian King2020-01-261-1/+1
* rtc: bd70528: Add MODULE ALIAS to autoload moduleMatti Vaittinen2020-01-171-0/+1
* rtc: brcmstb-waketimer: add missed clk_disable_unprepareChuhong Yuan2020-01-171-0/+1
* rtc: msm6242: Fix reading of 10-hour digitKars de Jong2020-01-171-1/+2
* rtc: mt6397: fix alarm register overwriteRan Bi2020-01-171-14/+33
* rtc: sun6i: Add support for RTC clocks on R40Chen-Yu Tsai2020-01-141-0/+16
* rtc: disable uie before setting time and enable afterAlexandre Belloni2019-12-171-1/+18
* Merge tag 'rtc-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2019-09-2258-722/+1136
|\
| * rtc: meson: mark PM functions as __maybe_unusedArnd Bergmann2019-09-101-4/+3
| * rtc: sc27xx: Remove clearing SPRD_RTC_POWEROFF_ALM_FLAG flagBaolin Wang2019-09-101-1/+1
| * rtc: sun6i: Allow using as wakeup source from suspendAlejandro González2019-09-011-0/+30
| * rtc: pcf8563: let the core handle range offsettingAlexandre Belloni2019-09-011-4/+5
| * rtc: pcf8563: remove useless indirectionAlexandre Belloni2019-09-011-14/+6
| * rtc: pcf8563: convert to devm_rtc_allocate_deviceAlexandre Belloni2019-09-011-8/+9
| * rtc: pcf8563: add Microcrystal RV8564 compatibleAlexandre Belloni2019-09-011-0/+1
| * rtc: pcf8563: add Epson RTC8564 compatibleAlexandre Belloni2019-09-011-0/+1
| * rtc: s35390a: convert to devm_i2c_new_dummy_device()Wolfram Sang2019-09-011-41/+13
| * rtc: max77686: convert to devm_i2c_new_dummy_device()Wolfram Sang2019-09-011-13/+4
| * rtc: pcf85363/pcf85263: fix regmap error in set_timeBiwen Li2019-09-011-1/+6
| * rtc: snvs: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni2019-09-011-9/+4
| * rtc: snvs: set rangeAlexandre Belloni2019-09-011-0/+1
| * rtc: snvs: fix possible race conditionAnson Huang2019-08-291-4/+7
| * rtc: pcf2127: bugfix: watchdog build dependencyBruno Thomsen2019-08-272-0/+3
| * rtc: pcf2127: add tamper detection supportBruno Thomsen2019-08-271-0/+160
| * rtc: pcf2127: add watchdog feature supportBruno Thomsen2019-08-272-1/+124