index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
rtc
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-14
rtc: mt6397: check return value after calling platform_get_resource()
Yang Yingliang
1
-0
/
+2
2022-04-20
rtc: wm8350: Handle error for wm8350_register_irq
Jiasheng Jiang
1
-2
/
+9
2022-02-08
rtc: cmos: Evaluate century appropriate
Riwen Lu
1
-1
/
+1
2022-01-27
rtc: cmos: take rtc_lock while reading from CMOS
Mateusz Jończyk
1
-0
/
+3
2021-09-22
rtc: tps65910: Correct driver module alias
Dmitry Osipenko
1
-1
/
+1
2021-07-28
rtc: max77686: Do not enforce (incorrect) interrupt trigger type
Krzysztof Kozlowski
1
-2
/
+2
2021-07-20
rtc: fix snprintf() checking in is_rtc_hctosys()
Dan Carpenter
1
-2
/
+2
2020-11-10
rtc: rx8010: don't modify the global rtc ops
Bartosz Golaszewski
1
-7
/
+17
2020-04-24
rtc: pm8xxx: Fix issue in RTC write path
Mohit Aggarwal
1
-11
/
+38
2020-04-24
rtc: omap: Use define directive for PIN_CONFIG_ACTIVE_HIGH
Nathan Chancellor
1
-3
/
+1
2020-04-02
rtc: max8907: add missing select REGMAP_IRQ
Corentin Labbe
1
-0
/
+1
2020-02-14
rtc: cmos: Stop using shared IRQ
Andy Shevchenko
1
-1
/
+1
2020-02-14
rtc: hym8563: Return -EINVAL if the time is known to be invalid
Paul Kocialkowski
1
-1
/
+1
2020-01-29
rtc: pcf8563: Clear event flags and disable interrupts before requesting irq
Chen-Yu Tsai
1
-6
/
+5
2020-01-29
rtc: pm8xxx: fix unintended sign extension
Colin Ian King
1
-2
/
+4
2020-01-29
rtc: 88pm80x: fix unintended sign extension
Colin Ian King
1
-7
/
+14
2020-01-29
rtc: 88pm860x: fix unintended sign extension
Colin Ian King
1
-7
/
+14
2020-01-29
rtc: ds1672: fix unintended sign extension
Colin Ian King
1
-1
/
+2
2020-01-29
rtc: cmos: ignore bogus century byte
Eric Wong
1
-1
/
+1
2020-01-23
rtc: msm6242: Fix reading of 10-hour digit
Kars de Jong
1
-1
/
+2
2020-01-23
rtc: mt6397: fix alarm register overwrite
Ran Bi
1
-14
/
+33
2019-12-21
rtc: max8997: Fix the returned value in case of error in 'max8997_rtc_read_al...
Christophe JAILLET
1
-1
/
+1
2019-11-28
rtc: s35390a: Change buf's type to u8 in s35390a_init
Nathan Chancellor
1
-1
/
+1
2019-11-06
rtc: pcf8523: set xtal load capacitance from DT
Sam Ravnborg
1
-8
/
+20
2019-06-22
rtc: pcf8523: don't return invalid date when battery is low
Baruch Siach
1
-8
/
+24
2019-05-31
rtc: 88pm860x: prevent use-after-free on device remove
Sven Van Asbroeck
1
-1
/
+1
2019-05-08
rtc: da9063: set uie_unsupported when relevant
Alexandre Belloni
1
-0
/
+7
2019-05-08
rtc: sh: Fix invalid alarm warning for non-enabled alarm
Geert Uytterhoeven
1
-1
/
+1
2019-03-27
rtc: Fix overflow when converting time64_t to rtc_time
Baolin Wang
1
-4
/
+2
2019-01-09
rtc: m41t80: Correct alarm month range with RTC reads
Maciej W. Rozycki
1
-1
/
+1
2018-12-21
rtc: snvs: Add timeouts to avoid kernel lockups
Trent Piepho
1
-35
/
+70
2018-12-21
rtc: snvs: add a missing write sync
Guy Shapiro
1
-0
/
+1
2018-12-01
rtc: pcf2127: fix a kmemleak caused in pcf2127_i2c_gather_write
Xulin Sun
1
-0
/
+3
2018-11-21
rtc: hctosys: Add missing range error reporting
Maciej W. Rozycki
1
-1
/
+3
2018-09-26
rtc: bq4802: add error handling for devm_ioremap
Zhouyang Jia
1
-0
/
+4
2018-09-09
rtc: omap: fix potential crash on power off
Johan Hovold
1
-7
/
+7
2018-08-03
rtc: ensure rtc_set_alarm fails when alarms are not supported
Alexandre Belloni
1
-0
/
+5
2018-05-25
rtc: tx4939: avoid unintended sign extension on a 24 bit shift
Colin Ian King
1
-2
/
+4
2018-05-25
rtc: hctosys: Ensure system time doesn't overflow time_t
Alexandre Belloni
1
-0
/
+5
2018-05-25
rtc: snvs: Fix usage of snvs_rtc_enable
Bryan O'Donoghue
1
-4
/
+11
2018-05-01
rtc: opal: Fix OPAL RTC driver OPAL_BUSY loops
Nicholas Piggin
1
-14
/
+23
2018-04-13
rtc: interface: Validate alarm-time before handling rollover
Vaibhav Jain
1
-1
/
+8
2018-04-13
rtc: opal: Handle disabled TPO in opal_get_tpo_time()
Vaibhav Jain
1
-0
/
+10
2018-04-13
rtc: m41t80: fix SQW dividers override when setting a date
Gary Bisson
1
-0
/
+12
2018-04-13
rtc: snvs: fix an incorrect check of return value
Pan Bian
1
-1
/
+1
2018-03-24
rtc: ds1374: wdt: Fix stop/start ioctl always returning -EINVAL
Moritz Fischer
1
-1
/
+2
2018-03-24
rtc: ds1374: wdt: Fix issue with timeout scaling from secs to wdt ticks
Moritz Fischer
1
-1
/
+6
2018-03-24
rtc: cmos: Do not assume irq 8 for rtc when there are no legacy irqs
Hans de Goede
1
-4
/
+13
2018-02-22
rtc-opal: Fix handling of firmware error codes, prevent busy loops
Stewart Smith
1
-2
/
+10
2017-12-25
rtc: set the alarm to the next expiring timer
Alexandre Belloni
1
-1
/
+1
[next]