Linus Torvalds
275bc4eedf
Merge tag 'rtc-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
...
Pull RTC updates from Alexandre Belloni:
"The RZN1 driver got a fairly comprehensive cleanup. More DT binding
are converted to DT schema, leaving only 5 remaining files to convert.
Subsystem:
- patchwork project is moving to kernel.org
- fully initialize clk_init_data
- add missing MODULE_DEVICE_TABLE()
- DT bindings conversions to DT schema
Drivers:
- ds1307: fix WADA bit for alarms on RX8130
- rzn1: add support for RZ/T2H and RZ/N2H, many fixes"
* tag 'rtc-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux: (42 commits)
MAINTAINERS: update rtc subsystem patchwork location
rtc: msc313: Select by default on MSTARV7
rtc: microcrystal: Make sure clk_init_data is fully initialized
rtc: philips: Make sure clk_init_data is fully initialized
rtc: nct3018y: Make sure clk_init_data is fully initialized
rtc: m41t80: Make sure clk_init_data is fully initialized
rtc: hym8563: Make sure clk_init_data is fully initialized
rtc: rzn1: Add support for Renesas RZ/T2H and RZ/N2H SoCs
rtc: rzn1: Drop trailing comma from OF match table sentinel
rtc: rzn1: Add OF match data to gate SUBU register access
rtc: rzn1: use FIELD_PREP/FIELD_GET and GENMASK for register access
rtc: rzn1: Consistently use dev_err_probe()
rtc: rzn1: Use temporary variable for struct device
rtc: rzn1: Dynamically calculate synchronization delay based on clock rate
rtc: rzn1: Replace remove callback with devm_add_action_or_reset()
rtc: rzn1: Use pm_runtime_put_sync()
rtc: Kconfig: Broaden RTC_DRV_RZN1 dependency to ARCH_RENESAS
rtc: rzn1: Fix malformed MODULE_AUTHOR string
rtc: rzn1: Disable alarm interrupt before reprogramming alarm registers
rtc: rzn1: Fix alarm range check truncation on 32-bit systems
...
2026-08-28 09:53:43 -07:00
..
2026-02-22 09:43:11 -08:00
2026-03-18 22:27:04 +01:00
2026-06-23 00:13:35 +02:00
2026-08-24 14:56:17 +02:00
2025-07-23 23:48:06 +02:00
2026-06-23 00:13:35 +02:00
2023-10-21 19:19:06 +02:00
2021-05-25 00:36:11 +02:00
2025-01-09 18:29:24 +01:00
2025-01-09 18:29:24 +01:00
2026-07-03 07:38:17 +02:00
2026-06-22 02:22:42 +02:00
2026-06-22 02:20:13 +02:00
2026-08-19 18:11:38 +02:00
2026-06-22 02:20:13 +02:00
2026-01-22 10:49:10 -05:00
2026-02-01 17:37:16 +01:00
2026-03-13 11:22:04 +01:00
2025-01-09 18:29:24 +01:00
2024-11-10 22:58:28 +01:00
2026-06-23 00:13:35 +02:00
2025-05-24 23:58:23 +02:00
2025-01-09 18:29:24 +01:00
2025-12-08 22:59:58 +01:00
2021-07-10 01:53:39 +02:00
2026-06-22 02:22:42 +02:00
2026-06-24 23:25:09 +02:00
2026-08-19 18:11:38 +02:00
2025-01-09 18:29:24 +01:00
2026-06-24 23:49:00 +02:00
2022-06-24 21:24:02 +02:00
2026-07-03 07:38:17 +02:00
2026-07-03 07:38:17 +02:00
2025-05-25 00:15:13 +02:00
2020-11-19 12:50:12 +01:00
2025-01-09 18:29:24 +01:00
2025-05-24 23:58:23 +02:00
2021-02-06 00:58:24 +01:00
2019-10-07 01:07:35 +02:00
2019-10-07 01:07:35 +02:00
2022-11-15 21:01:51 +01:00
2023-08-27 23:50:22 +02:00
2026-08-28 09:53:43 -07:00
2026-08-19 17:41:09 +02:00
2022-11-15 21:01:51 +01:00
2026-06-22 02:20:13 +02:00
2026-02-20 23:12:25 +01:00
2024-02-29 22:16:52 +01:00
2020-11-19 12:50:12 +01:00
2026-06-22 02:20:13 +02:00
2025-11-03 14:38:37 +01:00
2023-07-27 23:31:29 +02:00
2025-03-05 23:08:00 +01:00
2026-06-22 02:20:13 +02:00
2025-09-16 17:38:21 +02:00
2026-06-22 02:20:13 +02:00
2026-07-03 07:38:17 +02:00
2026-06-22 02:20:13 +02:00
2026-07-03 07:38:17 +02:00
2026-07-03 07:38:17 +02:00
2026-08-20 01:04:38 +02:00
2024-06-28 00:24:43 +02:00
2024-12-02 11:34:44 -08:00
2026-08-23 21:49:51 +02:00
2021-04-29 23:03:26 +02:00
2024-08-28 21:54:51 +01:00
2024-11-10 22:58:28 +01:00
2026-06-22 23:28:57 +02:00
2026-06-22 02:20:13 +02:00
2026-06-22 02:20:13 +02:00
2025-05-24 23:58:23 +02:00
2026-01-31 00:12:32 +01:00
2025-01-09 18:29:24 +01:00
2026-07-03 07:38:17 +02:00
2025-01-09 18:29:24 +01:00
2026-08-23 21:49:51 +02:00
2026-06-24 23:12:11 +02:00
2020-03-16 11:12:11 +01:00
2024-11-18 14:31:57 +01:00
2026-07-03 07:38:17 +02:00
2024-01-08 01:33:27 +01:00
2025-12-08 22:41:59 +01:00
2026-06-22 02:20:13 +02:00
2023-02-01 09:13:35 +01:00
2025-01-09 18:29:24 +01:00
2026-06-22 02:22:42 +02:00
2026-06-22 02:22:42 +02:00
2026-06-22 02:20:13 +02:00
2026-06-22 02:22:42 +02:00
2026-07-03 07:38:17 +02:00
2024-11-10 23:02:43 +01:00
2024-04-17 01:39:35 +02:00
2025-03-05 23:08:00 +01:00
2025-09-16 17:38:21 +02:00
2026-07-03 07:38:17 +02:00
2025-01-09 18:29:24 +01:00
2026-06-22 02:15:29 +02:00
2026-07-03 07:38:17 +02:00
2019-11-18 15:23:54 +01:00
2020-11-19 12:50:12 +01:00
2026-07-03 07:38:17 +02:00
2026-07-03 07:38:17 +02:00
2026-08-19 18:11:38 +02:00
2026-07-03 07:38:17 +02:00
2025-01-09 18:29:24 +01:00
2026-08-23 21:49:51 +02:00
2025-09-16 14:41:58 +01:00
2026-04-12 22:54:35 +02:00
2025-11-06 23:50:08 +01:00
2025-03-03 22:52:29 +01:00
2025-01-09 18:29:24 +01:00
2022-03-23 19:58:39 +01:00
2026-02-22 09:43:11 -08:00
2025-01-09 18:29:24 +01:00
2023-02-01 09:13:35 +01:00
2026-08-20 00:08:35 +02:00
2026-06-22 02:20:13 +02:00
2026-08-23 21:49:51 +02:00
2026-06-22 02:20:13 +02:00
2026-08-23 21:49:51 +02:00
2026-08-21 15:53:05 +02:00
2026-01-30 15:29:08 +01:00
2025-03-05 23:08:00 +01:00
2025-03-07 22:46:29 +01:00
2025-05-24 23:58:23 +02:00
2020-11-19 12:50:12 +01:00
2025-01-09 18:29:24 +01:00
2026-07-03 07:38:17 +02:00
2020-11-19 12:50:12 +01:00
2025-01-09 18:29:24 +01:00
2025-01-09 18:29:24 +01:00
2026-06-22 01:59:16 +02:00
2025-01-09 18:29:24 +01:00
2020-11-19 12:50:12 +01:00
2022-12-15 23:34:31 +01:00
2020-11-19 12:50:12 +01:00
2026-06-22 02:20:13 +02:00
2024-11-10 22:58:28 +01:00
2026-08-23 21:49:51 +02:00
2026-06-22 02:20:13 +02:00
2026-08-23 21:49:51 +02:00
2026-06-22 02:20:13 +02:00
2026-06-22 02:20:13 +02:00
2026-06-22 02:20:13 +02:00
2026-06-22 02:20:13 +02:00
2024-05-07 23:40:10 +02:00
2026-06-22 02:20:13 +02:00
2026-08-28 09:53:43 -07:00
2025-09-16 17:38:20 +02:00
2025-09-16 17:38:20 +02:00
2026-06-22 02:22:42 +02:00
2026-08-19 17:54:55 +02:00
2026-06-25 08:57:52 +02:00
2025-11-03 14:38:37 +01:00
2025-01-09 18:29:24 +01:00
2026-06-22 02:20:13 +02:00
2026-06-22 02:20:13 +02:00
2026-07-03 07:38:17 +02:00
2022-11-15 21:25:44 +01:00
2026-08-19 16:41:00 +02:00
2025-01-09 18:29:24 +01:00
2026-07-03 07:38:17 +02:00
2026-08-19 18:17:03 +02:00
2020-11-19 12:50:12 +01:00
2020-11-19 12:50:12 +01:00
2025-06-18 13:26:37 +02:00
2024-11-10 22:58:28 +01:00
2020-11-19 12:50:12 +01:00
2026-02-21 17:09:51 -08:00
2025-01-09 18:29:24 +01:00
2023-07-27 23:31:29 +02:00
2026-07-03 07:38:17 +02:00
2025-06-08 09:07:37 +02:00
2026-07-03 07:38:17 +02:00
2025-10-31 12:42:22 +01:00
2026-07-03 07:38:17 +02:00
2025-01-09 18:29:24 +01:00
2025-01-09 18:29:24 +01:00
2024-11-10 22:58:28 +01:00
2020-11-19 12:50:12 +01:00
2025-01-09 18:29:24 +01:00
2025-01-09 18:29:24 +01:00
2026-06-22 02:20:13 +02:00
2025-01-09 18:29:24 +01:00
2026-08-19 17:42:05 +02:00
2025-07-22 13:06:19 +02:00
2025-07-22 12:56:58 +02:00