public inbox for linux-clk@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-04-03 08:58:59 to 2025-04-08 10:17:16 UTC [more...]

[PATCH 00/16] lan966x pci device: Add support for SFPs
 2025-04-08 10:17 UTC  (29+ 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 v2 0/2] vsprintf: remove redundant %pCn format specifier
 2025-04-08  7:33 UTC  (5+ messages)
` [PATCH v2 2/2] vsprintf: remove redundant and unused "

[PATCH 1/2] clk: rockchip: clk-pll: Fix CRU_xx_CON2 register usage
 2025-04-08  7:31 UTC  (3+ messages)
` [PATCH 2/2] clk: rockchip: clk-pll: Typo fix

[PATCH] clk: rockchip: rk3588: Add PLL rate for 1500 MHz
 2025-04-08  6:46 UTC 

[PATCH v1 0/9] Tegra114: implement EMC support
 2025-04-08  5:49 UTC  (4+ messages)

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

[PATCH v7 0/3] Add T-HEAD TH1520 VO clock support for LicheePi 4A GPU enablement
 2025-04-07 18:21 UTC  (11+ 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 v1 0/4] Add T-Head TH1520 VO clock support for LicheePi 4A GPU enablement
 2025-04-07 17:02 UTC  (10+ messages)
  ` [PATCH v1 4/4] clk: thead: Add GPU clock gate control with CLKGEN reset support

[PATCH v2 0/9] clk: renesas: rzv2h: Add clock and reset entries for USB2 and GBETH
 2025-04-07 16:52 UTC  (10+ messages)
` [PATCH v2 1/9] clk: renesas: rzv2h-cpg: Add support for static mux clocks
` [PATCH v2 2/9] clk: renesas: rzv2h-cpg: Add macro for defining static dividers
` [PATCH v2 3/9] clk: renesas: rzv2h-cpg: Support static dividers without RMW
` [PATCH v2 4/9] clk: renesas: rzv2h-cpg: Use str_on_off() helper in rzv2h_mod_clock_endisable()
` [PATCH v2 5/9] clk: renesas: rzv2h-cpg: Use both CLK_ON and CLK_MON bits for clock state validation
` [PATCH v2 6/9] clk: renesas: rzv2h-cpg: Ignore monitoring CLK_MON bits for external clocks
` [PATCH v2 7/9] dt-bindings: clock: renesas,r9a09g057-cpg: Add USB2 PHY and GBETH PTP core clocks
` [PATCH v2 8/9] clk: renesas: r9a09g057: Add clock and reset entries for USB2
` [PATCH v2 9/9] clk: renesas: r9a09g057: Add clock and reset entries for GBETH0/1

[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  (3+ messages)
` [PATCH 2/4] dt-bindings: gpu: mali-bifrost: Add compatible for "

[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 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  (9+ messages)
` [PATCH 06/17] dt-bindings: display: bridge: renesas,dsi: Add support for "
` [PATCH 17/17] drm: renesas: rz-du: mipi_dsi: "

[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


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