public inbox for linux-clk@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-17 08:32:57 to 2025-03-23 13:23:45 UTC [more...]

[PATCH RESEND 0/7] clk: spacemit: add K1 reset support
 2025-03-23 13:23 UTC  (22+ messages)
` [PATCH RESEND 1/7] dt-bindings: soc: spacemit: define spacemit,k1-ccu resets
` [PATCH RESEND 2/7] clk: spacemit: define struct k1_ccu_data
` [PATCH RESEND 3/7] clk: spacemit: add reset controller support
` [PATCH RESEND 4/7] clk: spacemit: define existing syscon resets
` [PATCH RESEND 5/7] clk: spacemit: make clocks optional
` [PATCH RESEND 6/7] clk: spacemit: define new syscons with only resets
` [PATCH RESEND 7/7] riscv: dts: spacemit: add reset support for the K1 SoC

[PATCH v7 00/11] Add support for RaspberryPi RP1 PCI device using a DT overlay
 2025-03-23 11:56 UTC  (8+ messages)
` [PATCH v7 08/11] misc: rp1: RaspberryPi RP1 misc driver

[PATCH v8 00/13] Add support for RaspberryPi RP1 PCI device using a DT overlay
 2025-03-23 11:49 UTC  (16+ messages)
` [PATCH v8 01/13] dt-bindings: clock: Add RaspberryPi RP1 clock bindings
` [PATCH v8 02/13] dt-bindings: pinctrl: Add RaspberryPi RP1 gpio/pinctrl/pinmux bindings
` [PATCH v8 03/13] dt-bindings: pci: Add common schema for devices accessible through PCI BARs
` [PATCH v8 04/13] dt-bindings: misc: Add device specific bindings for RaspberryPi RP1
` [PATCH v8 05/13] clk: rp1: Add support for clocks provided by RP1
` [PATCH v8 06/13] pinctrl: rp1: Implement RaspberryPi RP1 gpio support
` [PATCH v8 07/13] arm64: dts: rp1: Add support for RaspberryPi's RP1 device
` [PATCH v8 08/13] misc: rp1: RaspberryPi RP1 misc driver
` [PATCH v8 09/13] arm64: dts: Add board DTS for Rpi5 which includes RP1 node
` [PATCH v8 10/13] arm64: dts: Add overlay for RP1 device
` [PATCH v8 11/13] arm64: dts: bcm2712: Add external clock for RP1 chipset on Rpi5
` [PATCH v8 12/13] arm64: defconfig: Enable RP1 misc/clock/gpio drivers
` [PATCH v8 13/13] arm64: defconfig: Enable OF_OVERLAY option

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

[GIT PULL] Qualcomm clock updates for v6.15
 2025-03-22 13:34 UTC 

[PATCH RESEND v5 0/3] riscv: canaan: Add support for K230-Canmv clock
 2025-03-22  7:33 UTC  (6+ messages)
` [PATCH RESEND v5 1/3] dt-bindings: clock: Add bindings for Canaan K230 clock controller
` [PATCH RESEND v5 2/3] clk: canaan: Add clock driver for Canaan K230
` [PATCH RESEND v5 3/3] riscv: dts: canaan: Add clock definition for K230

[PATCH v2 00/11] airoha: en7581: clk cleanup + USB support
 2025-03-21 22:37 UTC  (16+ messages)
` [PATCH v2 01/11] clk: en7523: convert driver to regmap API
` [PATCH v2 02/11] clk: en7523: generalize register clocks function
` [PATCH v2 03/11] dt-bindings: clock: en7523: add Documentation for Airoha AN7581 SCU SSR
` [PATCH v2 04/11] soc: airoha: add support for configuring SCU SSR Serdes port
` [PATCH v2 05/11] clk: en7523: define and register SoC SCU SSR driver for EN7581
` [PATCH v2 06/11] soc: airoha: scu-ssr: expose API to read current Serdes Port mode
` [PATCH v2 07/11] dt-bindings: phy: Add documentation for Airoha AN7581 USB PHY
` [PATCH v2 08/11] phy: move Airoha PCIe PHY driver to dedicated directory
` [PATCH v2 09/11] phy: airoha: Add support for Airoha AN7581 USB PHY
` [PATCH v2 10/11] usb: host: add ARCH_AIROHA in XHCI MTK dependency
` [PATCH v2 11/11] arm64: dts: airoha: en7581: add USB nodes

[PATCH v1 0/3] clk: tegra: add DFLL support for Tegra 4
 2025-03-21 20:50 UTC  (5+ messages)
` [PATCH v1 1/3] drivers: cpufreq: add Tegra 4 support
` [PATCH v1 2/3] drivers: clk: tegra: add DFLL support for Tegra 4
` [PATCH v1 3/3] ARM: tegra: Add DFLL clock support on "

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

[RFC PATCH v2 0/9] Redo PolarFire SoC's mailbox/clock devicestrees and related code
 2025-03-21 17:22 UTC  (10+ messages)
` [RFC PATCH v2 1/9] dt-bindings: mfd: syscon document the control-scb syscon on PolarFire SoC
` [RFC PATCH v2 2/9] dt-bindings: soc: microchip: document the simple-mfd "
` [RFC PATCH v2 3/9] soc: microchip: add mfd drivers for two syscon regions "
` [RFC PATCH v2 4/9] reset: mpfs: add non-auxiliary bus probing
` [RFC PATCH v2 5/9] dt-bindings: clk: microchip: mpfs: remove first reg region
` [RFC PATCH v2 6/9] riscv: dts: microchip: fix mailbox description
` [RFC PATCH v2 7/9] riscv: dts: microchip: convert clock and reset to use syscon
` [RFC PATCH v2 8/9] clk: divider, gate: create regmap-backed copies of gate and divider clocks
` [RFC PATCH v2 9/9] clk: microchip: mpfs: use regmap clock types

[PATCH 0/3] Add video clock controller for SM6350
 2025-03-21 16:23 UTC  (9+ messages)
` [PATCH 1/3] dt-bindings: clock: add SM6350 QCOM video clock bindings
` [PATCH 2/3] clk: qcom: Add video clock controller driver for SM6350
` [PATCH 3/3] arm64: dts: qcom: sm6350: Add video clock controller

[PATCH 0/3] clk: amlogic: drop clk_regmap tables
 2025-03-21 15:55 UTC  (13+ messages)
` [PATCH 2/3] "

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

[PATCH 0/4] Add CMN PLL clock controller support for IPQ5424
 2025-03-21 12:49 UTC  (5+ 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 3/4] arm64: dts: ipq5424: Add CMN PLL node
` [PATCH 4/4] arm64: dts: qcom: Update IPQ5424 xo_board to use fixed factor clock

[PATCH v6 00/18] Add support for RZ/G3E CANFD
 2025-03-21  9:09 UTC  (2+ messages)

[PATCH v5] clk: qcom: Add support for Camera Clock Controller on QCS8300
 2025-03-21  3:56 UTC 

[PATCH 0/7] clk: spacemit: add K1 reset support
 2025-03-21  0:16 UTC  (11+ messages)
` [PATCH 1/7] dt-bindings: soc: spacemit: define spacemit,k1-ccu resets
` [PATCH 2/7] clk: spacemit: define struct k1_ccu_data
` [PATCH 3/7] clk: spacemit: add reset controller support
` [PATCH 4/7] clk: spacemit: define existing syscon resets
` [PATCH 5/7] clk: spacemit: make clocks optional
` [PATCH 6/7] clk: spacemit: define new syscons with only resets
` [PATCH 7/7] riscv: dts: spacemit: add reset support for the K1 SoC

[PATCH v2 0/8] clk: qcom: Add support to attach multiple power domains in cc probe
 2025-03-20 16:29 UTC  (4+ messages)
` [PATCH v2 2/8] clk: qcom: common: Add support to configure PLL

[PATCH v4 0/6] Add support for S4 audio
 2025-03-20 10:05 UTC  (29+ messages)
` [PATCH v4 1/6] dt-bindings: clock: meson: Add audio power domain for s4 soc
` [PATCH v4 2/6] dt-bindings: clock: axg-audio: Add mclk and sclk pad clock ids
` [PATCH v4 3/6] dt-bindings: Asoc: axg-audio: Add s4 audio tocodec
` [PATCH v4 4/6] ASoC: meson: g12a-toacodec: Add s4 tocodec driver
` [PATCH v4 5/6] clk: meson: axg-audio: Add the mclk pad div for s4 chip
` [PATCH v4 6/6] arm64: dts: amlogic: Add Amlogic S4 Audio

[PATCH] clk: renesas: rzv2h-cpg: Fix a typo
 2025-03-20  9:31 UTC 

[PATCH 0/2] AT91 Clock Adjustments
 2025-03-19 17:50 UTC  (5+ messages)

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

[PATCH v12 0/6] Add NSS clock controller support for IPQ9574
 2025-03-19  9:10 UTC  (6+ messages)
` [PATCH v12 4/6] clk: qcom: Add NSS clock Controller driver "
` (subset) [PATCH v12 0/6] Add NSS clock controller support "

[PATCH v4 0/8] clk: bcm: kona: Add bus clock support, bus clocks for BCM21664/BCM281xx
 2025-03-19  8:39 UTC  (10+ messages)
` [PATCH v4 1/8] clk: bcm: kona: Move CLOCK_COUNT defines into the driver
` [PATCH v4 2/8] dt-bindings: clock: brcm,kona-ccu: Drop CLOCK_COUNT defines from DT headers
` [PATCH v4 3/8] dt-bindings: clock: brcm,kona-ccu: Add BCM21664 and BCM281xx bus clocks
` [PATCH v4 4/8] clk: bcm: kona: Add support for "
` [PATCH v4 5/8] clk: bcm21664: Add corresponding bus clocks for peripheral clocks
` [PATCH v4 6/8] clk: bcm281xx: "
` [PATCH v4 7/8] ARM: dts: bcm2166x-common: Add matching "
` [PATCH v4 8/8] ARM: dts: bcm11351: Add corresponding "

[PATCH 00/13] airoha: en7581: clk cleanup + USB support
 2025-03-19  7:39 UTC  (7+ messages)
` [PATCH 09/13] dt-bindings: phy: Add documentation for Airoha AN7581 USB PHY

[GIT PULL]: clk: meson: amlogic clock updates for v6.15
 2025-03-18 22:30 UTC  (2+ messages)

[PATCH v4 0/2] Use APIs in gdsc genpd to switch gdsc mode for venus v4 core
 2025-03-18 22:11 UTC  (6+ messages)
` [PATCH v4 1/2] venus: pm_helpers: add compatibility for dev_pm_genpd_set_hwmode on V4
` [PATCH v4 2/2] clk: qcom: videocc: Use HW_CTRL_TRIGGER flag for video GDSC's

[PATCH] clk: rockchip: rk3568: Add PLL rate for 33.3MHz
 2025-03-18 18:18 UTC 

[PATCH v5 net-next 0/1 ] net: phy: air_en8811h: Add clk provider for CKO pin
 2025-03-18 14:39 UTC  (4+ messages)
` [PATCH v5 net-next PATCH 1/1] "

[PATCH RESEND v2 0/6] RK3576 OTP support
 2025-03-18  9:15 UTC  (3+ messages)
` (subset) "

[PATCH 0/3] clk: renesas: rzv2h: Fixes and improvements
 2025-03-18  8:21 UTC  (7+ messages)
` [PATCH 1/3] dt-bindings: clock: renesas: Fix description section
` [PATCH 2/3] clk: renesas: rzv2h: Improve rzv2h_ddiv_set_rate()
` [PATCH 3/3] clk: renesas: rzv2h: Simplify rzv2h_cpg_assert()/rzv2h_cpg_deassert()

[PATCH v28 0/3] Introduce Nuvoton Arbel NPCM8XX BMC SoC
 2025-03-18  6:33 UTC  (6+ messages)
` [PATCH v28 2/3] reset: npcm: register npcm8xx clock auxiliary bus device

[PATCH V4 0/2] rust: Add basic clock abstractions
 2025-03-18  5:57 UTC  (3+ messages)
` [PATCH V4 1/2] rust: Add clk helpers
` [PATCH V4 2/2] rust: Add initial clk abstractions

[PATCH v4 net-next 0/1 ] net: phy: air_en8811h: Add clk provider for CKO pin
 2025-03-17 18:37 UTC  (3+ messages)
` [PATCH v4 net-next PATCH 1/1] "

[PATCH 0/7] Add CPU frequency scaling support for MSM8226
 2025-03-17 17:04 UTC  (3+ messages)
` [PATCH 1/7] dt-bindings: mailbox: qcom: add compatible for MSM8226 SoC

[PATCH v2 0/6] clk: clk-axi-clkgen: improvements and some fixes
 2025-03-17 16:47 UTC  (4+ messages)
` [PATCH v2 6/6] clk: clk-axi-clkgen: fix coding style issues

[PATCH v4 0/6] Initial support of MSM8937 and Xiaomi Redmi 3S
 2025-03-17 15:18 UTC  (9+ messages)
` [PATCH v4 1/6] dt-bindings: clock: qcom: Add MSM8937 Global Clock Controller
` [PATCH v4 3/6] dt-bindings: drm/msm/gpu: Document AON clock for A505/A506/A510

[PATCH v5 00/16] Add support for RZ/G3E CANFD
 2025-03-17 12:35 UTC 


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