public inbox for linux-clk@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-31 12:28:13 to 2025-04-07 15:18:43 UTC [more...]

[PATCH 00/16] lan966x pci device: Add support for SFPs
 2025-04-07 15:18 UTC  (19+ messages)
` [PATCH 01/16] Revert "treewide: Fix probing of devices in DT overlays"
` [PATCH 02/16] driver core: Rename get_dev_from_fwnode() wrapper to get_device_from_fwnode()
` [PATCH 03/16] of: dynamic: Fix overlayed devices not probing because of fw_devlink
` [PATCH 04/16] driver core: Avoid warning when removing a device while its supplier is unbinding
` [PATCH 05/16] bus: simple-pm-bus: Populate child nodes at probe
` [PATCH 06/16] PCI: of: Set fwnode.dev of newly created PCI device nodes
` [PATCH 07/16] PCI: of: Remove fwnode_dev_initialized() call for a PCI root bridge node
` [PATCH 08/16] i2c: core: Introduce i2c_get_adapter_supplier()
` [PATCH 09/16] i2c: mux: Set adapter supplier
` [PATCH 10/16] i2c: mux: Create missing devlink between mux and "
` [PATCH 11/16] of: property: Allow fw_devlink device-tree support for x86
` [PATCH 12/16] clk: lan966x: Add MCHP_LAN966X_PCI dependency
` [PATCH 13/16] i2c: busses: at91: "
` [PATCH 14/16] misc: lan966x_pci: Fix dtso nodes ordering
` [PATCH 15/16] misc: lan966x_pci: Add dtso nodes in order to support SFPs
` [PATCH 16/16] misc: lan966x_pci: Add drivers needed to support SFPs in Kconfig help

[PATCH 0/8] clk: test: add tests for inconsistencies and limitations in the framework
 2025-04-07 13:12 UTC  (9+ messages)
` [PATCH 1/8] clk: test: introduce a few specific rate constants for mock testing
` [PATCH 2/8] clk: test: introduce clk_dummy_div for a mock divider
` [PATCH 3/8] clk: test: introduce test suite for sibling rate changes on a divider
` [PATCH 4/8] clk: test: introduce clk_dummy_gate for a mock gate
` [PATCH 5/8] clk: test: introduce test suite for sibling rate changes on a gate
` [PATCH 6/8] clk: test: introduce helper to create a mock mux
` [PATCH 7/8] clk: test: introduce test variation for sibling rate changes on a mux
` [PATCH 8/8] clk: test: introduce test variation for sibling rate changes on a gate/mux

[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 v3 0/6] clk: clk-axi-clkgen: improvements and some fixes
 2025-04-07 10:28 UTC  (7+ messages)
` [PATCH v3 1/6] clk: clk-axi-clkgen: fix fpfd_max frequency for zynq
` [PATCH v3 2/6] clk: clk-axi-clkgen: make sure to include mod_devicetable.h
` [PATCH v3 3/6] include: fpga: adi-axi-common: add new helper macros
` [PATCH v3 4/6] clk: clk-axi-clkgen: detect axi_clkgen_limits at runtime
` [PATCH v3 5/6] clk: clk-axi-clkgen move to min/max()
` [PATCH v3 6/6] clk: clk-axi-clkgen: fix coding style issues

[PATCH v2] clk: davinci: Use of_get_available_child_by_name()
 2025-04-07  9:36 UTC 

[PATCH] clk: davinci: Add NULL check in davinci_lpsc_clk_register
 2025-04-07  9:20 UTC 

[PATCH] clk: sophgo: Fixes Coccinelle/coccicheck warnings reported by do_div.cocci
 2025-04-07  9:01 UTC  (3+ messages)

[PATCH 0/4] Add support for Mali-G52 to RZ/G3E SoC
 2025-04-07  6:43 UTC  (6+ messages)
` [PATCH 1/4] clk: renesas: r9a09g047: Add clock and reset entries for GE3D
` [PATCH 2/4] dt-bindings: gpu: mali-bifrost: Add compatible for RZ/G3E SoC
` [PATCH 3/4] arm64: dts: renesas: r9a09g047: Add Mali-G52 GPU node
` [PATCH 4/4] arm64: dts: renesas: rzg3e-smarc-som: Enable Mali-G52

[PATCH] clk: qcom: rpmh: make clkaN optional
 2025-04-06 21:32 UTC  (2+ messages)

[PATCH 0/5] clk: Do not enable by default during compile testing
 2025-04-06 20:31 UTC  (9+ messages)
` [PATCH 1/5] clk: meson: "
` [PATCH 2/5] clk: nuvoton: "
` [PATCH 3/5] clk: stm32: "
` [PATCH 4/5] clk: sunxi-ng: "
` [PATCH 5/5] clk: sunxi: "

[PATCH v7 0/3] Add T-HEAD TH1520 VO clock support for LicheePi 4A GPU enablement
 2025-04-06 19:59 UTC  (7+ messages)
  ` [PATCH v7 1/3] dt-bindings: clock: thead: Add TH1520 VO clock controller
  ` [PATCH v7 2/3] clk: thead: Add clock support for VO subsystem in T-HEAD TH1520 SoC
  ` [PATCH v7 3/3] riscv: dts: thead: Add device tree VO clock controller

[PATCH 0/4] dt-bindings: clock: ti: convert to yaml
 2025-04-05 19:55 UTC  (14+ messages)
` [PATCH 1/4] dt-bindings: clock: ti: Convert "
` [PATCH 2/4] "
` [PATCH 3/4] dt-bindings: clock: ti: Convert fixed-factor-clock "
` [PATCH 4/4] dt-bindings: clock: ti: add ti,autoidle.yaml reference

[PATCH 0/4] Add CMN PLL clock controller support for IPQ5424
 2025-04-04 23:02 UTC  (3+ messages)
` [PATCH 3/4] arm64: dts: ipq5424: Add CMN PLL node

[PATCH v7 02/13] dt-bindings: clock: Add cpg for the Renesas RZ/T2H SoC
 2025-04-04 19:37 UTC  (4+ messages)
` [PATCH v7 05/13] clk: renesas: Pass sub struct of cpg_mssr_priv to cpg_clk_register
` [PATCH v7 06/13] clk: renesas: Add support for R9A09G077 SoC

[PATCH 00/17] Add support for DU and DSI on the Renesas RZ/V2H(P) SoC
 2025-04-04 15:33 UTC  (25+ messages)
` [PATCH 06/17] dt-bindings: display: bridge: renesas,dsi: Add support for "
` [PATCH 09/17] drm: renesas: rz-du: mipi_dsi: Simplify HSFREQ calculation
` [PATCH 11/17] drm: renesas: rz-du: mipi_dsi: Add OF data support
` [PATCH 13/17] drm: renesas: rz-du: mipi_dsi: Add feature flag for 16BPP support
` [PATCH 16/17] drm: renesas: rz-du: mipi_dsi: Add support for LPCLK handling
` [PATCH 17/17] drm: renesas: rz-du: mipi_dsi: Add support for RZ/V2H(P) SoC

[PATCH AUTOSEL 5.4 4/6] clk: check for disabled clock-provider in of_clk_get_hw_from_clkspec()
 2025-04-04  0:08 UTC 

[PATCH AUTOSEL 5.10 4/6] clk: check for disabled clock-provider in of_clk_get_hw_from_clkspec()
 2025-04-04  0:07 UTC 

[PATCH AUTOSEL 5.15 4/8] clk: check for disabled clock-provider in of_clk_get_hw_from_clkspec()
 2025-04-04  0:07 UTC 

[PATCH AUTOSEL 6.1 06/10] clk: check for disabled clock-provider in of_clk_get_hw_from_clkspec()
 2025-04-04  0:06 UTC 

[PATCH AUTOSEL 6.6 07/16] clk: check for disabled clock-provider in of_clk_get_hw_from_clkspec()
 2025-04-04  0:06 UTC 

[PATCH AUTOSEL 6.12 11/20] clk: check for disabled clock-provider in of_clk_get_hw_from_clkspec()
 2025-04-04  0:05 UTC 

[PATCH AUTOSEL 6.13 12/22] clk: check for disabled clock-provider in of_clk_get_hw_from_clkspec()
 2025-04-04  0:04 UTC 

[PATCH AUTOSEL 6.14 12/23] clk: check for disabled clock-provider in of_clk_get_hw_from_clkspec()
 2025-04-04  0:03 UTC  (2+ messages)
` [PATCH AUTOSEL 6.14 16/23] clk: renesas: rzv2h: Adjust for CPG_BUS_m_MSTOP starting from m = 1

[PATCH v1] clk: davinci: Add NULL check in davinci_lpsc_clk_register()
 2025-04-02 14:05 UTC  (6+ messages)
` [PATCH] "
    `  "

[PATCH v8 00/19] Add support for RZ/G3E CANFD
 2025-04-02 10:41 UTC  (2+ messages)

[PATCH v8 00/19] Add support for RZ/G3E CANFD
 2025-04-02 10:21 UTC 

[PATCH v1] clk: bcm: Add NULL check in raspberrypi_clk_register()
 2025-04-02  2:05 UTC  (3+ messages)
  ` [PATCH v2] clk: bcm: rpi: "

[PATCH v6 0/6] Add clock controller support for SpacemiT K1
 2025-04-01 17:24 UTC  (7+ messages)
` [PATCH v6 1/6] dt-bindings: soc: spacemit: Add spacemit,k1-syscon
` [PATCH v6 2/6] dt-bindings: clock: spacemit: Add spacemit,k1-pll
` [PATCH v6 3/6] clk: spacemit: Add clock support for SpacemiT K1 SoC
` [PATCH v6 4/6] clk: spacemit: k1: Add TWSI8 bus and function clocks
` [PATCH v6 5/6] riscv: dts: spacemit: Add clock tree for SpacemiT K1
` [PATCH v6 6/6] riscv: defconfig: enable clock controller unit support "

[PATCH v2 0/4] Add video clock controller for SM6350
 2025-04-01 16:33 UTC  (3+ messages)
` [PATCH v2 4/4] arm64: dts: qcom: sm6350: Add video clock controller

[PATCH v3 00/18] clk: qcom: Add support to attach multiple power domains in cc probe
 2025-04-01 16:00 UTC  (4+ messages)
` [PATCH v3 15/18] arm64: dts: qcom: Add MXC power domain to videocc node on SM8650

[PATCH v1 0/4] Add T-Head TH1520 VO clock support for LicheePi 4A GPU enablement
 2025-04-01 14:38 UTC  (9+ messages)
  ` [PATCH v1 4/4] clk: thead: Add GPU clock gate control with CLKGEN reset support

[PATCH v6 02/13] dt-bindings: clock: Add cpg for the Renesas RZ/T2H SoC
 2025-04-01 12:20 UTC  (3+ messages)

[PATCH 00/15] Add support for Renesas RZ/V2N SoC and EVK
 2025-03-31 14:23 UTC  (9+ messages)
` [PATCH 04/15] dt-bindings: soc: renesas: Document SYS for RZ/V2N SoC
` [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


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