index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
rtc
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-08
rtc: sh: use local variables in probe() for mapping IO
Wolfram Sang
1
-11
/
+8
2025-04-08
rtc: sh: remove useless wrapper function
Wolfram Sang
1
-6
/
+2
2025-04-08
rtc: sh: simplify irq setup after refactoring
Wolfram Sang
1
-66
/
+17
2025-04-08
rtc: sh: remove periodic interrupt handling
Wolfram Sang
1
-69
/
+0
2025-04-08
rtc: sh: only disable carry interrupts in probe()
Wolfram Sang
1
-22
/
+4
2025-04-08
rtc: sh: remove update interrupt handling
Wolfram Sang
1
-47
/
+1
2025-04-08
rtc: sh: assign correct interrupts with DT
Wolfram Sang
1
-3
/
+9
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
2
-3
/
+3
2025-04-03
Merge tag 'rtc-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
Linus Torvalds
34
-766
/
+637
2025-04-01
rtc: pcf85063: replace dev_err+return with return dev_err_probe
Maud Spierings
1
-4
/
+2
2025-04-01
rtc: pcf85063: do a SW reset if POR failed
Lukas Stockmann
1
-1
/
+18
2025-04-01
rtc: max31335: Add driver support for max31331
PavithraUdayakumar-adi
1
-43
/
+122
2025-03-17
rtc: cros-ec: Avoid a couple of -Wflex-array-member-not-at-end warnings
Gustavo A. R. Silva
1
-18
/
+12
2025-03-17
rtc: rzn1: implement one-second accuracy for alarms
Wolfram Sang
1
-17
/
+91
2025-03-17
rtc: pcf50633: Remove
Dr. David Alan Gilbert
3
-292
/
+0
2025-03-17
rtc: pm8xxx: implement qcom,no-alarm flag for non-HLOS owned alarm
Jonathan Marek
1
-14
/
+20
2025-03-17
rtc: pm8xxx: mitigate flash wear
Johan Hovold
1
-0
/
+26
2025-03-17
rtc: pm8xxx: add support for uefi offset
Johan Hovold
1
-24
/
+132
2025-03-17
rtc: rv3032: drop WADA
Alexandre Belloni
1
-6
/
+0
2025-03-17
rtc: rv3032: fix EERD location
Alexandre Belloni
1
-1
/
+1
2025-03-17
rtc: pm8xxx: switch to devm_device_init_wakeup
Alexandre Belloni
1
-1
/
+1
2025-03-17
rtc: pm8xxx: fix possible race condition
Alexandre Belloni
1
-2
/
+2
2025-03-17
rtc: mpfs: switch to devm_device_init_wakeup
Alexandre Belloni
1
-1
/
+1
2025-03-11
rtc: renesas-rtca3: Disable interrupts only if the RTC is enabled
Claudiu Beznea
1
-9
/
+6
2025-03-07
rtc: pl031: document struct pl031_vendor_data members
Alexandre Belloni
1
-0
/
+2
2025-03-06
rtc: ds1307: stop disabling alarms on probe
Alexandre Belloni
1
-3
/
+1
2025-03-05
rtc: s5m: convert to dev_err_probe() where appropriate
André Draszik
1
-29
/
+21
2025-03-05
rtc: max77686: use dev_err_probe() where appropriate
André Draszik
1
-17
/
+12
2025-03-05
rtc: sd3078: drop needless struct sd3078
André Draszik
1
-43
/
+28
2025-03-05
rtc: sd2405al: drop needless struct sd2405al::rtc member
André Draszik
1
-8
/
+8
2025-03-05
rtc: s35390a: drop needless struct s35390a::rtc member
André Draszik
1
-11
/
+11
2025-03-05
rtc: rx8581: drop needless struct rx8581
André Draszik
1
-49
/
+36
2025-03-05
rtc: pl030: drop needless struct pl030_rtc::rtc member
André Draszik
1
-7
/
+7
2025-03-05
rtc: meson-vrtc: drop needless struct meson_vrtc_data::rtc member
André Draszik
1
-6
/
+6
2025-03-05
rtc: meson: drop needless struct meson_rtc::rtc member
André Draszik
1
-8
/
+8
2025-03-05
rtc: m48t86: drop needless struct m48t86_rtc_info::rtc member
André Draszik
1
-7
/
+7
2025-03-05
rtc: ftrtc010: drop needless struct ftrtc010_rtc::rtc_dev member
André Draszik
1
-9
/
+8
2025-03-05
rtc: ep93xx: drop needless struct ep93xx_rtc::rtc member
André Draszik
1
-8
/
+8
2025-03-05
rtc: ds2404: drop needless struct ds2404::rtc member
André Draszik
1
-7
/
+7
2025-03-05
rtc: aspeed: drop needless struct aspeed_rtc::rtc_dev member
André Draszik
1
-8
/
+8
2025-03-05
rtc: s5m: drop needless struct s5m_rtc_info::i2c member
André Draszik
1
-6
/
+6
2025-03-05
rtc: max77686: drop needless struct max77686_rtc_info::rtc member
André Draszik
1
-6
/
+6
2025-03-03
rtc: ds3232: Use HWMON_CHANNEL_INFO macro to simplify code
Huisong Li
1
-22
/
+2
2025-03-03
rtc: ab-eoz9: Use HWMON_CHANNEL_INFO macro to simplify code
Huisong Li
1
-22
/
+2
2025-03-03
rtc: pl031: Use resource managed API to simplify code
Peng Fan
1
-4
/
+2
2025-03-03
rtc: mpfs: Use devm_pm_set_wake_irq
Peng Fan
1
-7
/
+1
2025-03-03
rtc: ab8500: Use resource managed API to simplify code
Peng Fan
1
-9
/
+2
2025-03-03
rtc: pm8xxx: Use devm_pm_set_wake_irq
Peng Fan
1
-11
/
+1
2025-03-03
rtc: ds1343: Use devm_pm_set_wake_irq
Peng Fan
1
-7
/
+1
2025-03-03
rtc: nxp-bbnsm: Use resource managed API to simplify code
Peng Fan
1
-20
/
+9
[prev]
[next]