Linux RTC
 help / color / mirror / Atom feed
 messages from 2026-07-24 09:20:14 to 2026-08-11 17:05:37 UTC [more...]

[PATCH v3 0/5] rtc: s35390a: Allow use of output pin for interrupt signal 1 for wakealarm
 2026-08-11 17:05 UTC  (15+ messages)
` [PATCH v3 1/5] dt-bindings: rtc: Add pinctrl for S35390A
` [PATCH v3 2/5] rtc: s35390a: Add missing newline to dev_err
` [PATCH v3 3/5] rtc: s35390a: Fix alarm not disabling
` [PATCH v3 4/5] rtc: s35390a: Add pinctrl
` [PATCH v3 5/5] rtc: s35390a: Add synology quirk

[PATCH 0/2] rtc: Add Qualcomm PMIC RTC-GLINK support for Glymur
 2026-08-11 12:10 UTC  (9+ 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 v4 0/9] rtc: abx80x: add support for abx81x
 2026-08-10 19:38 UTC  (10+ messages)
` [PATCH v4 1/9] dt-bindings: rtc: abx80x: document ABX81X RTCs
` [PATCH v4 2/9] rtc: abx80x: fix error check after i2c_smbus_read in read_alarm()
` [PATCH v4 3/9] rtc: abx80x: add mutex protection for register writes
` [PATCH v4 4/9] rtc: abx80x: properly handle shared IRQs
` [PATCH v4 5/9] rtc: abx80x: add irq to struct abx80x_priv
` [PATCH v4 6/9] rtc: abx80x: use regmap instead of I2C specific API
` [PATCH v4 7/9] rtc: abx80x: replace read-modify-write pattern with regmap helpers
` [PATCH v4 8/9] rtc: abx80x: create abx80x_i2c_probe()
` [PATCH v4 9/9] rtc: abx80x: add support for ABX81X

[PATCH] rtc: ds1307: fix RX8130 wakeup alarm WADA bit for day-of-month mode
 2026-08-10 13:05 UTC  (2+ messages)

[PATCH] rtc: pcf85063: add 1 Hz update interrupt (UIE) support
 2026-08-10  8:47 UTC  (3+ messages)

[PATCH v2 00/10] Support ROHM BD73800
 2026-08-10  5:47 UTC  (16+ messages)
` [PATCH v2 01/10] dt-bindings: mfd: common ROHM PMIC properties
` [PATCH v2 02/10] dt-bindings: rohm,bd*: Ref common ROHM bindings
` [PATCH v2 03/10] dt-bindings: regulator: ROHM BD73800 regulators
` [PATCH v2 04/10] dt-bindings: mfd: ROHM BD73800 PMIC
` [PATCH v2 05/10] mfd: Support for ROHM BD73800 PMIC core
` [PATCH v2 07/10] regulator: bd71828: Support ROHM BD73800
` [PATCH v2 08/10] clk: bd718x7: "
` [PATCH v2 09/10] gpio: bd73800: Support ROHM BD73800 PMIC GPIOs

[PATCH 1/2] rtc: m48t59: Propagate errors from optional IRQ lookup
 2026-08-10  5:30 UTC  (4+ messages)
` [PATCH 2/2] rtc: cmos: "

[PATCH] drivers: rtc: handle OTF clock changes
 2026-08-07 13:05 UTC  (2+ messages)

[PATCH 0/4] rtc: pcf8525: Add NXP PCF8525 RTC driver
 2026-08-07  8:52 UTC  (9+ messages)
` [PATCH 1/4] dt-bindings: rtc: Add NXP PCF8525 RTC
` [PATCH 2/4] rtc: pcf8525: Add NXP PCF8525 RTC driver
` [PATCH 3/4] rtc: pcf8525: Add watchdog support
` [PATCH 4/4] rtc: pcf8525: Add temperature sensor support via hwmon

[PATCH v2] rtc: m41t80: use watchdog core for watchdog support
 2026-08-07  1:57 UTC  (2+ messages)

[PATCH 00/36] treewide: remove conditional returns with no effect
 2026-08-06 19:06 UTC  (13+ messages)
` [PATCH 29/36] rtc: pcf2127: remove conditional return "
` (subset) [PATCH 00/36] treewide: remove conditional returns "

[PATCH 0/4] rtc: pcf2127: add support for battery low voltage detection
 2026-08-06 12:55 UTC  (8+ messages)
` [PATCH 2/4] rtc: pcf2127: add pcf2127_pwrmng_get/set
` [PATCH 3/4] rtc: add battery low voltage detection feature
` [PATCH 4/4] rtc: pcf2127: support battery low voltage detection function

[PATCH] dt-bindings: rtc: ingenic,rtc: Use generic power-controller schema
 2026-08-05 21:17 UTC  (3+ messages)

[PATCH] rtc: st-lpc: get IRQ via platform_get_irq()
 2026-08-05  7:58 UTC  (2+ messages)

[PATCH v2 0/5] rtc: s35390a: Allow use of output pin for interrupt signal 1 for wakealarm
 2026-08-04 22:32 UTC  (17+ messages)
` [PATCH v2 1/5] dt-bindings: rtc: Add pinctrl for S35390A
` [PATCH v2 2/5] rtc: s35390a: Add missing newline to dev_err
` [PATCH v2 3/5] rtc: s35390a: Fix alarm not disabling
` [PATCH v2 4/5] rtc: s35390a: Add pinctrl
` [PATCH v2 5/5] rtc: s35390a: Add synology quirk

[PATCH v3 0/8] rtc: abx80x: add support for abx81x
 2026-08-04 21:05 UTC  (22+ messages)
` [PATCH v3 1/8] dt-bindings: rtc: abx80x: document ABX81X RTCs
` [PATCH v3 2/8] rtc: abx80x: add mutex protection for register writes
` [PATCH v3 3/8] rtc: abx80x: properly handle shared IRQs
` [PATCH v3 4/8] rtc: abx80x: add irq to struct abx80x_priv
` [PATCH v3 5/8] rtc: abx80x: use regmap instead of I2C specific API
` [PATCH v3 6/8] rtc: abx80x: replace read-modify-write pattern with regmap helpers
` [PATCH v3 7/8] rtc: abx80x: create abx80x_i2c_probe()
` [PATCH v3 8/8] rtc: abx80x: add support for ABX81X

[PATCH v3 0/4] dt-bindings: rtc: ti,omap-rtc: Convert to DT schema and cleanups
 2026-08-04 17:30 UTC  (9+ messages)
` [PATCH v3 1/4] ARM: dts: ti: am57xx-idk-common: Remove unused ext-clk-src property
` [PATCH v3 2/4] ARM: dts: ti: am335x-shc: Remove unused ti,no-init property
` [PATCH v3 3/4] ARM: dts: omap: dra7: add da830 fallback to am3352 rtc compatible string
` [PATCH v3 4/4] dt-bindings: rtc: ti,omap-rtc: Convert to DT schema

[PATCH] rtc: msm6242: use devm_platform_ioremap_resource()
 2026-08-04 14:31 UTC  (3+ messages)

[PATCH v2] rtc: pcf85363: Add error checking to regmap calls in probe()
 2026-08-04  9:55 UTC  (2+ messages)

[PATCH v2 0/3] dt-bindings: rtc: ti,omap-rtc: Convert to DT schema and cleanups
 2026-08-03 21:27 UTC  (8+ messages)
` [PATCH v2 1/3] ARM: dts: ti: am57xx-idk-common: Remove unused ext-clk-src property
` [PATCH v2 2/3] ARM: dts: ti: am335x-shc: Remove unused ti,no-init property
` [PATCH v2 3/3] dt-bindings: rtc: ti,omap-rtc: Convert to DT schema

[PATCH v3 00/12] Add RTC support for Renesas RZ/T2H and RZ/N2H SoCs
 2026-08-03 12:47 UTC  (2+ messages)

[PATCH 0/8] Support ROHM BD73800
 2026-08-03  5:48 UTC  (4+ messages)
` [PATCH 2/8] dt-bindings: mfd: ROHM BD73800 PMIC

[PATCH] rtc: gamecube: check return value of devm_rtc_register_device()
 2026-07-31  8:08 UTC  (2+ messages)

[PATCH] rtc: gamecube: check return value of devm_rtc_register_device()
 2026-07-31  8:06 UTC  (2+ messages)

[PATCH] rtc: gamecube: check return value of devm_rtc_register_device()
 2026-07-31  8:06 UTC  (2+ messages)

[PATCHv3] rtc: stmp3xxx: use devm_platform_ioremap_resource()
 2026-07-29 23:00 UTC  (2+ messages)

[PATCH] rtc: m41t80: clean up watchdog on registration failure
 2026-07-29  2:28 UTC  (2+ messages)

[PATCHv2] rtc: stmp3xxx: use devm_platform_ioremap_resource()
 2026-07-28  1:04 UTC  (2+ messages)

[PATCH] rtc: mpc5121: convert from irq_of_parse_and_map to platform_get_irq
 2026-07-28  0:54 UTC  (2+ messages)

[PATCH] rtc: omap: Add missing kernel-doc for @dev parameter
 2026-07-28  0:45 UTC  (2+ messages)

[PATCH v2 0/8] rtc: abx80x: add support for abx81x
 2026-07-26 10:04 UTC  (22+ messages)
` [PATCH v2 1/8] dt-bindings: rtc: abx80x: document ABX81X RTCs
` [PATCH v2 2/8] rtc: abx80x: move part autodetection before RV1805 configuration
` [PATCH v2 3/8] rtc: abx80x: properly handle shared IRQs
` [PATCH v2 4/8] rtc: abx80x: add irq to struct abx80x_priv
` [PATCH v2 5/8] rtc: abx80x: use regmap instead of I2C specific API
` [PATCH v2 6/8] rtc: abx80x: replace read-modify-write pattern with regmap helpers
` [PATCH v2 7/8] rtc: abx80x: create abx80x_i2c_probe()
` [PATCH v2 8/8] rtc: abx80x: add support for ABX81X

[PATCH v4] rtc: abx80x: Don't warn about oscillator failure after POR
 2026-07-25  0:33 UTC  (2+ messages)

[PATCH v2] rtc: spacemit: handle regmap_test_bits() error return
 2026-07-24 14:17 UTC  (3+ messages)

[PATCH] rtc: spacemit: handle regmap_test_bits() error return
 2026-07-24 13:39 UTC  (3+ messages)

[PATCH 0/6] rtc: abx80x: add support for ABX81X
 2026-07-24  9:50 UTC  (3+ messages)
` [PATCH 1/6] dt-bindings: rtc: abx80x: document ABX81X RTCs

[PATCH 0/3] dt-bindings: rtc: ti,omap-rtc: Convert to DT schema and cleanups
 2026-07-24  9:26 UTC  (7+ messages)
` [PATCH 1/3] ARM: dts: ti: am57xx-idk-common: Remove unused ext-clk-src property
` [PATCH 2/3] ARM: dts: ti: am335x-shc: Remove unused ti,no-init property
` [PATCH 3/3] dt-bindings: rtc: ti,omap-rtc: Convert to DT schema


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox