messages from 2026-08-19 22:11:14 to 2026-08-25 07:24:27 UTC [more...]
[PATCH v2 0/3] rtc: rs5c372: add Ricoh R2223x support
2026-08-25 7:24 UTC (5+ messages)
` [PATCH v2 1/3] dt-bindings: rtc: add ricoh,r2223x binding
` [PATCH v2 2/3] rtc: rs5c372: add support for Ricoh R2223x
` [PATCH v2 3/3] rtc: rs5c372: support eco mode on R2223x
[PATCH] rtc: rv3028: configure backup switch mode from device tree
2026-08-25 1:34 UTC (5+ messages)
[PATCH v1 0/3] rtc: rs5c372: add Ricoh R2223x support
2026-08-24 16:26 UTC (8+ messages)
` [PATCH v1 1/3] dt-bindings: rtc: add ricoh,r2223x binding
` [PATCH v1 2/3] rtc: rs5c372: add support for Ricoh R2223x
` [PATCH v1 3/3] rtc: rs5c372: support eco mode on R2223x
[PATCH] rtc: pm8xxx: do not fail probe when UEFI offset variable is missing
2026-08-24 16:03 UTC (3+ messages)
[PATCH 0/5] rtc: Make sure clk_init_data is fully initialized
2026-08-24 15:24 UTC (13+ 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] rtc: msc313: Select by default on MSTARV7
2026-08-24 13:14 UTC (2+ messages)
[PATCH v2 0/2] firmware: arm_scmi: Ensure automatic module loading
2026-08-24 12:14 UTC (3+ messages)
` [PATCH v2 1/2] module: add SCMI device table alias support
[PATCH] rtc: pcf85063: disable the clkout output by default
2026-08-24 10:30 UTC (5+ messages)
[PATCH v2 0/4] Add driver for NXP PCF8525 RTC
2026-08-24 7:09 UTC (9+ messages)
` [PATCH v2 1/4] dt-bindings: rtc: Add "
` [PATCH v2 2/4] rtc: pcf8525: Add NXP PCF8525 RTC driver
` [PATCH v2 3/4] rtc: pcf8525: Add watchdog support
` [PATCH v2 4/4] rtc: pcf8525: Add temperature sensor support via hwmon
[PATCH v2 0/4] Add driver for NXP PCF8525 RTC
2026-08-24 6:55 UTC
[PATCH v6 0/6] rtc: s35390a: Allow use of output pin for interrupt signal 1 for wakealarm
2026-08-23 22:26 UTC (13+ messages)
` [PATCH v6 1/6] dt-bindings: rtc: Add pinctrl for S35390A
` [PATCH v6 2/6] rtc: s35390a: Add missing newline to dev_err
` [PATCH v6 3/6] rtc: s35390a: Fix alarm not disabling
` [PATCH v6 4/6] rtc: s35390a: Read 24-hour mode on access
` [PATCH v6 5/6] rtc: s35390a: Add pinctrl
` [PATCH v6 6/6] rtc: s35390a: Add synology quirk
[PATCH v6 00/17] Add RTC support for Renesas RZ/T2H and RZ/N2H SoCs
2026-08-23 19:27 UTC (38+ 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 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 (38+ messages)
` [PATCH v4 03/15] rtc: rzn1: Fix weekday underflow when alarm crosses month boundary
` [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 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 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 (17+ messages)
` [PATCH v5 1/6] dt-bindings: rtc: Add pinctrl for S35390A
` [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)
` "
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