index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
rtc
Age
Commit message (
Expand
)
Author
Lines
2022-11-15
rtc: ds1302: remove unnecessary spi_set_drvdata()
Yang Yingliang
-6
/
+0
2022-11-15
rtc: cros-ec: Limit RTC alarm range if needed
Guenter Roeck
-15
/
+20
2022-11-15
rtc: pm8xxx: drop unused pm8018 compatible
Neil Armstrong
-1
/
+0
2022-11-15
rtc: rzn1: Check return value in rzn1_rtc_probe
Yushan Zhou
-1
/
+3
2022-11-15
rtc: rx8025: Convert to .probe_new()
Uwe Kleine-König
-3
/
+3
2022-11-15
rtc: rv8803: Convert to .probe_new()
Uwe Kleine-König
-14
/
+16
2022-11-15
rtc: rs5c372: Convert to .probe_new()
Uwe Kleine-König
-5
/
+6
2022-11-15
rtc: pcf2127: Convert to .probe_new()
Uwe Kleine-König
-11
/
+11
2022-11-15
rtc: nct3018y: Convert to .probe_new()
Uwe Kleine-König
-3
/
+2
2022-11-15
rtc: m41t80: Convert to .probe_new()
Uwe Kleine-König
-5
/
+6
2022-11-15
rtc: isl1208: Convert to .probe_new()
Uwe Kleine-König
-2
/
+4
2022-11-15
rtc: abx80x: Convert to .probe_new()
Uwe Kleine-König
-18
/
+18
2022-10-18
rtc: cmos: fix build on non-ACPI platforms
Alexandre Belloni
-0
/
+3
2022-10-18
rtc: cmos: Fix wake alarm breakage
Rafael J. Wysocki
-3
/
+8
2022-10-14
Merge tag 'rtc-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...
Linus Torvalds
-247
/
+98
2022-10-13
rtc: rv3028: Fix codestyle errors
Ke Sun
-3
/
+2
2022-10-13
rtc: cmos: Fix event handler registration ordering issue
Rafael J. Wysocki
-10
/
+19
2022-10-13
rtc: k3: Use devm_clk_get_enabled() helper
Christophe JAILLET
-18
/
+4
2022-10-13
rtc: jz4740: Use devm_clk_get_enabled() helper
Christophe JAILLET
-22
/
+3
2022-10-13
rtc: mpfs: Use devm_clk_get_enabled() helper
Christophe JAILLET
-18
/
+1
2022-10-13
rtc: ds1685: Fix spelling of function name in comment block
Colin Ian King
-1
/
+1
2022-10-13
rtc: isl12022: switch to using regmap API
Rasmus Villemoes
-85
/
+26
2022-10-13
rtc: isl12022: drop redundant write to HR register
Rasmus Villemoes
-14
/
+0
2022-10-13
rtc: isl12022: use dev_set_drvdata() instead of i2c_set_clientdata()
Rasmus Villemoes
-3
/
+2
2022-10-13
rtc: isl12022: use %ptR
Rasmus Villemoes
-10
/
+2
2022-10-13
rtc: isl12022: simplify some expressions
Rasmus Villemoes
-4
/
+4
2022-10-13
rtc: isl12022: drop a dev_info()
Rasmus Villemoes
-3
/
+0
2022-10-13
rtc: isl12022: specify range_min and range_max
Rasmus Villemoes
-0
/
+2
2022-10-13
rtc: isl12022: stop using deprecated devm_rtc_device_register()
Rasmus Villemoes
-4
/
+7
2022-10-13
rtc: stmp3xxx: Add failure handling for stmp3xxx_wdt_register()
Lin Yujun
-0
/
+2
2022-08-23
rtc: mxc: Use devm_clk_get_enabled() helper
Christophe JAILLET
-25
/
+2
2022-08-23
rtc: gamecube: Always reset HW_SRNPROT after read
Emmanuel Gil Peyrot
-6
/
+5
2022-08-23
rtc: k3: detect SoC to determine erratum fix
Bryan Brattlof
-18
/
+14
2022-08-23
rtc: k3: wait until the unlock field is not zero
Bryan Brattlof
-1
/
+1
2022-08-23
rtc: mpfs: Remove printing of stray CR
Geert Uytterhoeven
-4
/
+3
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
-15
/
+6
2022-08-09
rtc: spear: set range max
Zeng Jingxiang
-1
/
+1
2022-08-08
rtc: rtc-cmos: Do not check ACPI_FADT_LOW_POWER_S0
Rafael J. Wysocki
-3
/
+0
2022-08-08
rtc: zynqmp: initialize fract_tick
Alexandre Belloni
-1
/
+1
2022-07-26
rtc: Add NCT3018Y real time clock driver
Mia Lin
-0
/
+564
2022-07-26
rtc: rx8025: fix 12/24 hour mode detection on RX-8035
Mathew McBride
-4
/
+18
2022-07-26
rtc: cros-ec: Only warn once in .remove() about notifier_chain problems
Uwe Kleine-König
-3
/
+1
2022-07-26
rtc: vr41xx: remove driver
Thomas Bogendoerfer
-374
/
+0
2022-07-26
rtc: mpfs: remove 'pending' variable from mpfs_rtc_wakeup_irq_handler()
Tom Rix
-3
/
+0
2022-07-26
rtc: rv8803: fix missing unlock on error in rv8803_set_time()
Yang Yingliang
-1
/
+3
2022-07-26
rtc: zynqmp: Add calibration set and get support
Srinivas Neeli
-19
/
+94
2022-07-26
rtc: zynqmp: Updated calibration value
Srinivas Neeli
-1
/
+1
2022-07-26
rtc: sun6i: add support for R329 RTC
Icenowy Zheng
-0
/
+2
2022-06-24
rtc: Directly use ida_alloc()/free()
keliu
-3
/
+3
2022-06-24
rtc: Introduce ti-k3-rtc
Nishanth Menon
-0
/
+692
[prev]
[next]