index
:
pub/scm/linux/kernel/git/kabel/linux.git
master
kabel's fork of linux.git
Marek Behún
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
rtc
/
rtc-rzn1.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-28
Merge tag 'rtc-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...
Linus Torvalds
1
-81
/
+116
2026-08-23
rtc: rzn1: Add support for Renesas RZ/T2H and RZ/N2H SoCs
Lad Prabhakar
1
-0
/
+5
2026-08-23
rtc: rzn1: Drop trailing comma from OF match table sentinel
Lad Prabhakar
1
-1
/
+1
2026-08-23
rtc: rzn1: Add OF match data to gate SUBU register access
Lad Prabhakar
1
-2
/
+20
2026-08-23
rtc: rzn1: use FIELD_PREP/FIELD_GET and GENMASK for register access
Lad Prabhakar
1
-22
/
+28
2026-08-23
rtc: rzn1: Consistently use dev_err_probe()
Lad Prabhakar
1
-4
/
+2
2026-08-23
rtc: rzn1: Use temporary variable for struct device
Lad Prabhakar
1
-11
/
+12
2026-08-23
rtc: rzn1: Dynamically calculate synchronization delay based on clock rate
Lad Prabhakar
1
-5
/
+10
2026-08-23
rtc: rzn1: Replace remove callback with devm_add_action_or_reset()
Lad Prabhakar
1
-33
/
+23
2026-08-23
rtc: rzn1: Use pm_runtime_put_sync()
Lad Prabhakar
1
-2
/
+2
2026-08-23
rtc: rzn1: Fix malformed MODULE_AUTHOR string
Lad Prabhakar
1
-1
/
+1
2026-08-23
rtc: rzn1: Disable alarm interrupt before reprogramming alarm registers
Lad Prabhakar
1
-0
/
+5
2026-08-23
rtc: rzn1: Fix alarm range check truncation on 32-bit systems
Lad Prabhakar
1
-2
/
+2
2026-08-23
rtc: rzn1: Handle unset alarm weekday in rzn1_rtc_read_alarm
Lad Prabhakar
1
-4
/
+12
2026-08-23
rtc: rzn1: Fix weekday underflow when alarm crosses month boundary
Lad Prabhakar
1
-6
/
+1
2026-08-23
rtc: rzn1: Handle EPROBE_DEFER for optional pps interrupt
Lad Prabhakar
1
-0
/
+4
2026-07-03
Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...
Uwe Kleine-König (The Capable Hub)
1
-1
/
+0
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-04-08
rtc: rzn1: clear interrupts on remove
Wolfram Sang
1
-0
/
+5
2025-03-17
rtc: rzn1: implement one-second accuracy for alarms
Wolfram Sang
1
-17
/
+91
2024-11-25
rtc: rzn1: reduce register access
Wolfram Sang
1
-42
/
+33
2024-11-25
rtc: rzn1: drop superfluous wday calculation
Wolfram Sang
1
-15
/
+0
2024-11-18
rtc: rzn1: update Michel's email
Wolfram Sang
1
-2
/
+2
2024-11-18
rtc: rzn1: fix BCD to rtc_time conversion errors
Wolfram Sang
1
-4
/
+4
2024-11-10
rtc: Switch back to struct platform_driver::remove()
Uwe Kleine-König
1
-1
/
+1
2023-08-27
rtc: rzn1: Report maximum alarm limit to rtc core
Guenter Roeck
1
-1
/
+2
2023-07-27
rtc: Explicitly include correct DT includes
Rob Herring
1
-1
/
+1
2023-03-17
rtc: rzn1: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2022-11-15
rtc: rzn1: Check return value in rzn1_rtc_probe
Yushan Zhou
1
-1
/
+3
2022-05-25
rtc: rzn1: Fix a variable type
Miquel Raynal
1
-2
/
+1
2022-05-25
rtc: rzn1: Fix error code in probe
Dan Carpenter
1
-1
/
+1
2022-05-25
rtc: rzn1: Avoid mixing variables
Miquel Raynal
1
-8
/
+8
2022-05-19
rtc: rzn1: fix platform_no_drv_owner.cocci warning
Yang Li
1
-1
/
+0
2022-05-17
rtc: rzn1: Add oscillator offset support
Miquel Raynal
1
-0
/
+73
2022-05-17
rtc: rzn1: Add alarm support
Miquel Raynal
1
-1
/
+105
2022-05-17
rtc: rzn1: Add new RTC driver
Michel Pollet
1
-0
/
+243