| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |