public inbox for linux-rtc@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-15 13:20:30 to 2026-01-15 07:24:44 UTC [more...]

[PATCH v2 0/5] rtc: zynqmp: fixes for read and set offset
 2026-01-15  7:24 UTC  (14+ messages)
` [PATCH v2 1/5] rtc: zynqmp: correct frequency value
` [PATCH v2 2/5] rtc: zynqmp: check calibration max value
` [PATCH v2 3/5] rtc: zynqmp: rework read_offset
` [PATCH v2 4/5] rtc: zynqmp: rework set_offset
` [PATCH v2 5/5] rtc: zynqmp: use dynamic max and min offset ranges

[RFC PATCH v2 0/5] rust: Add RTC driver support
 2026-01-14 23:48 UTC  (31+ messages)
` [RFC PATCH v2 1/5] rtc: migrate driver data to RTC device
` [RFC PATCH v2 2/5] rust: add AMBA bus driver support
` [RFC PATCH v2 3/5] rust: add device wakeup capability support
` [RFC PATCH v2 4/5] rust: add RTC core abstractions and data structures
` [RFC PATCH v2 5/5] rust: add PL031 RTC driver

[PATCH v2 0/3] RTC: Add Loongson-2K0300 support
 2026-01-14 20:58 UTC  (8+ messages)
` [PATCH v2 1/3] dt-binding: rtc: loongson: Correct Loongson-1C interrupts property
` [PATCH v2 2/3] dt-binding: rtc: loongson: Document Loongson-2K0300 compatible
` [PATCH v2 3/3] rtc: loongson: Add Loongson-2K0300 support

[PATCH v5 0/3] spacemit: fix P1 sub-device Kconfig defaults and dependencies
 2026-01-14  7:40 UTC  (10+ messages)
` [PATCH v5 1/3] regulator: spacemit: MFD_SPACEMIT_P1 as dependencies
` [PATCH v5 2/3] mfd: simple-mfd-i2c: add default value
` [PATCH v5 3/3] rtc: spacemit: default module when MFD_SPACEMIT_P1 is enabled

[PATCH RESEND v6 00/17] Support ROHM BD72720 PMIC
 2026-01-14  0:26 UTC  (19+ messages)
` [PATCH RESEND v6 11/17] regulator: bd71828: Support ROHM BD72720
` [PATCH RESEND v6 12/17] gpio: Support ROHM BD72720 gpios
` [PATCH RESEND v6 13/17] clk: clk-bd718x7: Support BD72720 clk gate
` [PATCH RESEND v6 14/17] rtc: bd70528: Support BD72720 rtc
` [PATCH RESEND v6 15/17] power: supply: bd71828: Support wider register addresses
` [PATCH RESEND v6 16/17] power: supply: bd71828-power: Support ROHM BD72720
` [PATCH RESEND v6 17/17] MAINTAINERS: Add ROHM BD72720 PMIC

[PATCH] rtc: add BSM flags descriptions
 2026-01-13 15:04 UTC  (2+ messages)

[PATCH v3 0/3] Samsung mfd/rtc driver alarm IRQ simplification
 2026-01-13 14:03 UTC  (4+ messages)
` [PATCH v3 1/3] mfd: sec: add rtc alarm IRQ as platform device resource
` [PATCH v3 2/3] rtc: s5m: query platform device IRQ resource for alarm IRQ
` [PATCH v3 3/3] mfd: sec: drop now unused struct sec_pmic_dev::irq_data

[PATCH RESEND v2 0/3] Samsung mfd/rtc driver alarm IRQ simplification
 2026-01-13 13:48 UTC  (6+ messages)
` [PATCH RESEND v2 1/3] mfd: sec: add rtc alarm IRQ as platform device resource
` [PATCH RESEND v2 2/3] rtc: s5m: query platform device IRQ resource for alarm IRQ
` [PATCH RESEND v2 3/3] mfd: sec: drop now unused struct sec_pmic_dev::irq_data

[PATCH v2 00/16] MIPS: move pic32.h header file from asm to platform_data
 2026-01-12 22:48 UTC  (2+ messages)
` [PATCH v2 11/16] rtc: pic32: update include to use pic32.h from platform_data

[PATCH] rtc: max31335: use correct CONFIG symbol in IS_REACHABLE()
 2026-01-12 13:23 UTC  (2+ messages)

[PATCH v4 0/3] spacemit: fix P1 sub-device Kconfig defaults and dependencies
 2026-01-12  1:49 UTC  (12+ messages)
` [PATCH v4 1/3] regulator: spacemit: MFD_SPACEMIT_P1 as dependencies
` [PATCH v4 2/3] mfd: simple-mfd-i2c: add default value
  ` (subset) "
` [PATCH v4 3/3] rtc: spacemit: default module when MFD_SPACEMIT_P1 is enabled

[PATCH 00/27] clk: remove deprecated API divider_round_rate() and friends
 2026-01-10 19:11 UTC  (3+ messages)
` [PATCH 03/27] rtc: ac100: convert from divider_round_rate() to divider_determine_rate()
` (subset) [PATCH 00/27] clk: remove deprecated API divider_round_rate() and friends

[PATCH 00/13] MIPS: move pic32.h header file from asm to platform_data
 2026-01-09 17:42 UTC  (4+ messages)
` [PATCH 08/13] rtc: pic32: update include to use pic32.h from platform_data

[PATCH] rtc: interface: Alarm race handling should not discard preceding error
 2026-01-09 13:04 UTC  (7+ messages)

[PATCH] rtc: pcf8563: use correct of_node for output clock
 2026-01-08 18:47 UTC 

[PATCH v6 0/7] mfd: macsmc: add rtc, hwmon and hid subdevices
 2026-01-08 17:33 UTC  (3+ messages)
` (subset) "

[PATCH v2 00/17] tee: Use bus callbacks instead of driver callbacks
 2026-01-08 12:38 UTC  (13+ messages)
` [PATCH v2 06/17] rtc: optee: Migrate to use tee specific driver registration function
` [PATCH v2 07/17] rtc: optee: Make use of tee bus methods

[RFC PATCH v1 0/4] rust: Add RTC driver support
 2026-01-07 10:15 UTC  (21+ messages)
` [RFC PATCH v1 1/4] rust: add AMBA bus abstractions
` [RFC PATCH v1 2/4] rust: add device wakeup support
` [RFC PATCH v1 3/4] rust: add RTC core abstractions and data structures
` [RFC PATCH v1 4/4] rust: add PL031 RTC driver

[PATCH] rtc: interface: Fix softlockup in rtc_timer_do_work()
 2026-01-06  6:24 UTC  (2+ messages)

[PATCH] rtc: nvvrs: Add ARCH_TEGRA to the NV VRS RTC driver
 2026-01-02 11:01 UTC  (2+ messages)

[PATCH v1 0/2] RTC: Add Loongson-2K0300 support
 2025-12-30  2:31 UTC  (9+ messages)
` [PATCH v1 1/2] dt-binding: rtc: loongson: Document Loongson-2K0300 compatible
` [PATCH v1 2/2] rtc: loongson: Add Loongson-2K0300 support

[PATCH v3 0/4] fix the SpacemiT P1 Kconfig and resend the K1 I2C ILCR patch
 2025-12-29  1:20 UTC  (10+ messages)
` [PATCH v3 1/4] i2c: spacemit: configure ILCR for accurate SCL frequency

[PATCH 0/4] rtc: ds1307: Add support for Epson RX8901CE
 2025-12-24  5:07 UTC  (10+ messages)
` [PATCH 1/4] dt-bindings: rtc: ds1307: Add epson,rx8901
` [PATCH 2/4] rtc: ds1307: Fix off-by-one issue with wday for rx8130
` [PATCH 3/4] rtc: ds1307: Add Driver for Epson RX8901CE
` [PATCH 4/4] rtc: ds1307: Add support for reading RX8901CE battery VL status

[PATCH] rtc: s35390a: implement nvmem support
 2025-12-23 12:57 UTC 

[PATCH v5 00/11] mfd: macsmc: add rtc, hwmon and hid subdevices
 2025-12-22 13:50 UTC  (3+ messages)
` [PATCH v5 08/11] input: macsmc-input: New driver to handle the Apple Mac SMC buttons/lid

[PATCH 0/4] rtc: zynqmp: fixes for read and set offset
 2025-12-17 19:17 UTC  (14+ messages)
` [PATCH 2/4] rtc: zynqmp: rework read_offset
` [PATCH 3/4] rtc: zynqmp: rework set_offset
` [PATCH 4/4] rtc: zynqmp: use dynamic max and min offset ranges

[PATCH v1 00/17] tee: Use bus callbacks instead of driver callbacks
 2025-12-17  9:02 UTC  (8+ messages)

[PATCH v2 0/3] Samsung mfd/rtc driver alarm IRQ simplification
 2025-12-16 16:20 UTC  (4+ messages)


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