linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-04 03:39:01 to 2023-05-08 02:36:39 UTC [more...]

[PATCH v4 00/68] clk: Make determine_rate mandatory for muxes
 2023-05-08  2:36 UTC  (79+ messages)
` [PATCH v4 01/68] clk: Export clk_hw_forward_rate_request()
` [PATCH v4 02/68] clk: test: Fix type sign of rounded rate variables
` [PATCH v4 03/68] clk: Move no reparent case into a separate function
` [PATCH v4 04/68] clk: Introduce clk_hw_determine_rate_no_reparent()
` [PATCH v4 05/68] clk: lan966x: Remove unused round_rate hook
` [PATCH v4 06/68] clk: nodrv: Add a determine_rate hook
` [PATCH v4 07/68] clk: test: "
` [PATCH v4 08/68] clk: actions: composite: Add a determine_rate hook for pass clk
` [PATCH v4 09/68] clk: at91: main: Add a determine_rate hook
` [PATCH v4 10/68] clk: at91: sckc: "
` [PATCH v4 11/68] clk: berlin: div: "
` [PATCH v4 12/68] clk: cdce706: "
` [PATCH v4 13/68] clk: k210: pll: "
` [PATCH v4 14/68] clk: k210: aclk: "
` [PATCH v4 15/68] clk: k210: mux: "
` [PATCH v4 16/68] clk: lmk04832: clkout: "
` [PATCH v4 17/68] clk: lochnagar: "
` [PATCH v4 18/68] clk: qoriq: "
` [PATCH v4 19/68] clk: si5341: "
` [PATCH v4 20/68] clk: stm32f4: mux: "
` [PATCH v4 21/68] clk: vc5: "
` [PATCH v4 22/68] clk: vc5: clkout: "
` [PATCH v4 23/68] clk: wm831x: "
` [PATCH v4 24/68] clk: davinci: da8xx-cfgchip: "
` [PATCH v4 25/68] "
` [PATCH v4 26/68] clk: imx: busy: "
` [PATCH v4 27/68] clk: imx: fixup-mux: "
` [PATCH v4 28/68] clk: imx: scu: "
` [PATCH v4 29/68] clk: mediatek: cpumux: "
` [PATCH v4 30/68] clk: pxa: "
` [PATCH v4 31/68] clk: renesas: r9a06g032: "
` [PATCH v4 32/68] clk: socfpga: gate: "
` [PATCH v4 33/68] clk: stm32: core: "
` [PATCH v4 34/68] clk: tegra: bpmp: "
` [PATCH v4 35/68] clk: tegra: super: "
` [PATCH v4 36/68] clk: tegra: periph: "
` [PATCH v4 37/68] clk: ux500: prcmu: "
` [PATCH v4 38/68] clk: ux500: sysctrl: "
` [PATCH v4 39/68] clk: versatile: sp810: "
` [PATCH v4 40/68] drm/tegra: sor: "
` [PATCH v4 41/68] phy: cadence: sierra: "
` [PATCH v4 42/68] phy: cadence: torrent: "
` [PATCH v4 43/68] phy: ti: am654-serdes: "
` [PATCH v4 44/68] phy: ti: j721e-wiz: "
` [PATCH v4 45/68] rtc: sun6i: "
` [PATCH v4 46/68] ASoC: tlv320aic32x4: "
` [PATCH v4 47/68] clk: actions: composite: div: Switch to determine_rate
` [PATCH v4 48/68] clk: actions: composite: fact: "
` [PATCH v4 49/68] clk: at91: smd: "
` [PATCH v4 50/68] clk: axi-clkgen: "
` [PATCH v4 51/68] clk: cdce706: divider: "
` [PATCH v4 52/68] clk: cdce706: clkout: "
` [PATCH v4 53/68] clk: si5341: "
` [PATCH v4 54/68] clk: si5351: pll: "
` [PATCH v4 55/68] clk: si5351: msynth: "
` [PATCH v4 56/68] clk: si5351: clkout: "
` [PATCH v4 57/68] clk: da8xx: clk48: "
` [PATCH v4 58/68] clk: imx: scu: "
` [PATCH v4 59/68] clk: ingenic: cgu: "
` [PATCH v4 60/68] clk: ingenic: tcu: "
` [PATCH v4 61/68] clk: sprd: composite: "
` [PATCH v4 62/68] clk: st: flexgen: "
` [PATCH v4 63/68] clk: stm32: composite: "
` [PATCH v4 64/68] clk: tegra: periph: "
` [PATCH v4 65/68] clk: tegra: super: "
` [PATCH v4 66/68] ASoC: tlv320aic32x4: pll: "
` [PATCH v4 67/68] ASoC: tlv320aic32x4: div: "
` [PATCH v4 68/68] clk: Forbid to register a mux without determine_rate

[GIT PULL] clk changes for the merge window
 2023-05-07 18:12 UTC  (2+ messages)

[PATCH 1/2] clk: qcom: mmcc-msm8974: use clk_rcg2_shared_ops for mdp_clk_src clock
 2023-05-07 17:53 UTC  (2+ messages)
` [PATCH 2/2] clk: qcom: mmcc-msm8974: fix MDSS_GDSC power flags

[PATCH 1/2] clk: vc5: Use device_get_match_data() instead of of_device_get_match_data()
 2023-05-07 13:41 UTC  (2+ messages)
` [PATCH 2/2] clk: vc7: "

[PATCH 1/3] clk: vc5: Fix .driver_data content in i2c_device_id
 2023-05-07 13:39 UTC  (3+ messages)
` [PATCH 2/3] clk: vc7: "
` [PATCH 3/3] clk: rs9: "

[PATCH v7 00/22] Basic clock, reset & device tree support for StarFive JH7110 RISC-V SoC
 2023-05-07 10:03 UTC  (3+ messages)
` [PATCH v7 19/22] riscv: dts: starfive: Add initial StarFive JH7110 device tree

[PATCH RFC v6 2/6] dpll: Add DPLL framework base functions
 2023-05-07  7:58 UTC  (14+ messages)

[PATCH] clk: qcom: mmcc-msm8974: Add OXILICX_GDSC for msm8226
 2023-05-06 21:20 UTC 

[PATCH] clk: qcom: smd-rpm: conditionally enable scaling before doing handover
 2023-05-06 20:10 UTC 

[PATCH] clk: imx: composite-8m: Add imx8m_divider_determine_rate
 2023-05-06 19:53 UTC 

[PATCH] clk: imx: composite-8m: Add imx8m_divider_determine_rate
 2023-05-06 18:12 UTC  (3+ messages)

[RFC PATCH v7 0/8] Create common DPLL configuration API
 2023-05-06 12:42 UTC  (20+ messages)
` [RFC PATCH v7 1/8] dpll: spec: Add Netlink spec in YAML
` [RFC PATCH v7 2/8] dpll: Add DPLL framework base functions
` [RFC PATCH v7 3/8] dpll: documentation on DPLL subsystem interface
` [RFC PATCH v7 6/8] ptp_ocp: implement DPLL ops
` [RFC PATCH v7 7/8] netdev: expose DPLL pin handle for netdevice

[PATCH v10 0/9] Enable IPQ9754 USB
 2023-05-06 11:33 UTC  (20+ messages)
` [PATCH v10 1/9] dt-bindings: phy: qcom,qusb2: Document IPQ9574 compatible
` [PATCH v10 2/9] dt-bindings: phy: qcom,qmp-usb: Add IPQ9574 USB3 PHY
` [PATCH v10 3/9] dt-bindings: usb: dwc3: Add IPQ9574 compatible
` [PATCH v10 4/9] clk: qcom: gcc-ipq9574: Add USB related clocks
` [PATCH v10 5/9] phy: qcom-qusb2: add QUSB2 support for IPQ9574
` [PATCH v10 6/9] phy: qcom: qmp: Update IPQ9574 USB Phy initialization Sequence
` [PATCH v10 7/9] arm64: dts: qcom: ipq9574: Add USB related nodes
` [PATCH v10 8/9] arm64: dts: qcom: ipq9574: Add LDO regulator node
` [PATCH v10 9/9] arm64: dts: qcom: ipq9574: Enable USB

[PATCH] clk: imx: drop imx_unregister_clocks
 2023-05-06  9:08 UTC 

[PATCH 0/5] dt-bindings: clocks: at91: convert to yaml
 2023-05-05 14:07 UTC  (11+ messages)
` [PATCH 1/5] ARM: dts: at91: use clock-controller name for PMC nodes
` [PATCH 2/5] dt-bindings: clocks: atmel,at91rm9200-pmc: convert to yaml
` [PATCH 3/5] ARM: dts: at91: at91sam9n12: witch sckc to new clock bindings
` [PATCH 4/5] ARM: dts: at91: use clock-controller name for sckc nodes
` [PATCH 5/5] dt-bindings: clocks: at91sam9x5-sckc: convert to yaml

[PATCH v2 0/2] Add infra_ao reset support for MT8188 Soc
 2023-05-05 13:24 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: reset: mt8188: add thermal reset control bit
` [PATCH v2 2/2] clk: mediatek: reset: add infra_ao reset support for MT8188

[PATCH 0/2] Add infra_ao reset support for MT8188 Soc
 2023-05-05 12:32 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: reset: mt8188: add thermal reset control bit
` [PATCH 2/2] clk: mediatek: reset: add infra_ao reset support for MT8188

[PATCH 0/2] clk/mediatek: Adjustments for MSDC rate accuracy
 2023-05-05  9:37 UTC  (3+ messages)
` [PATCH 1/2] clk: mediatek: mux: Stop forcing CLK_SET_RATE_PARENT flag
` [PATCH 2/2] clk: mediatek: Remove CLK_SET_PARENT from all MSDC core clocks

[PATCH v4 0/4] drm: sun4i: set proper TCON0 DCLK rate in DSI mode
 2023-05-05  5:21 UTC  (5+ messages)
` [PATCH v4 1/4] clk: sunxi-ng: a64: force select PLL_MIPI in TCON0 mux
` [PATCH v4 2/4] ARM: dts: sunxi: rename tcon's clock output
` [PATCH v4 3/4] drm: sun4i: rename sun4i_dotclock to sun4i_tcon_dclk
` [PATCH v4 4/4] drm: sun4i: calculate proper DCLK rate for DSI

[PATCH v3 00/65] clk: Make determine_rate mandatory for muxes
 2023-05-04 17:04 UTC  (13+ messages)
` [PATCH v3 14/65] clk: lochnagar: Add a determine_rate hook
` [PATCH v3 29/65] clk: socfpga: gate: "
` [PATCH v3 43/65] ASoC: tlv320aic32x4: "

[PATCH v3 0/9] mips: ralink: add complete clock and reset driver for mtmips SoCs
 2023-05-04 14:48 UTC  (2+ messages)

[PATCH] clk: imx: imx93: introduce clk_bypassed module parameter
 2023-05-04 11:39 UTC  (9+ messages)

[PATCH V7 0/4] Add S4 SoC PLL and Peripheral clock controller
 2023-05-04  9:19 UTC  (17+ messages)
` [PATCH V7 2/4] dt-bindings: clock: document Amlogic S4 SoC peripherals "
` [PATCH V7 3/4] clk: meson: S4: add support for Amlogic S4 SoC PLL clock driver
  ` [PATCH V7 4/4] clk: meson: s4: add support for Amlogic S4 SoC peripheral clock controller

[PATCH 00/10] clk: qcom: convert mdm9615 to parent_hws/_data
 2023-05-04  8:00 UTC  (7+ messages)
` [PATCH 07/10] clk: qcom: gcc-mdm9615: use parent_hws/_data instead of parent_names

[PATCH v9 00/10] Introduce Nuvoton ma35d1 SoC
 2023-05-04  8:00 UTC  (16+ messages)
` [PATCH v9 01/10] arm64: Kconfig.platforms: Add config for Nuvoton MA35 platform
` [PATCH v9 02/10] arm64: defconfig: Add support for Nuvoton MA35 family SoCs
` [PATCH v9 05/10] dt-bindings: arm: Add initial bindings for Nuvoton platform
` [PATCH v9 07/10] arm64: dts: nuvoton: Add initial ma35d1 device tree
` [PATCH v9 08/10] clk: nuvoton: Add clock driver for ma35d1 clock controller
` [PATCH v9 09/10] reset: Add Nuvoton ma35d1 reset driver support
` [PATCH v9 10/10] tty: serial: Add Nuvoton ma35d1 serial "

[PATCH V3 0/3] Add video clock controller driver for SM8450
 2023-05-04  7:44 UTC  (4+ messages)
` [PATCH V3 2/3] clk: qcom: videocc-sm8450: "

[PATCH RESEND 0/3] MSM8996 Pro CBF scaling support
 2023-05-04  6:47 UTC  (3+ messages)
` [PATCH RESEND 1/3] dt-bindings: clock: qcom,msm8996-cbf: Add compatible for MSM8996 Pro

[PATCH 00/11] Add multipd remoteproc support
 2023-05-04  6:06 UTC  (4+ messages)
` [PATCH 05/11] dt-bindings: clock: qcom: gcc-ipq9574: Add Q6 gcc clock control


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