linux-rtc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-20 11:06:11 to 2025-04-03 09:13:36 UTC [more...]

[PATCH v3 00/32] Samsung S2MPG10 PMIC MFD-based drivers
 2025-04-03  9:13 UTC  (34+ 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

[GIT PULL] RTC for 6.15
 2025-04-02 23:04 UTC 

[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  (6+ 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

[ BUG: Invalid wait context ] rtc_lock at: mc146818_avoid_UIP
 2025-03-30 12:32 UTC  (3+ messages)

[PATCH] rtc: fix use of uninit struct in rtc_read_alarm_internal
 2025-03-29 14:29 UTC  (3+ messages)

[PATCH/RFC] kunit/rtc: Add real support for very slow tests
 2025-03-28 15:37 UTC  (3+ messages)

[PATCH v8 0/7] Add Nuvoton NCT6694 MFD drivers
 2025-03-28  9:11 UTC  (27+ messages)
` [PATCH v8 1/7] mfd: Add core driver for Nuvoton NCT6694
` [PATCH v8 3/7] i2c: Add Nuvoton NCT6694 I2C support
` [PATCH v8 4/7] can: Add Nuvoton NCT6694 CANFD support

[PATCH 00/34] Samsung S2MPG10 PMIC MFD-based drivers
 2025-03-28  8:11 UTC  (66+ messages)
` [PATCH 01/34] dt-bindings: mfd: samsung,s2mps11: add s2mpg10
` [PATCH 02/34] dt-bindings: clock: "
` [PATCH 03/34] firmware: exynos-acpm: export devm_acpm_get_by_phandle()
` [PATCH 04/34] mfd: sec: drop non-existing forward declarations
` [PATCH 05/34] mfd: sec: sort includes alphabetically
` [PATCH 06/34] mfd: sec: update includes to add missing and remove superfluous ones
` [PATCH 07/34] mfd: sec: move private internal API to internal header
` [PATCH 08/34] mfd: sec: fix open parenthesis alignment (of_property_read_bool)
` [PATCH 09/34] mfd: sec: slightly rework runtime platform data allocation
` [PATCH 10/34] mfd: sec: split into core and transport (i2c) drivers
` [PATCH 11/34] defconfigs: rename CONFIG_MFD_SEC_CORE to CONFIG_MFD_SEC_I2C
` [PATCH 12/34] mfd: sec: add support for S2MPG10 PMIC
` [PATCH 13/34] mfd: sec: merge separate core and irq modules
` [PATCH 14/34] mfd: sec: sort struct of_device_id entries and the device type switch
` [PATCH 15/34] mfd: sec: use dev_err_probe() where appropriate
` [PATCH 16/34] mfd: sec: s2dos05/s2mpu05: use explicit regmap config
` [PATCH 17/34] mfd: sec: drop generic "
` [PATCH 18/34] mfd: sec: s2dos05: doesn't support interrupts (it seems)
` [PATCH 19/34] mfd: sec: don't ignore errors from sec_irq_init()
` [PATCH 20/34] mfd: sec: rework platform data and regmap instantiating
` [PATCH 21/34] mfd: sec: change device_type to int
` [PATCH 22/34] mfd: sec: don't compare against NULL / 0 for errors, use !
` [PATCH 23/34] mfd: sec: use sizeof(*var), not sizeof(struct type_of_var)
` [PATCH 24/34] mfd: sec: convert to using MFD_CELL macros
` [PATCH 25/34] mfd: sec: convert to using REGMAP_IRQ_REG() macros
` [PATCH 26/34] clk: s2mps11: add support for S2MPG10 PMIC clock
` [PATCH 27/34] rtc: s5m: cache value of platform_get_device_id() during probe
` [PATCH 28/34] rtc: s5m: prepare for external regmap
` [PATCH 29/34] rtc: s5m: add support for S2MPG10 RTC
` [PATCH 30/34] rtc: s5m: fix a typo: peding -> pending
` [PATCH 31/34] rtc: s5m: switch to devm_device_init_wakeup
` [PATCH 32/34] rtc: s5m: replace regmap_update_bits with regmap_clear/set_bits
` [PATCH 33/34] rtc: s5m: replace open-coded read/modify/write registers with regmap helpers
` [PATCH 34/34] MAINTAINERS: add myself as reviewer for Samsung S2M MFD

[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  (16+ messages)
` [PATCH v4 01/11] dt-bindings: sram: Add microchip,sama7d65-sram
` [PATCH v4 02/11] dt-bindings: power: reset: atmel,sama5d2-shdwc: Add microchip,sama7d65-shdwc
` [PATCH v4 03/11] dt-bindings: reset: atmel,at91sam9260-reset: add microchip,sama7d65-rstc
` [PATCH v4 04/11] dt-bindings: rtc: at91rm9200: add microchip,sama7d65-rtc
` [PATCH v4 05/11] dt-bindings: at91rm9260-rtt: add microchip,sama7d65-rtt
` [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
` [PATCH v4 09/11] ARM: dts: microchip: sama7d65: Add SRAM and DRAM components support
` [PATCH v4 10/11] ARM: dts: microchip: sama7d65: Add RTT and GPBR Support for sama7d65 SoC
` [PATCH v4 11/11] ARM: dts: microchip: sama7d65: Add RTT timer to curiosity board

[PATCH v3 00/21] Enable Power Modes Support for SAMA7D65 SoC
 2025-03-21 11:32 UTC  (5+ messages)
` [PATCH v3 01/21] dt-bindings: mfd: syscon: add microchip,sama7d65-ddr3phy
  ` (subset) "
` [PATCH v3 02/21] dt-bindings: mfd: syscon: add microchip,sama7d65-sfrbu
  ` (subset) "


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).