public inbox for linux-clk@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-25 12:23:00 to 2025-03-28 21:02:41 UTC [more...]

[PATCH v2 0/7] clk: spacemit: add K1 reset support
 2025-03-28 21:02 UTC  (3+ messages)
` [PATCH v2 1/7] dt-bindings: soc: spacemit: define spacemit,k1-ccu resets
` [PATCH v2 2/7] clk: spacemit: define struct spacemit_ccu_data

[GIT PULL] clk changes for the merge window
 2025-03-28 20:53 UTC 

[PATCH 0/6] clk: renesas: rzv2h: Add clock and reset entries for USB2 and GBETH
 2025-03-28 20:01 UTC  (7+ messages)
` [PATCH 1/6] clk: renesas: rzv2h-cpg: Use str_on_off() helper in rzv2h_mod_clock_endisable()
` [PATCH 2/6] clk: renesas: rzv2h-cpg: Use both CLK_ON and CLK_MON bits for clock state validation
` [PATCH 3/6] clk: renesas: rzv2h-cpg: Ignore monitoring CLK_MON bits for external clocks
` [PATCH 4/6] dt-bindings: clock: renesas,r9a09g057-cpg: Add USB2 PHY and GBETH PTP core clocks
` [PATCH 5/6] clk: renesas: r9a09g057: Add clock and reset entries for USB2
` [PATCH 6/6] clk: renesas: r9a09g057: Add clock and reset entries for GBETH0/1

[PATCH RESEND 0/7] clk: spacemit: add K1 reset support
 2025-03-28 17:24 UTC  (9+ messages)
` [PATCH RESEND 2/7] clk: spacemit: define struct k1_ccu_data
` [PATCH RESEND 6/7] clk: spacemit: define new syscons with only resets

[PATCH 00/15] Add support for Renesas RZ/V2N SoC and EVK
 2025-03-28 15:09 UTC  (34+ messages)
` [PATCH 01/15] dt-bindings: soc: renesas: Document Renesas RZ/V2N SoC variants
` [PATCH 02/15] dt-bindings: soc: renesas: Document RZ/V2N EVK board
` [PATCH 03/15] soc: renesas: Add config option for RZ/V2N (R9A09G056) SoC
` [PATCH 04/15] dt-bindings: soc: renesas: Document SYS for RZ/V2N SoC
` [PATCH 05/15] soc: renesas: sysc: Add SoC identification "
` [PATCH 06/15] dt-bindings: serial: renesas: Document RZ/V2N SCIF
` [PATCH 07/15] dt-bindings: mmc: renesas,sdhi: Document RZ/V2N support
` [PATCH 08/15] dt-bindings: clock: renesas: Document RZ/V2N SoC CPG
` [PATCH 09/15] clk: renesas: rzv2h-cpg: Sort compatible list based on SoC part number
` [PATCH 10/15] clk: renesas: rzv2h: Add support for RZ/V2N SoC
` [PATCH 11/15] dt-bindings: pinctrl: renesas: Document "
` [PATCH 12/15] pinctrl: renesas: rzg2l: Add support for "
` [PATCH 13/15] arm64: dts: renesas: Add initial SoC DTSI for RZ/V2N
` [PATCH 14/15] arm64: dts: renesas: Add initial device tree for RZ/V2N EVK
` [PATCH 15/15] arm64: defconfig: Enable Renesas RZ/V2N SoC

[PATCH v5 0/5] Add clock controller support for SpacemiT K1
 2025-03-28 14:00 UTC  (5+ messages)
` [PATCH v5 3/5] clk: spacemit: Add clock support for Spacemit K1 SoC

[PATCH v2 00/32] Samsung S2MPG10 PMIC MFD-based drivers
 2025-03-28 13:40 UTC  (34+ 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 v3 00/18] clk: qcom: Add support to attach multiple power domains in cc probe
 2025-03-28 10:41 UTC  (41+ messages)
` [PATCH v3 01/18] dt-bindings: clock: qcom,sm8450-videocc: Add MXC power domain
` [PATCH v3 02/18] dt-bindings: clock: qcom: Update sc8280xp camcc bindings
` [PATCH v3 03/18] dt-bindings: clock: qcom: sm8450-camcc: Allow to specify two power domains
` [PATCH v3 04/18] clk: qcom: clk-alpha-pll: Add support for common PLL configuration function
` [PATCH v3 05/18] clk: qcom: common: Handle runtime power management in qcom_cc_really_probe
` [PATCH v3 06/18] clk: qcom: common: Add support to configure clk regs "
` [PATCH v3 07/18] clk: qcom: videocc-sm8450: Move PLL & clk configuration to really probe
` [PATCH v3 08/18] clk: qcom: videocc-sm8550: "
` [PATCH v3 09/18] clk: qcom: camcc-sm8450: "
` [PATCH v3 10/18] clk: qcom: camcc-sm8550: "
` [PATCH v3 11/18] clk: qcom: camcc-sm8650: "
` [PATCH v3 12/18] clk: qcom: camcc-x1e80100: "
` [PATCH v3 13/18] arm64: dts: qcom: Add MXC power domain to videocc node on SM8450
` [PATCH v3 14/18] arm64: dts: qcom: Add MXC power domain to videocc node on SM8550
` [PATCH v3 15/18] arm64: dts: qcom: Add MXC power domain to videocc node on SM8650
` [PATCH v3 16/18] arm64: dts: qcom: Add MXC power domain to camcc node on SM8450
` [PATCH v3 17/18] arm64: dts: qcom: sm8550: Additionally manage MXC power domain in camcc
` [PATCH v3 18/18] arm64: dts: qcom: Add MXC power domain to camcc node on SM8650

[PATCH RFC 00/10] Fix the ABBA locking situation between clk and runtime PM
 2025-03-28  9:59 UTC  (13+ messages)
` [PATCH RFC 01/10] PM: runtime: Add helpers to resume consumers
` [PATCH RFC 02/10] clk: Improve comments with usual punctuation
` [PATCH RFC 03/10] clk: Avoid non needed runtime PM calls
` [PATCH RFC 04/10] clk: Avoid open coded-logic when a there is a helper available
` [PATCH RFC 05/10] clk: Move runtime PM calls out of the prepare_lock in clk_init()
` [PATCH RFC 06/10] clk: Move runtime PM calls out of the prepare_lock in clk_prepare()
` [PATCH RFC 07/10] clk: Ensure all RPM enabled clocks are enabled before reparenting orphans
` [PATCH RFC 08/10] clk: Move runtime PM calls out of the prepare_lock in clk_unregister()
` [PATCH RFC 09/10] clk: Make sure clock parents and children are resumed when necessary
` [PATCH RFC 10/10] clk: Fix the ABBA locking issue with runtime PM subcalls

[PATCH 00/34] Samsung S2MPG10 PMIC MFD-based drivers
 2025-03-28  8:11 UTC  (43+ messages)
` [PATCH 02/34] dt-bindings: clock: samsung,s2mps11: add s2mpg10
` [PATCH 03/34] firmware: exynos-acpm: export devm_acpm_get_by_phandle()
` [PATCH 04/34] mfd: sec: drop non-existing forward declarations
` [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 17/34] mfd: sec: drop generic regmap config
` [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 26/34] clk: s2mps11: add support for S2MPG10 PMIC clock

[PATCH v3 0/2] clk: sophgo: add SG2044 clock controller support
 2025-03-27 22:49 UTC  (12+ messages)
` [PATCH v3 1/2] dt-bindings: clock: sophgo: add clock controller for SG2044

[PATCH RFC] renesas: add zero check for prate variable
 2025-03-27 15:10 UTC 

[PATCH] clk: test: Forward-declare struct of_phandle_args in kunit/clk.h
 2025-03-27 12:52 UTC 

[PATCH v3 0/4] clk: amlogic: drop clk_regmap tables
 2025-03-27 10:07 UTC  (6+ messages)
` [PATCH v3 1/4] clk: add a clk_hw helpers to get the clock device or device_node

[PATCH v6] clk: qcom: Add support for Camera Clock Controller on QCS8300
 2025-03-27 10:02 UTC 

[PATCH 0/4] Add RZ/G3E XSPI clocks
 2025-03-26 15:17 UTC  (11+ messages)
` [PATCH 1/4] clk: renesas: rzv2h-cpg: Add support for coupled clock

[RFC PATCH v2 0/9] Redo PolarFire SoC's mailbox/clock devicestrees and related code
 2025-03-26 14:17 UTC  (7+ messages)
` [RFC PATCH v2 2/9] dt-bindings: soc: microchip: document the simple-mfd syscon on PolarFire SoC

[PATCH] clk: s2mps11: initialise clk_hw_onecell_data::num before accessing ::hws[] in probe()
 2025-03-26 14:12 UTC  (2+ messages)

[PATCH v7 00/18] Add support for RZ/G3E CANFD
 2025-03-26 12:19 UTC 

[PATCH 0/2] arm64: dts: qcom: sm8550: camcc: Manage MMCX and MXC
 2025-03-26 11:46 UTC  (3+ messages)

[PATCH] clk: rockchip: Drop empty init callback for rk3588 PLL type
 2025-03-26 11:35 UTC 

[PATCH v1 0/4] Add T-Head TH1520 VO clock support for LicheePi 4A GPU enablement
 2025-03-26 11:24 UTC  (8+ messages)
  ` [PATCH v1 4/4] clk: thead: Add GPU clock gate control with CLKGEN reset support

[PATCH v5] clk: qcom: Add support for Camera Clock Controller on QCS8300
 2025-03-26 11:17 UTC  (3+ messages)

[PATCH v5 02/13] dt-bindings: clock: Add cpg for the Renesas RZ/T2H SoC
 2025-03-26 10:32 UTC  (6+ messages)
` [PATCH v5 05/13] clk: renesas: Pass sub struct of cpg_mssr_priv to cpg_clk_register
` [PATCH v5 06/13] clk: renesas: Add support for R9A09G077 SoC

[PATCH 0/4] Add CMN PLL clock controller support for IPQ5424
 2025-03-26  7:10 UTC  (11+ messages)
` [PATCH 1/4] dt-bindings: clock: qcom: Add CMN PLL support for IPQ5424 SoC
` [PATCH 2/4] clk: qcom: cmnpll: Add IPQ5424 SoC support

[PATCH v6 net-next PATCH 1/1] net: phy: air_en8811h: Add clk provider for CKO pin
 2025-03-25 22:52 UTC  (2+ messages)

[PATCH v1 0/3] clk: tegra: add DFLL support for Tegra 4
 2025-03-25 19:00 UTC  (4+ messages)
` [PATCH v1 2/3] drivers: "

[PATCH v2 0/4] AT91 SAMA7 SoC Clock Adjustments
 2025-03-25 15:55 UTC  (5+ messages)
` [PATCH v2 1/4] clk: at91: sckc: Fix parent_data struct for slow osc
` [PATCH v2 2/4] clk: at91: sama7d65: Add missing clk_hw to parent_data
` [PATCH v2 3/4] clk: at91: sama7g5: "
` [PATCH v2 4/4] ARM: dts: microchip: sama7g5: Adjust clock xtal phandle


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