index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
rtc
Commit message (
Expand
)
Author
Age
Files
Lines
*
rtc: test: Fix invalid format specifier.
David Gow
2024-02-27
1
-1
/
+1
*
rtc: nuvoton: Compatible with NCT3015Y-R and NCT3018Y-R
Mia Lin
2024-01-18
1
-6
/
+46
*
rtc: da9063: Use dev_err_probe()
Biju Das
2024-01-18
1
-25
/
+17
*
rtc: da9063: Use device_get_match_data()
Biju Das
2024-01-18
1
-5
/
+1
*
rtc: da9063: Make IRQ as optional
Biju Das
2024-01-18
1
-18
/
+22
*
rtc: max31335: Fix comparison in max31335_volatile_reg()
Nathan Chancellor
2024-01-18
1
-1
/
+1
*
rtc: max31335: use regmap_update_bits_check
Alexandre Belloni
2024-01-18
1
-7
/
+5
*
rtc: max31335: remove unecessary locking
Alexandre Belloni
2024-01-18
1
-11
/
+3
*
rtc: max31335: add driver support
Antoniu Miclaus
2024-01-15
3
-0
/
+721
*
rtc: rv8803: add wakeup-source support
Alexandre Belloni
2024-01-15
1
-2
/
+5
*
rtc: ac100: remove misuses of kernel-doc
Randy Dunlap
2024-01-15
1
-2
/
+2
*
rtc: class: Remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
2024-01-08
1
-1
/
+1
*
rtc: ma35d1: remove hardcoded UIE support
Alexandre Belloni
2024-01-08
1
-20
/
+0
*
rtc: rv8803: Add power management support
Stefan Eichenberger
2024-01-08
1
-0
/
+29
*
rtc: ds3232: avoid unused-const-variable warning
Akinobu Mita
2024-01-08
1
-2
/
+2
*
rtc: lpc24xx: add missing dependency
Antoniu Miclaus
2024-01-08
1
-0
/
+1
*
rtc: tps6594: Add driver for TPS6594 RTC
Esteban Blanc
2024-01-08
3
-0
/
+467
*
rtc: Add driver for Nuvoton ma35d1 rtc controller
Jacky Huang
2023-12-17
3
-0
/
+336
*
rtc: Extend timeout for waiting for UIP to clear to 1s
Mario Limonciello
2023-12-17
2
-2
/
+2
*
rtc: Add support for configuring the UIP timeout for RTC reads
Mario Limonciello
2023-12-17
2
-11
/
+32
*
rtc: Adjust failure return code for cmos_set_alarm()
Mario Limonciello
2023-12-17
1
-2
/
+2
*
rtc: mc146818-lib: Adjust failure return code for mc146818_get_time()
Mario Limonciello
2023-12-17
1
-1
/
+1
*
rtc: cmos: Use ACPI alarm for non-Intel x86 systems too
Mario Limonciello
2023-11-17
1
-6
/
+12
*
Merge tag 'rtc-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...
Linus Torvalds
2023-11-05
15
-46
/
+396
|
\
|
*
rtc: Add support for the SSD202D RTC
Romain Perier
2023-10-16
3
-0
/
+261
|
*
rtc: at91rm9200: annotate at91_rtc_remove with __exit again
Alexandre Belloni
2023-10-16
1
-1
/
+1
|
*
rtc: ep93xx: add DT support for Cirrus EP93xx
Nikita Shubin
2023-10-15
1
-0
/
+8
|
*
rtc: efi: fixed typo in efi_procfs()
Maxim Korotkov
2023-10-15
1
-1
/
+1
|
*
rtc: omap: Use device_get_match_data()
Rob Herring
2023-10-15
1
-5
/
+3
|
*
rtc: pcf85363: fix wrong mask/val parameters in regmap_update_bits call
Javier Carrasco
2023-10-15
1
-1
/
+1
|
*
rtc: rtc7301: Support byte-addressed IO
Linus Walleij
2023-10-15
1
-2
/
+33
|
*
rtc: sh: Convert to platform remove callback returning void
Uwe Kleine-König
2023-10-13
1
-4
/
+2
|
*
rtc: pxa: Convert to platform remove callback returning void
Uwe Kleine-König
2023-10-13
1
-3
/
+2
|
*
rtc: mv: Convert to platform remove callback returning void
Uwe Kleine-König
2023-10-13
1
-4
/
+2
|
*
rtc: imxdi: Convert to platform remove callback returning void
Uwe Kleine-König
2023-10-13
1
-4
/
+2
|
*
rtc: at91rm9200: Convert to platform remove callback returning void
Uwe Kleine-König
2023-10-13
1
-4
/
+2
|
*
rtc: pcap: Drop no-op remove function
Uwe Kleine-König
2023-10-13
1
-6
/
+0
|
*
rtc: sh: Mark driver struct with __refdata to prevent section mismatch warning
Uwe Kleine-König
2023-10-13
1
-1
/
+7
|
*
rtc: pxa: Mark driver struct with __refdata to prevent section mismatch warning
Uwe Kleine-König
2023-10-13
1
-1
/
+7
|
*
rtc: mv: Mark driver struct with __refdata to prevent section mismatch warning
Uwe Kleine-König
2023-10-13
1
-1
/
+7
|
*
rtc: imxdi: Mark driver struct with __refdata to prevent section mismatch war...
Uwe Kleine-König
2023-10-13
1
-1
/
+7
|
*
rtc: at91rm9200: Mark driver struct with __refdata to prevent section mismatc...
Uwe Kleine-König
2023-10-13
1
-1
/
+7
|
*
rtc: imxdi: Soften dependencies for improved compile coverage
Uwe Kleine-König
2023-10-13
1
-1
/
+1
|
*
rtc: brcmstb-waketimer: support level alarm_irq
Doug Berger
2023-10-02
1
-5
/
+42
|
*
rtc: sh: silence warning
Alexandre Belloni
2023-10-01
1
-1
/
+1
*
|
nvmem: add explicit config option to read old syntax fixed OF cells
Rafał Miłecki
2023-10-21
1
-0
/
+1
|
/
*
Merge tag 'rtc-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...
Linus Torvalds
2023-09-07
50
-548
/
+1219
|
\
|
*
rtc: wm8350: remove unnecessary messages
Alexandre Belloni
2023-09-06
1
-7
/
+2
|
*
rtc: twl: remove unnecessary messages
Alexandre Belloni
2023-09-06
1
-5
/
+1
|
*
rtc: sun6i: remove unnecessary message
Alexandre Belloni
2023-09-06
1
-2
/
+0
[next]