public inbox for linux-clk@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-07 11:57:42 to 2024-11-12 08:32:56 UTC [more...]

[PATCH v2 0/3] clk: Fix issues related to CLK_IGNORE_UNUSED failures and amlogic glitch free mux
 2024-11-12  8:32 UTC  (5+ messages)
` [PATCH v2 1/3] clk: Fix the CLK_IGNORE_UNUSED failure issue
` [PATCH v2 2/3] clk: meson: Fix failure of glitch-free mux switching
` [PATCH v2 3/3] clk: meson: Fix glitch occurs when setting up glitch-free mux

[PATCH v2 00/25] Add audio support for the Renesas RZ/G3S SoC
 2024-11-12  8:31 UTC  (39+ messages)
` [PATCH v2 01/25] clk: renesas: r9a08g045-cpg: Add clocks, resets and power domains support for SSI
` [PATCH v2 02/25] clk: versaclock3: Prepare for the addition of 5L35023 device
` [PATCH v2 03/25] dt-bindings: clock: versaclock3: Document 5L35023 Versa3 clock generator
` [PATCH v2 04/25] clk: versaclock3: Add support for the 5L35023 variant
` [PATCH v2 05/25] pinctrl: renesas: rzg2l: Add audio clock pins
` [PATCH v2 06/25] ASoC: sh: rz-ssi: Terminate all the DMA transactions
` [PATCH v2 07/25] ASoC: sh: rz-ssi: Use only the proper amount of dividers
` [PATCH v2 08/25] ASoC: sh: rz-ssi: Fix typo on SSI_RATES macro comment
` [PATCH v2 09/25] ASoC: sh: rz-ssi: Remove pdev member of struct rz_ssi_priv
` [PATCH v2 10/25] ASoC: sh: rz-ssi: Remove the rz_ssi_get_dai() function
` [PATCH v2 11/25] ASoC: sh: rz-ssi: Remove the first argument of rz_ssi_stream_is_play()
` [PATCH v2 12/25] ASoC: sh: rz-ssi: Use readl_poll_timeout_atomic()
` [PATCH v2 13/25] ASoC: sh: rz-ssi: Use temporary variable for struct device
` [PATCH v2 14/25] ASoC: sh: rz-ssi: Use goto label names that specify their actions
` [PATCH v2 15/25] ASoC: sh: rz-ssi: Rely on the ASoC subsystem to runtime resume/suspend the SSI
` [PATCH v2 16/25] ASoC: sh: rz-ssi: Enable runtime PM autosuspend support
` [PATCH v2 17/25] ASoC: sh: rz-ssi: Add runtime PM support
` [PATCH v2 18/25] ASoC: sh: rz-ssi: Issue software reset in hw_params API
` [PATCH v2 19/25] ASoC: sh: rz-ssi: Add suspend to RAM support
` [PATCH v2 20/25] ASoC: dt-bindings: renesas,rz-ssi: Document the Renesas RZ/G3S SoC
` [PATCH v2 21/25] arm64: dts: renesas: r9a08g045: Add SSI nodes
` [PATCH v2 22/25] arm64: dts: renesas: rzg3s-smarc-som: Add versa3 clock generator node
` [PATCH v2 23/25] arm64: dts: renesas: Add da7212 audio codec node
` [PATCH v2 24/25] arm64: dts: renesas: rzg3s-smarc: Enable SSI3
` [PATCH v2 25/25] arm64: dts: renesas: rzg3s-smarc: Add sound card

clk_imx8mp_audiomix_runtime_resume Kernel panic regression on v6.12
 2024-11-12  7:59 UTC  (2+ messages)

[PATCH v3] dt-bindings: clock: actions,owl-cmu: convert to YAML
 2024-11-12  6:47 UTC  (6+ messages)

[PATCH] clk: imx: pll14xx: Extend dynamic rates support to PLL1416x
 2024-11-12  3:26 UTC  (2+ messages)

[PATCH] clk: imx: pll14xx: Add 208 MHz and 416 MHz entries for PLL1416x
 2024-11-12  1:37 UTC 

[PATCH] clk: imx8mp: Fix clkout1/2 support
 2024-11-12  1:36 UTC 

[PATCH v2 0/7] clks: qcom: Introduce clks for SM8750
 2024-11-12  0:28 UTC  (8+ messages)
` [PATCH v2 1/7] dt-bindings: clock: qcom-rpmhcc: Add RPMHCC "
` [PATCH v2 2/7] clk: qcom: rpmh: Add support for SM8750 rpmh clocks
` [PATCH v2 3/7] clk: qcom: clk-alpha-pll: Add support for controlling Taycan PLLs
` [PATCH v2 4/7] dt-bindings: clock: qcom: Add SM8750 GCC
` [PATCH v2 5/7] clk: qcom: Add support for GCC clock controller on SM8750
` [PATCH v2 6/7] dt-bindings: clock: qcom: Document the SM8750 TCSR Clock Controller
` [PATCH v2 7/7] clk: qcom: Add TCSR clock driver for SM8750

[PATCH RESEND v2 0/7] clk: en7523: Update register mapping for EN7581
 2024-11-12  0:08 UTC  (8+ messages)
` [PATCH RESEND v2 1/7] dt-bindings: clock: airoha: Update reg mapping for EN7581 SoC
` [PATCH RESEND v2 2/7] clk: en7523: remove REG_PCIE*_{MEM,MEM_MASK} configuration
` [PATCH RESEND v2 3/7] clk: en7523: move clock_register in hw_init callback
` [PATCH RESEND v2 4/7] clk: en7523: introduce chip_scu regmap
` [PATCH RESEND v2 5/7] clk: en7523: fix estimation of fixed rate for EN7581
` [PATCH RESEND v2 6/7] clk: en7523: move en7581_reset_register() in en7581_clk_hw_init()
` [PATCH RESEND v2 7/7] clk: en7523: map io region in a single block

[PATCH 0/7] clk: sunxi-ng: add A523 clock support
 2024-11-11 20:32 UTC  (10+ messages)
` [PATCH 1/7] clk: sunxi-ng: mp: Add SUNXI_CCU_P_DATA_WITH_MUX_GATE wrapper
` [PATCH 2/7] clk: sunxi-ng: mp: introduce dual-divider clock
` [PATCH 3/7] clk: sunxi-ng: mp: provide wrapper for setting feature flags
` [PATCH 4/7] dt-bindings: clk: sunxi-ng: add compatible for the A523 CCU
` [PATCH 5/7] dt-bindings: clk: sunxi-ng: add compatible for the A523 PRCM-CCU
` [PATCH 6/7] clk: sunxi-ng: Add support for the A523/T527 CCU
` [PATCH 7/7] clk: sunxi-ng: add support for the A523/T527 PRCM CCU

[PATCH v2] dt-bindings: clock: ti: Convert mux.txt to json-schema
 2024-11-11 20:30 UTC  (2+ messages)

[PATCH] clk: zynqmp: Work around broken DT GPU node
 2024-11-11 16:25 UTC  (3+ messages)

[PATCH v3 0/8] Support spread spectrum clocking for i.MX8{M,N,P} PLLs
 2024-11-11 13:45 UTC  (15+ messages)
` [PATCH v3 1/8] dt-bindings: clock: imx8m-clock: support spread spectrum clocking

[PATCH v2] soc: qcom: Rework BCM_TCS_CMD macro
 2024-11-11 13:05 UTC  (7+ messages)

[PATCH] clk: qcom: remove unused data from gcc-ipq5424.c
 2024-11-11 12:41 UTC  (2+ messages)

[PATCH] clk: amlogic: axg-audio: fix Kconfig dependency on RESET_MESON_AUX
 2024-11-11 10:29 UTC 

[PATCH] clk: meson: Fix children of ro_clk may be tampered with
 2024-11-11  9:37 UTC 

[PATCH v8 0/5] Add support for PCIe3 on x1e80100
 2024-11-11  3:44 UTC  (5+ messages)
` [PATCH v8 5/5] arm64: dts: qcom: x1e80100: "

[PATCH v2 0/3] clk: imx93: Add IMX93_CLK_SPDIF_IPG clock
 2024-11-11  3:11 UTC  (6+ messages)
` [PATCH v2 1/3] dt-bindings: clock: imx93: Add SPDIF IPG clk
` [PATCH v2 2/3] clk: imx93: Add IMX93_CLK_SPDIF_IPG clock
` [PATCH v2 3/3] arm64: dts: imx93: Use IMX93_CLK_SPDIF_IPG as SPDIF IPG clock

[GIT PULL] clk fixes for v6.12-rc6
 2024-11-10 22:19 UTC  (2+ messages)

[PATCH v6 0/9] Add RTC support for the Renesas RZ/G3S SoC
 2024-11-10 22:03 UTC  (3+ messages)
` [PATCH v6 4/9] rtc: renesas-rtca3: Fix compilation error on RISC-V
  ` (subset) "

[PATCH v2 0/2] clk: qcom: Add support for GCC on QCS8300
 2024-11-10 17:42 UTC  (2+ messages)
` (subset) "

[RFC PATCH] clk: sunxi-ng: h616: Reparent CPU clock during frequency changes
 2024-11-10 12:33 UTC  (5+ messages)

[PATCH] clk: sunxi-ng: a100: enable MMC clock reparenting
 2024-11-10 12:23 UTC  (4+ messages)

[PATCH v2 00/13] sunxi: A100/A133 second stage support
 2024-11-10  9:25 UTC  (2+ messages)
` (subset) "

[PATCH v3 00/11] Add support for videocc, camcc, dispcc and gpucc on Qualcomm QCS615 platform
 2024-11-09 17:22 UTC  (21+ messages)
` [PATCH v3 01/11] clk: qcom: Update the support for alpha mode configuration
` [PATCH v3 02/11] clk: qcom: clk-alpha-pll: Add support for dynamic update for slewing PLLs
` [PATCH v3 03/11] dt-bindings: clock: Add Qualcomm QCS615 Camera clock controller
` [PATCH v3 04/11] clk: qcom: camcc-qcs615: Add QCS615 camera clock controller driver
` [PATCH v3 05/11] dt-bindings: clock: Add Qualcomm QCS615 Display clock controller
` [PATCH v3 06/11] clk: qcom: dispcc-qcs615: Add QCS615 display clock controller driver
` [PATCH v3 07/11] dt-bindings: clock: Add Qualcomm QCS615 Graphics clock controller
` [PATCH v3 08/11] clk: qcom: gpucc-qcs615: Add QCS615 graphics clock controller driver
` [PATCH v3 09/11] dt-bindings: clock: Add Qualcomm QCS615 Video clock controller
` [PATCH v3 10/11] clk: qcom: videocc-qcs615: Add QCS615 video clock controller driver
` [PATCH v3 11/11] arm64: defconfig: Enable QCS615 clock controllers

[PATCH 0/2] Preserve the flags portion on 1:1 dma-ranges mapping
 2024-11-08 16:56 UTC  (4+ messages)
` [PATCH 1/2] of/unittest: Add empty dma-ranges address translation tests
` [PATCH 2/2] of: address: Preserve the flags portion on 1:1 dma-ranges mapping

[PATCH] dt-bindings: clock: ti: Convert mux.txt to json-schema
 2024-11-08 15:15 UTC  (6+ messages)

[PATCH v2 1/4] arm64: lan969x: Add support for Microchip LAN969x SoC
 2024-11-08 13:57 UTC  (4+ messages)
` [PATCH v2 2/4] clk: lan966x: make it selectable for ARCH_LAN969X
` [PATCH v2 3/4] mfd: at91-usart: "
` [PATCH v2 4/4] tty: serial: atmel: "

[PATCH 1/3] clk: lan966x: make it selectable for ARCH_LAN969X
 2024-11-08 13:52 UTC  (7+ messages)
` [PATCH 2/3] mfd: at91-usart: "
` [PATCH 3/3] tty: serial: atmel: "

[RESEND PATCH] clk: socfpga: arria10: Optimize local variables in clk_pll_recalc_rate()
 2024-11-08 13:15 UTC  (2+ messages)

[PATCH 0/2] clk: Fix issues related to CLK_IGNORE_UNUSED failures and amlogic glitch free mux
 2024-11-08 13:02 UTC  (4+ messages)
` [PATCH 1/2] clk: Fix the CLK_IGNORE_UNUSED failure issue

[PATCH v2 0/8] Add support for the rest of Renesas RZ/G3S serial interfaces
 2024-11-08 12:19 UTC  (11+ messages)
` [PATCH v2 1/8] clk: renesas: r9a08g045: Add clock, reset and power domain for the remaining SCIFs
` [PATCH v2 2/8] serial: sh-sci: Check if TX data was written to device in .tx_empty()
` [PATCH v2 3/8] serial: sh-sci: Update the suspend/resume support
` [PATCH v2 4/8] arm64: dts: renesas: r9a08g045: Add the remaining SCIF interfaces
` [PATCH v2 5/8] arm64: dts: renesas: rzg3s-smarc: Fix the debug serial alias
` [PATCH v2 6/8] arm64: dts: renesas: rzg3s-smarc-switches: Add a header to describe different switches
` [PATCH v2 7/8] arm64: dts: renesas: rzg3s-smarc: Enable SCIF3
` [PATCH v2 8/8] arm64: dts: renesas: r9a08g045s33-smarc-pmod: Add overlay for SCIF1

[PATCH 0/2] clk: Fix issues related to CLK_IGNORE_UNUSED failures and amlogic glitch free mux
 2024-11-08 11:49 UTC  (7+ messages)
` [RFC PATCH] clk: core: refine disable unused clocks

[PATCH] PCI: of_property: Assign PCI instead of CPU bus address to dynamic PCI nodes
 2024-11-08 10:14 UTC  (3+ messages)

[PATCH RESEND v13 00/12] Initial Marvell PXA1908 support
 2024-11-08  8:32 UTC  (5+ messages)
` [PATCH RESEND v13 02/12] dt-bindings: pinctrl: pinctrl-single: add marvell,pxa1908-padconf compatible
` [PATCH RESEND v13 03/12] pinctrl: single: "

[PATCH v2 00/11] Add support for videocc, camcc, dispcc and gpucc on Qualcomm QCS615 platform
 2024-11-08  4:00 UTC  (4+ messages)
` [PATCH v2 04/11] clk: qcom: camcc-qcs615: Add QCS615 camera clock controller driver

[PATCH 0/3] clk: imx93: Add IMX93_CLK_SPDIF_IPG clock
 2024-11-08  2:22 UTC  (8+ messages)
` [PATCH 1/3] dt-bindings: clock: imx93: Add SPDIF IPG clk
` [PATCH 2/3] clk: imx93: Add IMX93_CLK_SPDIF_IPG clock
` [PATCH 3/3] arm64: dts: imx93: Use IMX93_CLK_SPDIF_IPG as SPDIF IPG clock

[PATCH] clk: renesas: r9a06g032: add restart handler
 2024-11-07 19:31 UTC 

[PATCH 00/16] Add initial USB support for the Renesas RZ/G3S SoC
 2024-11-07 16:22 UTC  (16+ messages)

[PATCH v2 00/10] Usable clocks on Mobileye EyeQ5 & EyeQ6H
 2024-11-07 15:51 UTC  (3+ messages)
` [PATCH v2 01/10] dt-bindings: soc: mobileye: set `#clock-cells = <1>` for all compatibles

[PATCH] clk: clk-axi-clkgen: fix division by zero in axi_clkgen_calc_params()
 2024-11-07 13:45 UTC  (2+ messages)

[PATCH 0/2] clk: qcom: gcc-{sm8550/sm8650}: Fix UFS resume from suspend issue
 2024-11-07 12:27 UTC  (5+ messages)
` [PATCH 1/2] clk: qcom: gcc-sm8550: Keep UFS PHY GDSCs ALWAYS_ON
` [PATCH 2/2] clk: qcom: gcc-sm8650: "

[PATCH v3 0/6] Add support for GPUCC, CAMCC and VIDEOCC on Qualcomm QCS8300 platform
 2024-11-07 12:25 UTC  (3+ messages)
` [PATCH v3 3/6] dt-bindings: clock: qcom: Add CAMCC clocks for QCS8300

[PATCH v3 00/12] Add support for RaspberryPi RP1 PCI device using a DT overlay
 2024-11-07 11:57 UTC  (7+ messages)
` [PATCH v3 02/12] dt-bindings: pinctrl: Add RaspberryPi RP1 gpio/pinctrl/pinmux bindings


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