messages from 2026-08-18 14:59:28 to 2026-08-21 21:19:24 UTC [more...]
[PATCH v6 00/17] Add RTC support for Renesas RZ/T2H and RZ/N2H SoCs
2026-08-21 21:19 UTC (27+ messages)
` [PATCH v6 01/17] dt-bindings: rtc: renesas,rzn1-rtc: Add RZ/T2H and RZ/N2H support
` [PATCH v6 02/17] rtc: rzn1: Handle EPROBE_DEFER for optional pps interrupt
` [PATCH v6 03/17] rtc: rzn1: Fix weekday underflow when alarm crosses month boundary
` [PATCH v6 04/17] rtc: rzn1: Handle unset alarm weekday in rzn1_rtc_read_alarm
` [PATCH v6 05/17] rtc: rzn1: Fix alarm range check truncation on 32-bit systems
` [PATCH v6 06/17] rtc: rzn1: Disable alarm interrupt before reprogramming alarm registers
` [PATCH v6 07/17] rtc: rzn1: Fix malformed MODULE_AUTHOR string
` [PATCH v6 08/17] rtc: Kconfig: Broaden RTC_DRV_RZN1 dependency to ARCH_RENESAS
` [PATCH v6 09/17] rtc: rzn1: Use pm_runtime_put_sync()
` [PATCH v6 10/17] rtc: rzn1: Replace remove callback with devm_add_action_or_reset()
` [PATCH v6 11/17] rtc: rzn1: Dynamically calculate synchronization delay based on clock rate
` [PATCH v6 12/17] rtc: rzn1: Use temporary variable for struct device
` [PATCH v6 13/17] rtc: rzn1: Consistently use dev_err_probe()
` [PATCH v6 14/17] rtc: rzn1: use FIELD_PREP/FIELD_GET and GENMASK for register access
` [PATCH v6 15/17] rtc: rzn1: Add OF match data to gate SUBU "
` [PATCH v6 16/17] rtc: rzn1: Drop trailing comma from OF match table sentinel
` [PATCH v6 17/17] rtc: rzn1: Add support for Renesas RZ/T2H and RZ/N2H SoCs
[PATCH v5 00/17] Add RTC support for Renesas RZ/T2H and RZ/N2H SoCs
2026-08-21 20:43 UTC (49+ messages)
` [PATCH v5 01/17] dt-bindings: rtc: renesas,rzn1-rtc: Add RZ/T2H and RZ/N2H support
` [PATCH v5 02/17] rtc: rzn1: Handle EPROBE_DEFER for optional pps interrupt
` [PATCH v5 03/17] rtc: rzn1: Fix weekday underflow when alarm crosses month boundary
` [PATCH v5 04/17] rtc: rzn1: Handle unset alarm weekday in rzn1_rtc_read_alarm
` [PATCH v5 05/17] rtc: rzn1: Fix alarm range check truncation on 32-bit systems
` [PATCH v5 06/17] rtc: rzn1: Disable alarm interrupt before reprogramming alarm registers
` [PATCH v5 07/17] rtc: rzn1: Fix malformed MODULE_AUTHOR string
` [PATCH v5 08/17] rtc: Kconfig: Broaden RTC_DRV_RZN1 dependency to ARCH_RENESAS
` [PATCH v5 09/17] rtc: rzn1: Use pm_runtime_put_sync()
` [PATCH v5 10/17] rtc: rzn1: Replace remove callback with devm_add_action_or_reset()
` [PATCH v5 11/17] rtc: rzn1: Dynamically calculate synchronization delay based on clock rate
` [PATCH v5 12/17] rtc: rzn1: Use temporary variable for struct device
` [PATCH v5 13/17] rtc: rzn1: Consistently use dev_err_probe()
` [PATCH v5 14/17] rtc: rzn1: use FIELD_PREP/FIELD_GET and GENMASK for register access
` [PATCH v5 15/17] rtc: rzn1: Add OF match data to gate SUBU "
` [PATCH v5 16/17] rtc: rzn1: Drop trailing comma from OF match table sentinel
` [PATCH v5 17/17] rtc: rzn1: Add support for Renesas RZ/T2H and RZ/N2H SoCs
[PATCH] MAINTAINERS: update rtc subsystem patchwork location
2026-08-21 20:07 UTC
[PATCH] rtc: pm8xxx: do not fail probe when UEFI offset variable is missing
2026-08-21 16:22 UTC (2+ messages)
[PATCH v2] rtc: pcf85063: add 1 Hz update interrupt (UIE) support
2026-08-21 15:36 UTC (3+ messages)
[PATCH v2] rtc: pcf85363: Add error checking to regmap calls in probe()
2026-08-21 13:54 UTC (2+ messages)
[PATCH] rtc: ds1307: drop redundant dev_set_drvdata() in probe
2026-08-21 13:22 UTC (2+ messages)
[PATCH v4 00/15] Add RTC support for Renesas RZ/T2H and RZ/N2H SoCs
2026-08-21 11:06 UTC (58+ messages)
` [PATCH v4 01/15] dt-bindings: rtc: renesas,rzn1-rtc: Add RZ/T2H and RZ/N2H support
` [PATCH v4 02/15] rtc: rzn1: Handle EPROBE_DEFER for optional pps interrupt
` [PATCH v4 03/15] rtc: rzn1: Fix weekday underflow when alarm crosses month boundary
` [PATCH v4 04/15] rtc: rzn1: Fix malformed MODULE_AUTHOR string
` [PATCH v4 05/15] rtc: Kconfig: Broaden RTC_DRV_RZN1 dependency to ARCH_RENESAS
` [PATCH v4 06/15] rtc: rzn1: Fix alarm range check truncation on 32-bit systems
` [PATCH v4 07/15] rtc: rzn1: Replace remove callback with devm_add_action_or_reset()
` [PATCH v4 08/15] rtc: rzn1: Use pm_runtime_put_sync() in rzn1_rtc_disable_hardware()
` [PATCH v4 09/15] rtc: rzn1: Dynamically calculate synchronization delay based on clock rate
` [PATCH v4 10/15] rtc: rzn1: Use temporary variable for struct device
` [PATCH v4 11/15] rtc: rzn1: Consistently use dev_err_probe()
` [PATCH v4 12/15] rtc: rzn1: use FIELD_PREP/FIELD_GET and GENMASK for register access
` [PATCH v4 13/15] rtc: rzn1: Add OF match data to gate SUBU "
` [PATCH v4 14/15] rtc: rzn1: Drop trailing comma from OF match table sentinel
` [PATCH v4 15/15] rtc: rzn1: Add support for Renesas RZ/T2H and RZ/N2H SoCs
[PATCH 0/5] rtc: Make sure clk_init_data is fully initialized
2026-08-21 10:54 UTC (11+ messages)
` [PATCH 1/5] rtc: hym8563: "
` [PATCH 2/5] rtc: m41t80: "
` [PATCH 3/5] rtc: nct3018y: "
` [PATCH 4/5] rtc: philips: "
` [PATCH 5/5] rtc: microcrystal: "
[PATCH v7 01/10] mfd: nct6694: Move module type macros to shared header
2026-08-21 3:45 UTC (2+ messages)
[PATCH v3] dt-bindings: rtc: Convert rtc-cmos binding to YAML
2026-08-20 21:29 UTC (2+ messages)
[PATCH] rtc: ds1307: fix RX8130 wakeup alarm WADA bit for day-of-month mode
2026-08-20 21:29 UTC (2+ messages)
[PATCH v3 4/4] dt-bindings: rtc: ti,omap-rtc: Convert to DT schema
2026-08-20 21:29 UTC (2+ messages)
` (subset) "
[PATCH] rtc: gamecube: check return value of devm_rtc_register_device()
2026-08-20 21:28 UTC (2+ messages)
[PATCH 29/36] rtc: pcf2127: remove conditional return with no effect
2026-08-20 21:28 UTC (2+ messages)
` (subset) "
[PATCH 1/2] dt-bindings: rtc: Convert TI Palmas RTC to DT schema
2026-08-20 21:28 UTC (2+ messages)
` (subset) "
[PATCH] dt-bindings: rtc: microchip,pic32mzda-rtc: Convert to DT schema
2026-08-20 21:28 UTC (2+ messages)
` (subset) "
[PATCH 0/2] rtc: Add Qualcomm PMIC RTC-GLINK support for Glymur
2026-08-20 19:23 UTC (11+ messages)
` [PATCH 1/2] dt-bindings: soc: qcom: qcom,pmic-glink: Document RTC client properties
` [PATCH 2/2] rtc: qcom: rtc-glink: Add PMIC GLINK RTC driver and extend pmic_glink
[PATCH v5 0/6] rtc: s35390a: Allow use of output pin for interrupt signal 1 for wakealarm
2026-08-20 15:25 UTC (19+ messages)
` [PATCH v5 1/6] dt-bindings: rtc: Add pinctrl for S35390A
` [PATCH v5 2/6] rtc: s35390a: Add missing newline to dev_err
` [PATCH v5 3/6] rtc: s35390a: Fix alarm not disabling
` [PATCH v5 4/6] rtc: s35390a: force 24-hour mode
` [PATCH v5 5/6] rtc: s35390a: Add pinctrl
` [PATCH v5 6/6] rtc: s35390a: Add synology quirk
[PATCH] rtc: rtc-pic32: handle clock enable failure
2026-08-20 10:04 UTC (3+ messages)
` "
[PATCH] rtc: pcf8563: fix clock provider leak on unbind
2026-08-19 16:31 UTC (2+ messages)
[PATCH] rtc: ds1343: replace symbolic permissions with octal
2026-08-19 16:31 UTC (2+ messages)
[PATCH] rtc: st-lpc: get IRQ via platform_get_irq()
2026-08-19 16:31 UTC (2+ messages)
[PATCH] rtc: zynqmp: Return optional clock lookup errors
2026-08-19 16:30 UTC (2+ messages)
[PATCH] rtc: s32g: add missing MODULE_DEVICE_TABLE()
2026-08-19 16:30 UTC (2+ messages)
[PATCH] rtc: brcmstb-waketimer: add missing MODULE_DEVICE_TABLE()
2026-08-19 16:30 UTC (2+ messages)
[PATCH] rtc: ab-eoz9: add missing MODULE_DEVICE_TABLE()
2026-08-19 16:29 UTC (2+ messages)
[PATCH v2] rtc: spacemit: handle regmap_test_bits() error return
2026-08-19 16:29 UTC (2+ messages)
[PATCH] rtc: amlogic-a4: clear unsupported update interrupt feature
2026-08-19 13:36 UTC (2+ messages)
[PATCH v3 00/12] Add RTC support for Renesas RZ/T2H and RZ/N2H SoCs
2026-08-18 19:25 UTC (9+ messages)
` [PATCH v3 09/12] rtc: rzn1: Use temporary variable for struct device
` [PATCH v3 12/12] rtc: rzn1: Add support for Renesas RZ/T2H and RZ/N2H SoCs
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox