messages from 2025-03-27 08:06:08 to 2025-04-09 14:58:31 UTC [more...]
[PATCH v9 0/4] add NXP RTC driver support for S32G2/S32G3 SoCs
2025-04-09 14:58 UTC (15+ messages)
` [PATCH v9 1/4] dt-bindings: rtc: add schema for NXP "
` [PATCH v9 2/4] rtc: s32g: add NXP S32G2/S32G3 SoC support
` [PATCH v9 3/4] arm64: defconfig: add S32G RTC module support
` [PATCH v9 4/4] MAINTAINERS: add NXP S32G RTC driver
[PATCH v9 0/7] Add Nuvoton NCT6694 MFD drivers
2025-04-09 11:39 UTC (10+ messages)
` [PATCH v9 1/7] mfd: Add core driver for Nuvoton NCT6694
` [PATCH v9 2/7] gpio: Add Nuvoton NCT6694 GPIO support
` [PATCH v9 3/7] i2c: Add Nuvoton NCT6694 I2C support
` [PATCH v9 4/7] can: Add Nuvoton NCT6694 CANFD support
` [PATCH v9 5/7] watchdog: Add Nuvoton NCT6694 WDT support
` [PATCH v9 6/7] hwmon: Add Nuvoton NCT6694 HWMON support
` [PATCH v9 7/7] rtc: Add Nuvoton NCT6694 RTC support
[PATCH v13 0/3] rtc: sophgo: add rtc support for CV1800
2025-04-09 5:49 UTC (6+ messages)
` [PATCH v13 1/3] dt-bindings: soc: sophgo: add RTC support for Sophgo CV1800 series
[PATCH 0/3] add support for RV8063 SPI rtc
2025-04-08 19:00 UTC (7+ messages)
` [PATCH 1/3] rtc: pcf85063: create pcf85063_i2c_probe
` [PATCH 2/3] rtc: pcf85063: add support for RV8063
` [PATCH 3/3] dt-bindings: rtc: add binding "
[PATCH v2 0/8] drivers: Transition to the faux device interface
2025-04-08 15:01 UTC (4+ messages)
` [PATCH v2 4/8] rtc: efi: "
` (subset) "
[PATCH v2] rtc: rzn1: clear interrupts on remove
2025-04-08 15:00 UTC (4+ messages)
[PATCH] rtc: fix use of uninit struct in rtc_read_alarm_internal
2025-04-08 14:44 UTC (4+ messages)
[PATCH] rtc: da9063: simplify irq management
2025-04-08 14:43 UTC (2+ messages)
[PATCH] rtc: interface: silence KMSAN warning
2025-04-08 14:42 UTC
[PATCH 0/8] rtc: sh: fight the bitrot
2025-04-08 14:00 UTC (2+ messages)
[PATCH v7 0/7] Add Nuvoton NCT6694 MFD drivers
2025-04-08 12:54 UTC (3+ messages)
` [PATCH v7 7/7] rtc: Add Nuvoton NCT6694 RTC support
[PATCH AUTOSEL 6.1 5/5] rtc: pcf85063: do a SW reset if POR failed
2025-04-07 18:17 UTC
[PATCH AUTOSEL 6.6 5/6] rtc: pcf85063: do a SW reset if POR failed
2025-04-07 18:17 UTC
[PATCH AUTOSEL 6.12 6/7] rtc: pcf85063: do a SW reset if POR failed
2025-04-07 18:17 UTC
[PATCH AUTOSEL 6.13 6/8] rtc: pcf85063: do a SW reset if POR failed
2025-04-07 18:16 UTC
[PATCH AUTOSEL 6.14 7/9] rtc: pcf85063: do a SW reset if POR failed
2025-04-07 18:16 UTC
[PATCH] rtc: sd2405al: Add I2C address
2025-04-07 11:48 UTC
[PATCH v3 00/32] Samsung S2MPG10 PMIC MFD-based drivers
2025-04-07 11:04 UTC (62+ messages)
` [PATCH v3 01/32] dt-bindings: mfd: samsung,s2mps11: add s2mpg10
` [PATCH v3 02/32] dt-bindings: clock: "
` [PATCH v3 03/32] dt-bindings: firmware: google,gs101-acpm-ipc: add PMIC child node
` [PATCH v3 04/32] mfd: sec: drop non-existing forward declarations
` [PATCH v3 05/32] mfd: sec: sort includes alphabetically
` [PATCH v3 06/32] mfd: sec: update includes to add missing and remove superfluous ones
` [PATCH v3 07/32] mfd: sec: move private internal API to internal header
` [PATCH v3 08/32] mfd: sec: split into core and transport (i2c) drivers
` [PATCH v3 09/32] mfd: sec: add support for S2MPG10 PMIC
` [PATCH v3 10/32] mfd: sec: merge separate core and irq modules
` [PATCH v3 11/32] mfd: sec: fix open parenthesis alignment (multiple)
` [PATCH v3 12/32] mfd: sec: sort struct of_device_id entries and the device type switch
` [PATCH v3 13/32] mfd: sec: use dev_err_probe() where appropriate
` [PATCH v3 14/32] mfd: sec: s2dos05/s2mpu05: use explicit regmap config and drop default
` [PATCH v3 15/32] mfd: sec: s2dos05: doesn't support interrupts (it seems)
` [PATCH v3 16/32] mfd: sec: don't ignore errors from sec_irq_init()
` [PATCH v3 17/32] mfd: sec: rework platform data and regmap instantiating
` [PATCH v3 18/32] mfd: sec: change device_type to int
` [PATCH v3 19/32] mfd: sec: don't compare against NULL / 0 for errors, use !
` [PATCH v3 20/32] mfd: sec: use sizeof(*var), not sizeof(struct type_of_var)
` [PATCH v3 21/32] mfd: sec: convert to using MFD_CELL macros
` [PATCH v3 22/32] mfd: sec: convert to using REGMAP_IRQ_REG() macros
` [PATCH v3 23/32] mfd: sec: add myself as module author
` [PATCH v3 24/32] clk: s2mps11: add support for S2MPG10 PMIC clock
` [PATCH v3 25/32] rtc: s5m: cache value of platform_get_device_id() during probe
` [PATCH v3 26/32] rtc: s5m: prepare for external regmap
` [PATCH v3 27/32] rtc: s5m: add support for S2MPG10 RTC
` [PATCH v3 28/32] rtc: s5m: fix a typo: peding -> pending
` [PATCH v3 29/32] rtc: s5m: switch to devm_device_init_wakeup
` [PATCH v3 30/32] rtc: s5m: replace regmap_update_bits with regmap_clear/set_bits
` [PATCH v3 31/32] rtc: s5m: replace open-coded read/modify/write registers with regmap helpers
` [PATCH v3 32/32] MAINTAINERS: add myself as reviewer for Samsung S2M MFD
[PATCH v8 0/7] Add Nuvoton NCT6694 MFD drivers
2025-04-07 2:25 UTC (20+ messages)
` [PATCH v8 1/7] mfd: Add core driver for Nuvoton NCT6694
` [PATCH v8 4/7] can: Add Nuvoton NCT6694 CANFD support
[ BUG: Invalid wait context ] rtc_lock at: mc146818_avoid_UIP
2025-04-04 18:47 UTC (12+ messages)
` [PATCH] timekeeping: Add a lockdep override in tick_freeze()
[GIT PULL] RTC for 6.15
2025-04-03 23:17 UTC (2+ messages)
[PATCH v2 0/2] Enable RTC for the MT6357
2025-04-02 13:03 UTC (4+ messages)
` [PATCH v2 1/2] rtc: mt6359: add mt6357 support
` [PATCH v2 2/2] rtc: mt6397: Fix mt6357 RTC year offset handling for hwclock commands
[PATCH] rtc-m41t62: kickstart ocillator upon failure
2025-04-02 12:05 UTC (5+ messages)
` "
` [PATCH v2] "
[RFC PATCH] rtc: remove 'setdate' test program
2025-04-01 13:25 UTC (2+ messages)
[PATCH] selftest: rtc: skip some tests if the alarm only supports minutes
2025-04-01 13:04 UTC (2+ messages)
[PATCH] selftest: rtc: skip alarm test if RTC is minute resolution
2025-04-01 12:29 UTC
[PATCH v2 0/9] Remove pcf50633
2025-04-01 11:31 UTC (3+ messages)
` [PATCH v2 4/9] Input: pcf50633-input - Remove
[PATCH] rtc: pcf85063: replace dev_err+return with return dev_err_probe
2025-04-01 10:02 UTC (2+ messages)
[PATCH v2] rtc: pcf85063: do a SW reset if POR failed
2025-04-01 9:29 UTC (2+ messages)
[PATCH RESEND v5 0/2] Add support for MAX31331 RTC
2025-03-31 22:17 UTC (2+ messages)
[PATCH V5 0/3] rtc: atcrtc100: Add Andes ATCRTC100 RTC driver
2025-03-31 22:15 UTC (3+ messages)
` [PATCH V5 1/3] rtc: atcrtc100: Add "
[PATCH v2 00/32] Samsung S2MPG10 PMIC MFD-based drivers
2025-03-31 9:50 UTC (37+ messages)
` [PATCH v2 01/32] dt-bindings: mfd: samsung,s2mps11: add s2mpg10
` [PATCH v2 02/32] dt-bindings: clock: "
` [PATCH v2 03/32] dt-bindings: firmware: google,gs101-acpm-ipc: add PMIC child node
` [PATCH v2 04/32] mfd: sec: drop non-existing forward declarations
` [PATCH v2 05/32] mfd: sec: sort includes alphabetically
` [PATCH v2 06/32] mfd: sec: update includes to add missing and remove superfluous ones
` [PATCH v2 07/32] mfd: sec: move private internal API to internal header
` [PATCH v2 08/32] mfd: sec: split into core and transport (i2c) drivers
` [PATCH v2 09/32] mfd: sec: add support for S2MPG10 PMIC
` [PATCH v2 10/32] mfd: sec: merge separate core and irq modules
` [PATCH v2 11/32] mfd: sec: fix open parenthesis alignment (multiple)
` [PATCH v2 12/32] mfd: sec: sort struct of_device_id entries and the device type switch
` [PATCH v2 13/32] mfd: sec: use dev_err_probe() where appropriate
` [PATCH v2 14/32] mfd: sec: s2dos05/s2mpu05: use explicit regmap config and drop default
` [PATCH v2 15/32] mfd: sec: s2dos05: doesn't support interrupts (it seems)
` [PATCH v2 16/32] mfd: sec: don't ignore errors from sec_irq_init()
` [PATCH v2 17/32] mfd: sec: rework platform data and regmap instantiating
` [PATCH v2 18/32] mfd: sec: change device_type to int
` [PATCH v2 19/32] mfd: sec: don't compare against NULL / 0 for errors, use !
` [PATCH v2 20/32] mfd: sec: use sizeof(*var), not sizeof(struct type_of_var)
` [PATCH v2 21/32] mfd: sec: convert to using MFD_CELL macros
` [PATCH v2 22/32] mfd: sec: convert to using REGMAP_IRQ_REG() macros
` [PATCH v2 23/32] mfd: sec: add myself as module author
` [PATCH v2 24/32] clk: s2mps11: add support for S2MPG10 PMIC clock
` [PATCH v2 25/32] rtc: s5m: cache value of platform_get_device_id() during probe
` [PATCH v2 26/32] rtc: s5m: prepare for external regmap
` [PATCH v2 27/32] rtc: s5m: add support for S2MPG10 RTC
` [PATCH v2 28/32] rtc: s5m: fix a typo: peding -> pending
` [PATCH v2 29/32] rtc: s5m: switch to devm_device_init_wakeup
` [PATCH v2 30/32] rtc: s5m: replace regmap_update_bits with regmap_clear/set_bits
` [PATCH v2 31/32] rtc: s5m: replace open-coded read/modify/write registers with regmap helpers
` [PATCH v2 32/32] MAINTAINERS: add myself as reviewer for Samsung S2M MFD
[PATCH/RFC] kunit/rtc: Add real support for very slow tests
2025-03-28 15:37 UTC (3+ messages)
[PATCH 00/34] Samsung S2MPG10 PMIC MFD-based drivers
2025-03-28 8:11 UTC (11+ messages)
` [PATCH 08/34] mfd: sec: fix open parenthesis alignment (of_property_read_bool)
` [PATCH 11/34] defconfigs: rename CONFIG_MFD_SEC_CORE to CONFIG_MFD_SEC_I2C
[PATCH] rtc: Rename lib_test to rtc_lib_test
2025-03-27 15:42 UTC
[PATCH v4 00/11] Enable Power Modes Support for SAMA7D65 SoC
2025-03-27 8:11 UTC (7+ messages)
` [PATCH v4 06/11] dt-bindings: mfd: atmel: Add microchip,sama7d65-gpbr
` [PATCH v4 07/11] dt-bindings: mfd: syscon: atmel,sama5d2-secumod: convert to yaml
` [PATCH v4 08/11] dt-bindings: mfd: syscon: add microchip,sama7d65-secumod
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).