public inbox for linux-clk@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-16 13:28:18 to 2026-01-20 16:30:28 UTC [more...]

[PATCH v3 00/19] Microchip OTPC driver on SAM9X60 exposing UIDxR as additional nvmem device
 2026-01-20 16:30 UTC  (14+ messages)
` [PATCH v3 01/19] MAINTAINERS: Add sam9/sama to (AT91) SoC support
` [PATCH v3 02/19] dt-bindings: clock: at91: Split up per SoC partially
` [PATCH v3 03/19] dt-bindings: clock: at91: Allow referencing main rc oscillator in DT
` [PATCH v3 04/19] clk: at91: Use new PMC bindings
` [PATCH v3 05/19] clk: at91: sama7d65: Use highest PMC definition as max index
` [PATCH v3 06/19] clk: at91: Allow enabling main_rc_osc through DT
` [PATCH v3 07/19] clk: at91: Add peripheral id for OTPC
  ` [PATCH v3 08/19] dt-bindings: nvmem: microchip-otpc: Add compatible for SAM9X60
  ` [PATCH v3 09/19] dt-bindings: nvmem: microchip-otpc: Add required clocks
  ` [PATCH v3 10/19] nvmem: microchip-otpc: Avoid reading a write-only register
  ` [PATCH v3 11/19] nvmem: microchip-otpc: Fix swapped 'sleep' and 'timeout' parameters

[PATCH v1 0/2] clk: sprd: Add support for Unisoc SC9832E clocks
 2026-01-20 16:15 UTC  (4+ messages)
` [PATCH v1 1/2] dt-bindings: clock: sprd: Add SC9832E clock controller
` [PATCH v1 2/2] clk: sprd: Add SC9832E clock driver

[PATCH] clk: qcom: gfx3d: add parent to parent request map
 2026-01-20 15:14 UTC  (5+ messages)

[PATCH v2 0/5] Add versaclock3 support for RZ/V2H and RZ/V2N EVKs
 2026-01-20 15:06 UTC  (6+ messages)
` [PATCH v2 1/5] clk: versaclock3: Remove unused SE2 clock select macro
` [PATCH v2 2/5] clk: versaclock3: Use clk_parent_data arrays for clk_mux
` [PATCH v2 3/5] clk: versaclock3: Add freerunning 32.768kHz clock support
` [PATCH v2 4/5] arm64: dts: renesas: r9a09g057h44-rzv2h-evk: Add versa3 clock generator node
` [PATCH v2 5/5] arm64: dts: renesas: r9a09g056n48-rzv2n-evk: "

[PATCH 00/16] PCI: renesas: Add RZ/G3E PCIe controller support
 2026-01-20 14:04 UTC  (28+ messages)
` [PATCH 01/16] PCI: rzg3s-host: Fix reset handling in probe error path
` [PATCH 02/16] PCI: rzg3s-host: Fix inbound window size tracking
` [PATCH 03/16] clk: renesas: rzv2h-cpg: Add support for init_off clocks
` [PATCH 04/16] clk: renesas: r9a09g047: Add PCIe clocks and reset
` [PATCH 05/16] dt-bindings: PCI: renesas,r9a08g045s33-pcie: Document RZ/G3E SoC
` [PATCH 06/16] PCI: rzg3s-host: Make SYSC register offsets SoC-specific
` [PATCH 07/16] PCI: rzg3s-host: Make configuration reset lines optional
` [PATCH 08/16] PCI: rzg3s-host: Make inbound window setup SoC-specific
` [PATCH 09/16] PCI: rzg3s-host: Add SoC-specific configuration and initialization callbacks
` [PATCH 11/16] PCI: rzg3s-host: Add PCIe Gen3 (8.0 GT/s) link speed support
` [PATCH 12/16] PCI: rzg3s-host: Add support for RZ/G3E PCIe controller

[PATCH 00/12] Add support for Renesas RZ/G3L SoC and SMARC-EVK platform
 2026-01-20 12:52 UTC  (3+ messages)
` [PATCH 07/12] dt-bindings: clock: Document RZ/G3L SoC
` [PATCH 08/12] clk: renesas: Add support for "

[PATCH 0/3] SC7180 MDSS core reset
 2026-01-20 11:43 UTC  (7+ messages)
` [PATCH 1/3] dt-bindings: clock: qcom,dispcc-sc7180: Define MDSS resets
` [PATCH 2/3] clk: qcom: dispcc-sc7180: Add missing "
` [PATCH 3/3] arm64: dts: qcom: sc7180: Add missing MDSS core reset

[PATCH] clk: rs9: Convert to clk_hw_onecell_data and of_clk_hw_onecell_get()
 2026-01-20  9:59 UTC  (4+ messages)

[PATCH v2] clk: rs9: Add clock index range check to rs9_of_clk_get()
 2026-01-20  9:05 UTC 

[PATCH v4 0/3] Implement Send and Sync for clk
 2026-01-20  8:48 UTC  (4+ messages)
  ` [PATCH v4 3/3] pwm: th1520: remove impl Send/Sync for Th1520PwmDriverData

[PATCH RESEND v2 0/3] ARM: dts: imx6: cleanup imx6/7 CCM related CHECK_DTBS warnings
 2026-01-20  7:44 UTC  (5+ messages)
` [PATCH RESEND v2 1/3] dt-bindings: clock: imx6q[ul]-clock: add optional clock enet[1]_ref_pad
` [PATCH RESEND v2 2/3] ARM: dts: imx6qdl: add label for system clocks
` [PATCH RESEND v2 3/3] ARM: dts: imx: add required clocks and clock-names for ccm

[PATCH v4 00/12] Tegra114: implement EMC support
 2026-01-20  7:15 UTC  (11+ messages)
` [PATCH v4 01/12] devfreq: tegra30-devfreq: add support for Tegra114
` [PATCH v4 06/12] clk: tegra: set up proper EMC clock implementation "
` [PATCH v4 08/12] soc: tegra: common: add Tegra114 support to devm_tegra_core_dev_init_opp_table
` [PATCH v4 09/12] memory: tegra: Add Tegra114 EMC driver
` [PATCH v4 10/12] ARM: tegra: Add External Memory Controller node on Tegra114

[PATCH] rust: clk: replace `kernel::c_str!` with C-Strings
 2026-01-19 17:59 UTC  (4+ messages)

[PATCH v3 0/3] Clk improvements
 2026-01-19 16:10 UTC  (22+ messages)
` [PATCH v3 1/3] rust: clk: use the type-state pattern
` [PATCH v3 2/3] rust: clk: add devres-managed clks

[PATCH v2] clk: rs9: Reserve 8 struct clk_hw slots for for 9FGV0841
 2026-01-19 15:59 UTC  (2+ messages)

[PATCH 0/3] clk: samsung: auto clock gating fixes for PM
 2026-01-19 15:22 UTC  (7+ messages)
` [PATCH 3/3] clk: samsung: allow runtime PM with auto clock gating
` (subset) [PATCH 0/3] clk: samsung: auto clock gating fixes for PM

[PATCH] clk: rs9: Reserve 8 struct clk_hw slots for for 9FGV0841
 2026-01-19 15:03 UTC  (3+ messages)

[RFC] Defining a home/maintenance model for non-NIC PHC devices using the /dev/ptpX API
 2026-01-19 14:48 UTC  (2+ messages)

[PATCH v5 0/8] clk: amlogic: Add A5 SoC PLLs and Peripheral clock
 2026-01-19 13:27 UTC  (5+ messages)
` [PATCH v5 5/8] clk: amlogic: Add A5 clock peripherals controller driver

[PATCH] clk: Ensure correct consumer's rate boundaries
 2026-01-19 11:56 UTC  (7+ messages)

[PATCH v2 0/5] clk: samsung: introduce exynos8890 clock driver
 2026-01-19 10:43 UTC  (4+ messages)
` [PATCH v2 1/5] dt-bindings: clock: add exynos8890 SoC

[PATCH 0/5] Support enabling interconnect path for GDSC for fixing Milos camcc
 2026-01-19 10:43 UTC  (12+ messages)
` [PATCH 1/5] interconnect: Add devm_of_icc_get_by_index() as exported API for users
` [PATCH 2/5] dt-bindings: clock: qcom,milos-camcc: Document interconnect path
` [PATCH 4/5] clk: qcom: camcc-milos: Declare icc path dependency for CAMSS_TOP_GDSC
` [PATCH 5/5] arm64: dts: qcom: milos: Add interconnects to camcc

[GIT PULL] clk: meson: amlogic clock updates for v6.20
 2026-01-19 10:41 UTC 

[PATCH v10 0/3] riscv: canaan: Add support for K230 clock
 2026-01-19  8:18 UTC  (5+ messages)
` [PATCH v10 1/3] dt-bindings: clock: Add bindings for Canaan K230 clock controller
` [PATCH v10 2/3] clk: canaan: Add clock driver for Canaan K230
` [PATCH v10 3/3] riscv: dts: canaan: Add clock definition for K230

[PATCH] rust: use consistent backtick formatting for NULL in docs
 2026-01-18 23:07 UTC  (2+ messages)

[GIT PULL] clk: thead: Updates for v6.20
 2026-01-18 21:40 UTC 

[PATCH v3 0/2] Add more PLL frequencies to i.MX FRACN GPLL
 2026-01-18 18:05 UTC  (6+ messages)
` [PATCH v3 1/2] clk: imx: fracn-gppll: Add 332.60 MHz Support
` [PATCH v3 2/2] clk: imx: fracn-gppll: Add 241.90 "

[GIT PULL] clk: tegra: Changes for v6.20-rc1
 2026-01-18  8:01 UTC 

[PATCH v3 0/5] gs101: Add support for Display Process Unit (DPU) clocks
 2026-01-17 19:39 UTC  (5+ messages)
` [PATCH v3 5/5] arm64: dts: exynos: gs101: add cmu_dpu and sysreg_dpu dt nodes
` (subset) [PATCH v3 0/5] gs101: Add support for Display Process Unit (DPU) clocks

[PATCH v5 00/31] clk: at91: add support for parent_data and
 2026-01-17 18:30 UTC  (33+ messages)
` [PATCH v5 01/31] clk: at91: pmc: add macros for clk_parent_data
` [PATCH v5 02/31] clk: at91: pmc: Move macro to header file
` [PATCH v5 03/31] clk: at91: sam9x75: switch to parent_hw and parent_data
` [PATCH v5 04/31] clk: at91: clk-sam9x60-pll: use clk_parent_data
` [PATCH v5 05/31] clk: at91: clk-peripheral: switch to clk_parent_data
` [PATCH v5 06/31] clk: at91: clk-main: switch to clk parent data
` [PATCH v5 07/31] clk: at91: clk-utmi: use clk_parent_data
` [PATCH v5 08/31] clk: at91: clk-master: "
` [PATCH v5 09/31] clk: at91: clk-programmable: "
` [PATCH v5 10/31] clk: at91: clk-generated: "
` [PATCH v5 11/31] clk: at91: clk-usb: add support for clk_parent_data
` [PATCH v5 12/31] clk: at91: clk-system: use clk_parent_data
` [PATCH v5 13/31] clk: at91: sama7d65: switch system clocks to parent_hw and parent_data
` [PATCH v5 14/31] clk: at91: clk-pll: add support for parent_hw
` [PATCH v5 15/31] clk: at91: clk-audio-pll: "
` [PATCH v5 16/31] clk: at91: clk-plldiv: add support for parent_data
` [PATCH v5 17/31] clk: at91: clk-h32mx: "
` [PATCH v5 18/31] clk: at91: clk-i2s-mux: "
` [PATCH v5 19/31] clk: at91: clk-smd: add support for clk_parent_data
` [PATCH v5 20/31] clk: at91: clk-slow: add support for parent_data
` [PATCH v5 21/31] clk: at91: dt-compat: switch to parent_hw and parent_data
` [PATCH v5 22/31] clk: at91: sam9x60: "
` [PATCH v5 23/31] clk: at91: sama5d2: "
` [PATCH v5 24/31] clk: at91: sama5d3: switch to parent_data and parent_hw
` [PATCH v5 25/31] clk: at91: sama5d4: "
` [PATCH v5 26/31] clk: at91: at91sam9x5: "
` [PATCH v5 27/31] clk: at91: at91rm9200: switch to parent_hw and parent_data
` [PATCH v5 28/31] clk: at91: at91sam9260: "
` [PATCH v5 29/31] clk: at91: at91sam9g45: switch to parent_data and parent_hw
` [PATCH v5 30/31] clk: at91: at91sam9n12: switch to parent_hw and parent_data
` [PATCH v5 31/31] clk: at91: at91sam9rl: switch to clk_parent_data

[PATCH] clk: qcom: dispcc-sm7150: Fix dispcc_mdss_pclk1_clk_src
 2026-01-17 18:18 UTC 

[PATCH 0/7] clk: st: clkgen-pll: Add cleanup in clkgen_c32_pll_setup() and clkgen_odf_register()
 2026-01-17 13:43 UTC  (20+ messages)
` [PATCH 1/7] clk: st: clkgen-pll: Fix a memory leak in clkgen_odf_register()
` [PATCH 2/7] clk: st: clkgen-pll: Rename some variables in clkgen_c32_pll_setup()
` [PATCH 3/7] "
` [PATCH 4/7] clk: st: clkgen-pll: Add iounmap() "
` [PATCH 5/7] clk: st: clkgen-pll: Add clk_unregister for pll_clk "
` [PATCH 6/7] clk: st: clkgen-pll: Remove redundant kfree() "
` [PATCH 7/7] clk: st: clkgen-pll: Add clk_unregister for odf_clk "

[PATCH 0/8] Add Tenstorrent Atlantis Clock/Reset Controller
 2026-01-17 10:50 UTC  (22+ messages)
` [PATCH 1/8] dt-bindings: soc: tenstorrent: Add tenstorrent,atlantis-syscon
` [PATCH 2/8] soc: tenstorrent: Add header with Atlantis syscon register offsets
` [PATCH 3/8] clk: tenstorrent: Add Atlantis clock controller driver
` [PATCH 4/8] dt-bindings: soc: tenstorrent: Add atlantis resets
` [PATCH 8/8] clk: tenstorrent: Add reset controller to Atlantis clock controller probe

[PATCH v5 00/23] tegra-video: add CSI support for Tegra20 and Tegra30
 2026-01-17  0:33 UTC  (5+ messages)
` (subset) "

[PATCH v2 0/4 RESEND] gpu/drm: tegra: add DSI support for Tegra20/Tegra30
 2026-01-17  0:25 UTC  (6+ messages)
` [PATCH v2 1/4 RESEND] clk: tegra20: reparent dsi clock to pll_d_out0
` [PATCH v2 4/4 RESEND] ARM: tegra: adjust DSI nodes for Tegra20/Tegra30
` (subset) [PATCH v2 0/4 RESEND] gpu/drm: tegra: add DSI support "

[PATCH] clk: tegra: tegra124-emc: Simplify with scoped for each OF child loop
 2026-01-17  0:11 UTC  (2+ messages)

[PATCH v3 0/4] Power Management for Raspberry Pi V3D GPU
 2026-01-16 20:19 UTC  (5+ messages)
` [PATCH v3 1/4] clk: bcm: rpi: Let V3D consumers manage clock rate
` [PATCH v3 2/4] clk: bcm: rpi: Mark PIXEL_CLK and HEVC_CLK as CLK_IGNORE_UNUSED
` [PATCH v3 3/4] drm/v3d: Allocate all resources before enabling the clock
` [PATCH v3 4/4] drm/v3d: Introduce Runtime Power Management

[PATCH v6 0/2] Remove hard coded values for MIPI-DSI
 2026-01-16 19:32 UTC  (4+ messages)
` [PATCH v6 1/2] clk: renesas: rzg2l: Remove DSI clock rate restrictions

[PATCH V3 0/2] Add devm_clk_bulk_get_optional_enable() helper and use in AXI Ethernet driver
 2026-01-16 19:27 UTC  (3+ messages)
` [PATCH V3 1/2] clk: Add devm_clk_bulk_get_optional_enable() helper
` [PATCH V3 2/2] net: xilinx: axienet: Use devres for resource management in probe path

[PATCH v1] clk: tegra: Adjust callbacks in tegra_clock_pm
 2026-01-16 19:06 UTC  (5+ messages)
    ` [PATCH v2] "

[PATCH] clk: tegra: tegra124-emc: Fix potential memory leak in tegra124_clk_register_emc()
 2026-01-16 18:38 UTC  (2+ messages)


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