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-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
2025-06-23
rtc: s5m: add support for S2MPG10 RTC
André Draszik
1
-0
/
+60
2025-06-23
rtc: s5m: prepare for external regmap
André Draszik
1
-36
/
+45
2025-06-23
rtc: s5m: cache device type during probe
André Draszik
1
-4
/
+6
2025-06-18
rtc: stm32: Constify static 'pinctrl_desc'
Krzysztof Kozlowski
1
-1
/
+1
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
2
-2
/
+2
2025-06-02
rtc: mt6359: Add mt6357 support
Alexandre Mergnat
1
-0
/
+1
2025-06-02
rtc: test: Test date conversion for dates starting in 1900
Uwe Kleine-König
1
-5
/
+5
2025-06-02
rtc: test: Also test time and wday outcome of rtc_time64_to_tm()
Uwe Kleine-König
1
-5
/
+13
2025-06-02
rtc: test: Emit the seconds-since-1970 value instead of days-since-1970
Uwe Kleine-König
1
-4
/
+1
2025-06-02
rtc: Fix offset calculation for .start_secs < 0
Alexandre Mergnat
1
-1
/
+1
2025-06-02
rtc: Make rtc_time64_to_tm() support dates before 1970
Alexandre Mergnat
1
-5
/
+19
2025-06-02
rtc: pcf8563: fix wrong alarm register
Troy Mitchell
1
-1
/
+1
2025-06-01
rtc: rzn1: support input frequencies other than 32768Hz
Wolfram Sang
1
-12
/
+46
2025-06-01
rtc: rzn1: Disable controller before initialization
Wolfram Sang
1
-0
/
+10
2025-05-26
rtc: m41t80: reduce verbosity
Alexandre Belloni
1
-9
/
+9
2025-05-25
rtc: m41t80: kickstart ocillator upon failure
A. Niyas Ahamed Mydeen
1
-20
/
+48
2025-05-25
rtc: s32g: add NXP S32G2/S32G3 SoC support
Ciprian Marian Costea
3
-0
/
+397
2025-05-25
rtc: loongson: Add missing alarm notifications for ACPI RTC events
Liu Dalin
1
-0
/
+8
2025-05-25
rtc: sophgo: add rtc support for Sophgo CV1800 SoC
Jingbao Qiu
3
-0
/
+231
2025-05-24
rtc: stm32: drop unused module alias
Johan Hovold
1
-1
/
+0
2025-05-24
rtc: s3c: drop unused module alias
Johan Hovold
1
-1
/
+0
2025-05-24
rtc: pm8xxx: drop unused module alias
Johan Hovold
1
-1
/
+0
2025-05-24
rtc: jz4740: drop unused module alias
Johan Hovold
1
-1
/
+0
2025-05-24
rtc: da9063: drop unused module alias
Johan Hovold
1
-1
/
+0
2025-05-24
rtc: cpcap: drop unused module alias
Johan Hovold
1
-1
/
+0
2025-05-24
rtc: at91rm9200: drop unused module alias
Johan Hovold
1
-1
/
+0
2025-05-24
rtc: pm8xxx: fix uefi offset lookup
Johan Hovold
1
-5
/
+12
2025-05-24
rtc: amlogic: Do not enable by default during compile testing
Krzysztof Kozlowski
1
-1
/
+1
2025-05-24
rtc: interface: silence KMSAN warning
Alexandre Belloni
1
-1
/
+1
2025-04-08
rtc: da9063: simplify irq management
Wolfram Sang
1
-24
/
+6
2025-04-08
rtc: rzn1: clear interrupts on remove
Wolfram Sang
1
-0
/
+5
2025-04-08
rtc: sh: minor fixes to adhere to coding style
Wolfram Sang
1
-19
/
+19
[prev]
[next]