linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-11-09 00:16:12 to 2024-11-14 20:27:02 UTC [more...]

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

[PATCH v5 0/3] Add A1 Soc audio clock controller driver
 2024-11-14 20:13 UTC  (5+ messages)
` [PATCH v5 1/3] clk: meson: axg: share the set of audio helper macros
` [PATCH v5 2/3] dt-bindings: clock: axg-audio: document A1 SoC audio clock controller driver
` [PATCH v5 3/3] clk: meson: a1: add the "

[PATCH] clk:sophgo:clk-cv18xx-pll: fix unitialized u32 variable
 2024-11-14 20:04 UTC  (3+ messages)

[RFC PATCH 0/3] Make several simplification of axg-audio driver
 2024-11-14 16:29 UTC  (4+ messages)
` [RFC PATCH 1/3] clk: amlogic: axg-audio: use dev_err_probe()
` [RFC PATCH 2/3] clk: amlogic: axg-audio: synchronize *_audio_hw_clks and *_clk_regmaps arrays
` [RFC PATCH 3/3] clk: amlogic: axg-audio: get the rid of *_clk_regmaps

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

[PATCH v2 00/14] Add support for RaspberryPi RP1 PCI device using a DT overlay
 2024-11-14 15:41 UTC  (4+ messages)
` [PATCH v2 08/14] clk: rp1: Add support for clocks provided by RP1

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

[PATCH] clk: davinci: Add NULL check in davinci_lpsc_clk_register
 2024-11-14 14:18 UTC  (2+ messages)

[PATCH] clk: clk-apple-nco: Add NULL check in applnco_probe
 2024-11-14 11:14 UTC  (2+ messages)

[PATCH] clk: qcom: gcc-sdm845: Do not use shared clk_ops for QUPs
 2024-11-14 11:08 UTC 

[PATCH v2 0/8] Add support for the rest of Renesas RZ/G3S serial interfaces
 2024-11-14  8:11 UTC  (8+ messages)
` [PATCH v2 2/8] serial: sh-sci: Check if TX data was written to device in .tx_empty()

[PATCH v4] dt-bindings: clock: actions,owl-cmu: convert to YAML
 2024-11-14  7:26 UTC 

[PATCH v7 0/7] Add ITE IT6263 LVDS to HDMI converter support
 2024-11-14  6:57 UTC  (8+ messages)
` [PATCH v7 1/7] arm64: dts: imx8mp-skov-revb-mi1010ait-1cp1: Set "media_disp2_pix" clock rate to 70MHz
` [PATCH v7 2/7] Revert "clk: imx: clk-imx8mp: Allow media_disp pixel clock reconfigure parent rate"
` [PATCH v7 3/7] drm/bridge: fsl-ldb: Get the next non-panel bridge
` [PATCH v7 4/7] drm/bridge: fsl-ldb: Use clk_round_rate() to validate "ldb" clock rate
` [PATCH v7 5/7] drm/bridge: fsl-ldb: Use clk_round_rate() to validate "pix" "
` [PATCH v7 6/7] arm64: dts: imx8mp-evk: Add NXP LVDS to HDMI adapter cards
` [PATCH v7 7/7] arm64: defconfig: Enable ITE IT6263 driver

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

[PATCH] clk:sophgo: Remove uninitialized variable for CV1800 PLL
 2024-11-13 23:44 UTC  (2+ messages)

[PATCH] clk: imx: clk-imx8mp: Allow media_disp pixel clock reconfigure parent rate
 2024-11-13 21:19 UTC  (5+ messages)

[PATCH] clk: zynqmp: Work around broken DT GPU node
 2024-11-13 19:55 UTC  (7+ messages)

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

[PATCH] clk:sophgo:clk-cv18xx-pll: Remove uninitialized u32 parameter and variable
 2024-11-13 10:32 UTC  (4+ messages)

[PATCH] clk: imx: pll14xx: Extend dynamic rates support to PLL1416x
 2024-11-13  9:43 UTC  (5+ messages)

[PATCH v3] clk: meson: Fix the determine rate error in clk_regmap_divider_ro_ops
 2024-11-13  9:36 UTC 

[PATCH v2] clk: meson: Fix the determine rate error in clk_regmap_divider_ro_ops
 2024-11-13  8:36 UTC  (5+ messages)

[PATCH] clk:sophgo:clk-cv18xx-pll: Remove uninitialized u32 parameter and variable
 2024-11-13  2:59 UTC 

[PATCH] clk:sophgo:clk-cv18xx-pll
 2024-11-13  1:16 UTC  (3+ messages)

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

[PATCH RESEND v2 0/7] clk: en7523: Update register mapping for EN7581
 2024-11-12 16:41 UTC  (9+ 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 v2 1/4] arm64: lan969x: Add support for Microchip LAN969x SoC
 2024-11-12 14:38 UTC  (3+ messages)
` [PATCH v2 3/4] mfd: at91-usart: make it selectable for ARCH_LAN969X

[PATCH] clk: meson: Fix children of ro_clk may be tampered with
 2024-11-12 11:15 UTC  (4+ messages)

[PATCH v6 0/7] Add ITE IT6263 LVDS to HDMI converter support
 2024-11-12 10:22 UTC  (9+ messages)
` [PATCH v6 1/7] arm64: dts: imx8mp-skov-revb-mi1010ait-1cp1: Set "media_disp2_pix" clock rate to 70MHz
` [PATCH v6 2/7] Revert "clk: imx: clk-imx8mp: Allow media_disp pixel clock reconfigure parent rate"
` [PATCH v6 3/7] drm/bridge: fsl-ldb: Get the next non-panel bridge
` [PATCH v6 4/7] drm/bridge: fsl-ldb: Use clk_round_rate() to validate "ldb" clock rate
` [PATCH v6 5/7] drm/bridge: fsl-ldb: Use clk_round_rate() to validate "pix" "
` [PATCH v6 6/7] arm64: dts: imx8mp-evk: Add NXP LVDS to HDMI adapter cards
` [PATCH v6 7/7] arm64: defconfig: Enable ITE IT6263 driver

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

[PATCH] clk: imx: pll14xx: Add 208 MHz and 416 MHz entries for PLL1416x
 2024-11-12  9:33 UTC  (2+ messages)

[PATCH] clk: amlogic: axg-audio: fix Kconfig dependency on RESET_MESON_AUX
 2024-11-12  9:25 UTC  (2+ messages)

[PATCH v2 00/25] Add audio support for the Renesas RZ/G3S SoC
 2024-11-12  9:21 UTC  (24+ 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 24/25] arm64: dts: renesas: rzg3s-smarc: Enable SSI3

clk_imx8mp_audiomix_runtime_resume Kernel panic regression on v6.12
 2024-11-12  9:20 UTC  (3+ messages)

[PATCH v2 0/3] clk: Fix issues related to CLK_IGNORE_UNUSED failures and amlogic glitch free mux
 2024-11-12  8:41 UTC  (7+ 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] clk: imx8mp: Fix clkout1/2 support
 2024-11-12  8:39 UTC  (2+ messages)

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

[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 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 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)

[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  (4+ messages)
` [PATCH v3 10/11] clk: qcom: videocc-qcs615: Add QCS615 video clock controller driver


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).