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
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
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
2025-12-18
rtc: max31335: Fix ignored return value in set_alarm
Nuno Sá
1
-4
/
+2
2025-12-18
rtc: gamecube: Check the return value of ioremap()
Haotian Zhang
1
-0
/
+4
2025-12-18
rtc: amlogic-a4: fix double free caused by devm
Haotian Zhang
1
-4
/
+0
2025-11-13
rtc: rx8025: fix incorrect register reference
Yuta Hayama
1
-1
/
+1
2025-11-13
rtc: pcf2127: fix watchdog interrupt mask on pcf2131
Bruno Thomsen
1
-0
/
+15
2025-11-13
rtc: zynqmp: Restore alarm functionality after kexec transition
Harini T
1
-0
/
+19
2025-11-13
rtc: pcf2127: clear minute/second interrupt
Josua Mayer
1
-1
/
+3
2025-10-19
rtc: interface: Fix long-standing race when setting alarm
Esben Haabendal
1
-0
/
+23
2025-10-19
rtc: interface: Ensure alarm irq is enabled when UIE is enabled
Esben Haabendal
1
-0
/
+4
2025-10-19
rtc: isl12022: Fix initial enable_irq/disable_irq balance
Esben Haabendal
1
-0
/
+1
2025-10-19
rtc: optee: fix memory leak on driver removal
Clément Le Goffic
1
-0
/
+1
2025-10-19
rtc: x1205: Fix Xicor X1205 vendor prefix
Rob Herring (Arm)
1
-1
/
+1
2025-08-03
Merge tag 'rtc-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...
Linus Torvalds
17
-195
/
+367
2025-08-03
rtc: ds1685: Update Joshua Kinard's email address.
Joshua Kinard
1
-2
/
+2
2025-08-03
rtc: rv3032: convert from round_rate() to determine_rate()
Brian Masney
1
-8
/
+13
2025-08-03
rtc: rv3028: convert from round_rate() to determine_rate()
Brian Masney
1
-6
/
+11
2025-08-03
rtc: pcf8563: convert from round_rate() to determine_rate()
Brian Masney
1
-6
/
+11
2025-08-03
rtc: pcf85063: convert from round_rate() to determine_rate()
Brian Masney
1
-6
/
+11
2025-08-03
rtc: nct3018y: convert from round_rate() to determine_rate()
Brian Masney
1
-6
/
+11
2025-08-03
rtc: max31335: convert from round_rate() to determine_rate()
Brian Masney
1
-5
/
+7
2025-08-03
rtc: m41t80: convert from round_rate() to determine_rate()
Brian Masney
1
-10
/
+11
2025-08-03
rtc: hym8563: convert from round_rate() to determine_rate()
Brian Masney
1
-6
/
+11
2025-08-03
rtc: ds1307: convert from round_rate() to determine_rate()
Brian Masney
1
-6
/
+11
2025-08-03
rtc: rv3028: fix incorrect maximum clock rate handling
Brian Masney
1
-1
/
+1
2025-08-03
rtc: pcf8563: fix incorrect maximum clock rate handling
Brian Masney
1
-1
/
+1
2025-08-03
rtc: pcf85063: fix incorrect maximum clock rate handling
Brian Masney
1
-1
/
+1
2025-08-03
rtc: nct3018y: fix incorrect maximum clock rate handling
Brian Masney
1
-1
/
+1
2025-08-03
rtc: hym8563: fix incorrect maximum clock rate handling
Brian Masney
1
-1
/
+1
2025-08-03
rtc: ds1307: fix incorrect maximum clock rate handling
Brian Masney
1
-1
/
+1
2025-08-02
Merge tag 'pinctrl-v6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2025-07-27
rtc: pcf85063: scope pcf85063_config structures
Alexandre Belloni
1
-47
/
+47
2025-07-23
rtc: Optimize calculations in rtc_time64_to_tm()
Uwe Kleine-König
1
-21
/
+19
2025-07-23
rtc: ds1307: handle oscillator stop flag (OSF) for ds1341
Meagan Lloyd
1
-0
/
+11
2025-07-23
rtc: ds1307: remove clear of oscillator stop flag (OSF) in probe
Meagan Lloyd
1
-3
/
+1
2025-07-23
rtc: pcf85063: add support for RV8063
Antoni Pokusinski
2
-10
/
+98
2025-07-23
rtc: pcf85063: create pcf85063_i2c_probe
Antoni Pokusinski
1
-27
/
+70
2025-07-23
rtc: s3c: Put 'const' just after 'static' keyword for data
Krzysztof Kozlowski
1
-4
/
+4
2025-07-23
rtc: m41t80: remove HT feature for m41t65
Alexander Shiyan
1
-2
/
+2
2025-07-22
rtc: sysfs: use __ATTRIBUTE_GROUPS()
Andy Shevchenko
1
-5
/
+1
2025-07-22
rtc: sysfs: Bail out earlier if no new groups provided
Andy Shevchenko
1
-4
/
+8
2025-07-22
rtc: sysfs: Use sysfs_emit() to instead of s*printf()
Andy Shevchenko
1
-25
/
+21
2025-07-22
rtc: sh: Convert to DEFINE_SIMPLE_DEV_PM_OPS()
Geert Uytterhoeven
1
-4
/
+4
2025-07-22
rtc: Rename lib_test to test_rtc_lib
Geert Uytterhoeven
2
-1
/
+1
2025-06-24
rtc: pcf2127: add missing semicolon after statement
Hugo Villeneuve
1
-1
/
+1
2025-06-24
rtc: pcf2127: fix SPI command byte for PCF2131
Elena Popa
1
-0
/
+5
2025-06-24
rtc: cmos: use spin_lock_irqsave in cmos_interrupt
Mateusz Jończyk
1
-4
/
+6
2025-06-23
rtc: s5m: replace open-coded read/modify/write registers with regmap helpers
André Draszik
1
-21
/
+7
2025-06-23
rtc: s5m: replace regmap_update_bits with regmap_clear/set_bits
André Draszik
1
-6
/
+4
2025-06-23
rtc: s5m: switch to devm_device_init_wakeup
André Draszik
1
-1
/
+5
2025-06-23
rtc: s5m: fix a typo: peding -> pending
André Draszik
1
-3
/
+3
[next]