messages from 2025-04-09 08:28:32 to 2025-05-06 09:57:39 UTC [more...]
[PATCH v2 1/2] dt-bindings: rtc: Add pcf85053a support
2025-05-06 9:48 UTC (2+ messages)
` [PATCH v2 2/2] rtc: Add NXP PCF85053A driver support
[PATCH v4 0/5] Fix pre-1970 date handling
2025-05-06 7:58 UTC (10+ messages)
` [PATCH v4 1/5] rtc: Make rtc_time64_to_tm() support dates before 1970
` [PATCH v4 2/5] rtc: Fix offset calculation for .start_secs < 0
` [PATCH v4 3/5] rtc: test: Emit the seconds-since-1970 value instead of days-since-1970
` [PATCH v4 4/5] rtc: test: Also test time and wday outcome of rtc_time64_to_tm()
` [PATCH v4 5/5] rtc: test: Test date conversion for dates starting in 1900
[PATCH AUTOSEL 5.4 28/79] rtc: ds1307: stop disabling alarms on probe
2025-05-05 23:21 UTC
[PATCH AUTOSEL 5.10 028/114] rtc: rv3032: fix EERD location
2025-05-05 23:17 UTC (2+ messages)
` [PATCH AUTOSEL 5.10 040/114] rtc: ds1307: stop disabling alarms on probe
[PATCH AUTOSEL 5.15 038/153] rtc: rv3032: fix EERD location
2025-05-05 23:11 UTC (2+ messages)
` [PATCH AUTOSEL 5.15 059/153] rtc: ds1307: stop disabling alarms on probe
[PATCH AUTOSEL 6.1 052/212] rtc: rv3032: fix EERD location
2025-05-05 23:04 UTC (2+ messages)
` [PATCH AUTOSEL 6.1 084/212] rtc: ds1307: stop disabling alarms on probe
[PATCH AUTOSEL 6.6 064/294] rtc: rv3032: fix EERD location
2025-05-05 22:53 UTC (2+ messages)
` [PATCH AUTOSEL 6.6 109/294] rtc: ds1307: stop disabling alarms on probe
[PATCH AUTOSEL 6.12 104/486] rtc: rv3032: fix EERD location
2025-05-05 22:34 UTC (2+ messages)
` [PATCH AUTOSEL 6.12 181/486] rtc: ds1307: stop disabling alarms on probe
[PATCH AUTOSEL 6.14 131/642] rtc: rv3032: fix EERD location
2025-05-05 22:07 UTC (2+ messages)
` [PATCH AUTOSEL 6.14 229/642] rtc: ds1307: stop disabling alarms on probe
[RFC] RTC temperature compensation functionality in core?
2025-05-05 14:48 UTC
[PATCH v10 0/7] Add Nuvoton NCT6694 MFD drivers
2025-05-03 13:57 UTC (14+ messages)
` [PATCH v10 1/7] mfd: Add core driver for Nuvoton NCT6694
` [PATCH v10 2/7] gpio: Add Nuvoton NCT6694 GPIO support
` [PATCH v10 3/7] i2c: Add Nuvoton NCT6694 I2C support
` [PATCH v10 4/7] can: Add Nuvoton NCT6694 CANFD support
` [PATCH v10 5/7] watchdog: Add Nuvoton NCT6694 WDT support
` [PATCH v10 6/7] hwmon: Add Nuvoton NCT6694 HWMON support
` [PATCH v10 7/7] rtc: Add Nuvoton NCT6694 RTC support
[PATCH 0/3] rtc: rzn1: support XTAL clk and SCMP method
2025-05-01 22:11 UTC (13+ messages)
` [PATCH 1/3] dt-bindings: rtc: rzn1: add optional second clock
` [PATCH 3/3] rtc: rzn1: support input frequencies other than 32768Hz
[PATCH] rtc: mt6359: Add mt6357 support
2025-04-30 14:47 UTC (3+ messages)
[PATCH] rtc: rx8111: Add NVMEM and timestamp functionality
2025-04-29 13:59 UTC
[PATCH] rtc: loongson: Add missing alarm notifications for ACPI RTC events
2025-04-29 6:27 UTC
[PATCH v4 00/32] Samsung S2MPG10 PMIC MFD-based drivers
2025-04-28 18:17 UTC (40+ messages)
` [PATCH v4 01/32] dt-bindings: mfd: samsung,s2mps11: add s2mpg10
` [PATCH v4 02/32] dt-bindings: clock: "
` [PATCH v4 03/32] dt-bindings: firmware: google,gs101-acpm-ipc: add PMIC child node
` (subset) "
` [PATCH v4 04/32] mfd: sec-core: Drop non-existing forward declarations
` [PATCH v4 05/32] mfd: sec: Sort includes alphabetically
` [PATCH v4 06/32] mfd: sec: Update includes to add missing and remove superfluous ones
` [PATCH v4 07/32] mfd: sec: Move private internal API to internal header
` [PATCH v4 08/32] mfd: sec: Split into core and transport (i2c) drivers
` [PATCH v4 09/32] mfd: sec: Add support for S2MPG10 PMIC
` [PATCH v4 10/32] mfd: sec: Merge separate core and irq modules
` [PATCH v4 11/32] mfd: sec-common: Fix multiple trivial whitespace issues
` [PATCH v4 12/32] mfd: sec-i2c: Sort struct of_device_id entries and the device type switch
` [PATCH v4 13/32] mfd: sec: Use dev_err_probe() where appropriate
` [PATCH v4 14/32] mfd: sec-i2c: s2dos05/s2mpu05: Use explicit regmap config and drop default
` [PATCH v4 15/32] mfd: sec-irq: s2dos05 doesn't support interrupts
` [PATCH v4 16/32] mfd: sec-common: Don't ignore errors from sec_irq_init()
` [PATCH v4 17/32] mfd: sec-i2c: Rework platform data and regmap instantiating
` [PATCH v4 18/32] mfd: sec: Change device_type to int
` [PATCH v4 19/32] mfd: sec: Don't compare against NULL / 0 for errors, use !
` [PATCH v4 20/32] mfd: sec-common: Use sizeof(*var), not sizeof(struct type_of_var)
` [PATCH v4 21/32] mfd: sec-common: Convert to using MFD_CELL macros
` [PATCH v4 22/32] mfd: sec-irq: Convert to using REGMAP_IRQ_REG() macros
` [PATCH v4 23/32] mfd: sec: Add myself as module author
` [PATCH v4 24/32] clk: s2mps11: add support for S2MPG10 PMIC clock
` [PATCH v4 25/32] rtc: s5m: cache device type during probe
` [PATCH v4 26/32] rtc: s5m: prepare for external regmap
` [PATCH v4 27/32] rtc: s5m: add support for S2MPG10 RTC
` [PATCH v4 28/32] rtc: s5m: fix a typo: peding -> pending
` [PATCH v4 29/32] rtc: s5m: switch to devm_device_init_wakeup
` [PATCH v4 30/32] rtc: s5m: replace regmap_update_bits with regmap_clear/set_bits
` [PATCH v4 31/32] rtc: s5m: replace open-coded read/modify/write registers with regmap helpers
` [PATCH v4 32/32] MAINTAINERS: add myself as reviewer for Samsung S2M MFD
` (subset) [PATCH v4 00/32] Samsung S2MPG10 PMIC MFD-based drivers
[PATCH] rtc: loongson: Add missing alarm notifications for ACPI RTC events
2025-04-28 2:59 UTC
[PATCH v5 00/11] Enable Power Modes Support for SAMA7D65 SoC
2025-04-27 23:27 UTC (19+ messages)
` [PATCH v5 01/11] dt-bindings: sram: Add microchip,sama7d65-sram
` [PATCH v5 02/11] dt-bindings: power: reset: atmel,sama5d2-shdwc: Add microchip,sama7d65-shdwc
` [PATCH v5 03/11] dt-bindings: reset: atmel,at91sam9260-reset: add microchip,sama7d65-rstc
` [PATCH v5 04/11] dt-bindings: rtc: at91rm9200: add microchip,sama7d65-rtc
` [PATCH v5 05/11] dt-bindings: at91rm9260-rtt: add microchip,sama7d65-rtt
` [PATCH v5 06/11] dt-bindings: mfd: atmel: Add microchip,sama7d65-gpbr
` [PATCH v5 07/11] dt-bindings: mfd: syscon: atmel,sama5d2-secumod: convert to yaml
` [PATCH v5 08/11] dt-bindings: mfd: syscon: add microchip,sama7d65-secumod
` [PATCH v5 09/11] ARM: dts: microchip: sama7d65: Add SRAM and DRAM components support
` [PATCH v5 10/11] ARM: dts: microchip: sama7d65: Add RTT and GPBR Support for sama7d65 SoC
` [PATCH v5 11/11] ARM: dts: microchip: sama7d65: Add RTT timer to curiosity board
` (subset) [PATCH v5 00/11] Enable Power Modes Support for SAMA7D65 SoC
[PATCH 0/7] rtc: drop unused module alias
2025-04-24 10:13 UTC (10+ messages)
` [PATCH 1/7] rtc: at91rm9200: "
` [PATCH 2/7] rtc: cpcap: "
` [PATCH 3/7] rtc: da9063: "
` [PATCH 4/7] rtc: jz4740: "
` [PATCH 5/7] rtc: pm8xxx: "
` [PATCH 6/7] rtc: s3c: "
` [PATCH 7/7] rtc: stm32: "
[PATCH 0/4] rtc: pm8xxx: fix uefi offset lookup
2025-04-23 7:51 UTC (5+ messages)
` [PATCH 1/4] dt-bindings: rtc: qcom-pm8xxx: add uefi-variable offset
` [PATCH 2/4] rtc: pm8xxx: fix uefi offset lookup
` [PATCH 3/4] arm64: dts: qcom: sc8280xp-x13s: describe uefi rtc offset
` [PATCH 4/4] arm64: dts: qcom: x1e80100: "
[PATCH 0/7] arm64: dts: qcom: x1e80100: enable rtc
2025-04-22 13:39 UTC (4+ messages)
[PATCH v8 0/7] Add Nuvoton NCT6694 MFD drivers
2025-04-21 11:00 UTC (10+ messages)
` [PATCH v8 1/7] mfd: Add core driver for Nuvoton NCT6694
[PATCH] rtc: pcf8563: fix wrong alarm register
2025-04-19 14:37 UTC
[PATCH] rtc: amlogic: Do not enable by default during compile testing
2025-04-17 7:46 UTC
[PATCH v3 0/5] Enable RTC for the MT6357
2025-04-16 11:12 UTC (16+ messages)
` [PATCH v3 1/5] rtc: mt6359: Add mt6357 support
` [PATCH v3 2/5] rtc: Add handling of pre-1970 dates in time conversion functions
` [PATCH v3 3/5] rtc: Fix the RTC time comparison issues adding cast
` [PATCH v3 4/5] rtc: mt6397: Remove start time parameters
` [PATCH v3 5/5] arm64: dts: mediatek: Set RTC start year property
[PATCH 1/2] dt-bindings: rtc: Add pcf85053a support
2025-04-16 6:57 UTC (3+ messages)
` [EXT] "
[PATCH v14 0/3] rtc: sophgo: add rtc support for CV1800
2025-04-14 9:14 UTC (8+ messages)
` [PATCH v14 1/3] dt-bindings: soc: sophgo: add RTC support for Sophgo CV1800 series
` [PATCH v14 2/3] soc: sophgo: cv1800: rtcsys: New driver (handling RTC only)
` [PATCH v14 3/3] rtc: sophgo: add rtc support for Sophgo CV1800 SoC
[PATCH v4 0/3] add support for RV8063 SPI rtc
2025-04-13 13:07 UTC (4+ messages)
` [PATCH v4 1/3] dt-bindings: rtc: pcf85063: add binding for RV8063
` [PATCH v4 2/3] rtc: pcf85063: create pcf85063_i2c_probe
` [PATCH v4 3/3] rtc: pcf85063: add support for RV8063
[PATCH v3 0/3] add support for RV8063 SPI rtc
2025-04-11 19:27 UTC (6+ messages)
` [PATCH v3 1/3] dt-bindings: rtc: pcf85063: add binding for RV8063
` [PATCH v3 2/3] rtc: pcf85063: create pcf85063_i2c_probe
` [PATCH v3 3/3] rtc: pcf85063: add support for RV8063
[PATCH v2 0/2] Enable RTC for the MT6357
2025-04-11 14:20 UTC (4+ messages)
` [PATCH v2 2/2] rtc: mt6397: Fix mt6357 RTC year offset handling for hwclock commands
[PATCH V5 0/3] rtc: atcrtc100: Add Andes ATCRTC100 RTC driver
2025-04-11 8:39 UTC (4+ messages)
` [PATCH V5 1/3] rtc: atcrtc100: Add "
[PATCH v9 0/4] add NXP RTC driver support for S32G2/S32G3 SoCs
2025-04-11 8:09 UTC (8+ messages)
` [PATCH v9 2/4] rtc: s32g: add NXP S32G2/S32G3 SoC support
[PATCH 0/3] add support for RV8063 SPI rtc
2025-04-11 7:11 UTC (4+ messages)
` [PATCH 3/3] dt-bindings: rtc: add binding for RV8063
[PATCH 0/2] enable PCF85063 RTC support for S32G274A-RDB2 and S32G399A-RDB3 boards
2025-04-10 14:51 UTC (7+ messages)
` [PATCH 1/2] dt-bindings: rtc: nxp,pcf85063: add 'no-battery' property
` [PATCH 2/2] rtc: pcf85063: handle stopped oscillator at startup
[PATCH v9 0/7] Add Nuvoton NCT6694 MFD drivers
2025-04-10 7:58 UTC (15+ messages)
` [PATCH v9 1/7] mfd: Add core driver for Nuvoton NCT6694
` [PATCH v9 2/7] gpio: Add Nuvoton NCT6694 GPIO support
` [PATCH v9 4/7] can: Add Nuvoton NCT6694 CANFD support
` [PATCH v9 6/7] hwmon: Add Nuvoton NCT6694 HWMON support
` [PATCH v9 7/7] rtc: Add Nuvoton NCT6694 RTC support
[PATCH v2 0/3] add support for RV8063 SPI rtc
2025-04-10 7:23 UTC (5+ messages)
` [PATCH v2 1/3] rtc: pcf85063: create pcf85063_i2c_probe
` [PATCH v2 2/3] rtc: pcf85063: add support for RV8063
` [PATCH v2 3/3] dt-bindings: rtc: pcf85063: add binding "
[ BUG: Invalid wait context ] rtc_lock at: mc146818_avoid_UIP
2025-04-09 19:13 UTC (7+ messages)
` [PATCH] timekeeping: Add a lockdep override in tick_freeze()
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;
as well as URLs for NNTP newsgroup(s).