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-01-27
rtc: pxa: fix null pointer dereference
Laurence de Bruxelles
1
-0
/
+4
2022-01-27
rtc: Move variable into switch case statement
Kees Cook
1
-3
/
+3
2022-01-27
rtc: cmos: take rtc_lock while reading from CMOS
Mateusz Jończyk
1
-0
/
+3
2021-11-12
Merge tag 'rtc-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...
Linus Torvalds
26
-760
/
+890
2021-11-10
rtc: rx8025: use .set_offset/.read_offset
Alexandre Belloni
1
-37
/
+36
2021-11-10
rtc: rx8025: use rtc_add_group
Alexandre Belloni
1
-18
/
+9
2021-11-10
rtc: rx8025: clear RTC_FEATURE_ALARM when alarm are not supported
Alexandre Belloni
1
-10
/
+2
2021-11-10
rtc: rx8025: set range
Alexandre Belloni
1
-3
/
+2
2021-11-10
rtc: rx8025: let the core handle the alarm resolution
Alexandre Belloni
1
-13
/
+2
2021-11-10
rtc: rx8025: switch to devm_rtc_allocate_device
Alexandre Belloni
1
-5
/
+8
2021-11-10
rtc: ab8500: let the core handle the alarm resolution
Alexandre Belloni
1
-19
/
+4
2021-11-10
rtc: ab-eoz9: support UIE when available
Alexandre Belloni
1
-1
/
+2
2021-11-10
rtc: ab-eoz9: use RTC_FEATURE_UPDATE_INTERRUPT
Alexandre Belloni
1
-1
/
+1
2021-11-10
rtc: rv3032: let the core handle the alarm resolution
Alexandre Belloni
1
-8
/
+1
2021-11-10
rtc: s35390a: let the core handle the alarm resolution
Alexandre Belloni
1
-5
/
+2
2021-11-10
rtc: handle alarms with a minute resolution
Alexandre Belloni
1
-1
/
+11
2021-11-10
rtc: pcf85063: silence cppcheck warning
Alexandre Belloni
1
-1
/
+1
2021-11-10
rtc: rv8803: fix writing back ctrl in flag register
Dominique Martinet
1
-2
/
+2
2021-10-26
Merge tag 'samsung-drivers-5.16' of git://git.kernel.org/pub/scm/linux/kernel...
Arnd Bergmann
1
-8
/
+2
2021-10-23
rtc: s3c: Add time range
Sam Protsenko
1
-5
/
+2
2021-10-23
rtc: s3c: Extract read/write IO into separate functions
Sam Protsenko
1
-37
/
+61
2021-10-23
rtc: s3c: Remove usage of devm_rtc_device_register()
Sam Protsenko
1
-4
/
+7
2021-10-23
rtc: tps80031: Remove driver
Dmitry Osipenko
3
-333
/
+0
2021-10-23
rtc: sun6i: Allow probing without an early clock provider
Samuel Holland
1
-2
/
+11
2021-10-18
rtc: pcf8523: add BSM support
Alexandre Belloni
1
-6
/
+97
2021-10-18
rtc: pcf8523: allow usage on ACPI platforms
Alexandre Belloni
1
-3
/
+1
2021-10-18
rtc: pcf8523: remove unecessary ifdefery
Alexandre Belloni
1
-2
/
+0
2021-10-18
rtc: pcf8523: always compile pcf8523_rtc_ioctl
Alexandre Belloni
1
-4
/
+0
2021-10-18
rtc: pcf8523: switch to regmap
Alexandre Belloni
2
-219
/
+85
2021-10-18
rtc: expose RTC_FEATURE_UPDATE_INTERRUPT
Alexandre Belloni
2
-1
/
+6
2021-10-18
rtc: pcf8523: avoid reading BLF in pcf8523_rtc_read_time
Alexandre Belloni
1
-22
/
+4
2021-10-18
rtc: rv3032: allow setting BSM
Alexandre Belloni
1
-0
/
+76
2021-10-18
rtc: rv3028: add BSM support
Alexandre Belloni
1
-0
/
+74
2021-10-18
rtc: add BSM parameter
Alexandre Belloni
1
-2
/
+8
2021-10-18
rtc: add correction parameter
Alexandre Belloni
1
-0
/
+19
2021-10-18
rtc: expose correction feature
Alexandre Belloni
1
-0
/
+3
2021-10-18
rtc: add parameter ioctl
Alexandre Belloni
1
-0
/
+40
2021-10-17
rtc: s3c: remove HAVE_S3C_RTC in favor of direct dependencies
Will McVicker
1
-8
/
+2
2021-10-15
rtc: pcf85063: Always clear EXT_TEST from set_time
Phil Elwell
1
-0
/
+2
2021-10-15
rtc: pcf85063: add support for fixed clock
Alexander Stein
1
-0
/
+12
2021-10-15
rtc: rv3032: fix error handling in rv3032_clkout_set_rate()
Dan Carpenter
1
-2
/
+2
2021-10-15
rtc: class: check return value when calling dev_set_name()
Yang Yingliang
1
-1
/
+3
2021-10-15
rtc: class: don't call cdev_device_del() when cdev_device_add() failed
Yang Yingliang
1
-3
/
+6
2021-10-01
rtc: m41t80: return NULL rather than a plain 0 integer
Colin Ian King
1
-1
/
+1
2021-10-01
rtc: msc313: Fix unintentional sign extension issues with left shift of a u16
Colin Ian King
1
-2
/
+2
2021-10-01
rtc: mcp795: Add SPI ID table
Mark Brown
1
-0
/
+7
2021-09-27
rtc: msc313: fix missing include
Alexandre Belloni
1
-0
/
+1
2021-09-26
rtc: Add support for the MSTAR MSC313 RTC
Daniel Palmer
3
-0
/
+269
2021-09-25
rtc: rx6110: simplify getting the adapter of a client
Wolfram Sang
1
-1
/
+1
2021-09-25
rtc: s5m: drop unneeded MODULE_ALIAS
Krzysztof Kozlowski
1
-1
/
+0
[next]