linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-11 11:56:04 to 2022-07-15 16:00:31 UTC [more...]

[PATCH v7 00/28] clk: More clock rate fixes and tests
 2022-07-15 15:59 UTC  (2+ messages)
` [PATCH v7 01/28] clk: bcm: rpi: Create helper to retrieve private data

[PATCH v6 0/4] arm: qcom: qcom-apq8064: add separate device node for tsens
 2022-07-15 15:12 UTC  (3+ messages)
` (subset) "

[PATCH v8 0/7] clk/resets: baikal-t1: Add DDR/PCIe resets and xGMAC/SATA fixes
 2022-07-15 11:51 UTC  (10+ messages)
` [PATCH v8 1/7] clk: vc5: Fix 5P49V6901 outputs disabling when enabling FOD
` [PATCH v8 2/7] clk: baikal-t1: Fix invalid xGMAC PTP clock divider
` [PATCH v8 3/7] clk: baikal-t1: Add shared xGMAC ref/ptp clocks internal parent
` [PATCH v8 4/7] clk: baikal-t1: Add SATA internal ref clock buffer
` [PATCH v8 5/7] clk: baikal-t1: Move reset-controls code into a dedicated module
` [PATCH v8 6/7] clk: baikal-t1: Add DDR/PCIe directly controlled resets support
` [PATCH v8 7/7] clk: baikal-t1: Convert to platform device driver

[PATCH v3 0/2] MediaTek Kompanio 1200 MT8195 - DisplayPort clocks fixes
 2022-07-15 10:57 UTC  (2+ messages)

[RFC PATCH 0/2] Introduce MediaTek frequency hopping driver
 2022-07-15  0:34 UTC  (9+ messages)
` [RFC PATCH 2/2] clk: mediatek: Add frequency hopping support

[RFC PATCH v2 0/3] Create common DPLL/clock configuration API
 2022-07-14 23:29 UTC  (7+ messages)
` [RFC PATCH v2 1/3] dpll: Add DPLL framework base functions
` [RFC PATCH v2 2/3] dpll: add netlink events

[PATCH] clk: qcom: gcc-sdm660: Use floor ops for SDCC1 clock
 2022-07-14 20:38 UTC 

[PATCH v8 00/16] Introduce Nuvoton Arbel NPCM8XX BMC SoC
 2022-07-14 18:23 UTC  (23+ messages)
` [PATCH v8 01/16] dt-bindings: timer: npcm: Add npcm845 compatible string
` [PATCH v8 02/16] dt-bindings: watchdog: "
` [PATCH v8 03/16] dt-binding: clk: npcm845: Add binding for Nuvoton NPCM8XX Clock
` [PATCH v8 04/16] clk: npcm8xx: add clock controller
` [PATCH v8 05/16] dt-bindings: reset: npcm: add GCR syscon property
` [PATCH v8 06/16] ARM: dts: nuvoton: add reset "
` [PATCH v8 07/16] reset: npcm: using syscon instead of device data
` [PATCH v8 08/16] dt-bindings: reset: npcm: Add support for NPCM8XX
` [PATCH v8 09/16] reset: npcm: Add NPCM8XX support
` [PATCH v8 10/16] dt-bindings: arm: npcm: Add maintainer
` [PATCH v8 11/16] dt-bindings: arm: npcm: Add nuvoton,npcm845 compatible string
` [PATCH v8 12/16] dt-bindings: arm: npcm: Add nuvoton,npcm845 GCR "
` [PATCH v8 13/16] arm64: npcm: Add support for Nuvoton NPCM8XX BMC SoC
` [PATCH v8 14/16] arm64: dts: nuvoton: Add initial NPCM8XX device tree
` [PATCH v8 15/16] arm64: dts: nuvoton: Add initial NPCM845 EVB "
` [PATCH v8 16/16] arm64: defconfig: Add Nuvoton NPCM family support

[PATCH v6 00/28] clk: More clock rate fixes and tests
 2022-07-14 17:13 UTC  (30+ messages)
` [PATCH v6 01/28] clk: bcm: rpi: Create helper to retrieve private data
` [PATCH v6 02/28] clk: bcm: rpi: Add a function to retrieve the maximum
` [PATCH v6 03/28] drm/vc4: hdmi: Rework hdmi_enable_4kp60 detection
` [PATCH v6 04/28] clk: test: Switch to clk_hw_get_clk
` [PATCH v6 05/28] clk: Drop the rate range on clk_put()
` [PATCH v6 06/28] clk: Skip clamping when rounding if there's no boundaries
` [PATCH v6 07/28] clk: Mention that .recalc_rate can return 0 on error
` [PATCH v6 08/28] clk: Clarify clk_get_rate() expectations
` [PATCH v6 09/28] clk: tests: Add test suites description
` [PATCH v6 10/28] clk: tests: Add reference to the orphan mux bug report
` [PATCH v6 11/28] clk: tests: Add tests for uncached clock
` [PATCH v6 12/28] clk: tests: Add tests for single parent mux
` [PATCH v6 13/28] clk: tests: Add tests for mux with multiple parents
` [PATCH v6 14/28] clk: tests: Add some tests for orphan "
` [PATCH v6 15/28] clk: Take into account uncached clocks in clk_set_rate_range()
` [PATCH v6 16/28] clk: Set req_rate on reparenting
` [PATCH v6 17/28] clk: Change clk_core_init_rate_req prototype
` [PATCH v6 18/28] clk: Move clk_core_init_rate_req() from clk_core_round_rate_nolock() to its caller
` [PATCH v6 19/28] clk: Introduce clk_hw_init_rate_request()
` [PATCH v6 20/28] clk: Add our request boundaries in clk_core_init_rate_req
` [PATCH v6 21/28] clk: Switch from __clk_determine_rate to clk_core_round_rate_nolock
` [PATCH v6 22/28] clk: Introduce clk_core_has_parent()
` [PATCH v6 23/28] clk: Constify clk_has_parent()
` [PATCH v6 24/28] clk: Stop forwarding clk_rate_requests to the parent
` [PATCH v6 25/28] clk: Zero the clk_rate_request structure
` [PATCH v6 26/28] clk: Introduce the clk_hw_get_rate_range function
` [PATCH v6 27/28] clk: qcom: clk-rcg2: Take clock boundaries into consideration for gfx3d
` [PATCH v6 28/28] clk: tests: Add missing test case for ranges

[PATCH v11 0/5] PCI: qcom: Rework pipe_clk/pipe_clk_src handling
 2022-07-14 16:56 UTC  (6+ messages)
` [PATCH v11 4/5] PCI: qcom: Remove unnecessary pipe_clk handling
` [PATCH v11 5/5] PCI: qcom: Drop manual pipe_clk_src handling

[PATCH v1 0/4] clk: qcom: add SM8450 Display clock controller support
 2022-07-14 12:55 UTC  (4+ messages)
` [PATCH v1 1/4] dt-bindings: clock: qcom: add bindings for dispcc on SM8450

[PATCH] clk: zynqmp: Add a check for NULL pointer
 2022-07-14 12:32 UTC  (2+ messages)

[PATCH v2] clk: zynqmp: Check the return type zynqmp_pm_query_data
 2022-07-14 12:29 UTC  (2+ messages)

[PATCH -next] clk: qcom: fix build error initializer element is not constant
 2022-07-14 12:11 UTC 

[PATCH v14 0/5] clk: clocking-wizard: Driver updates
 2022-07-14 11:35 UTC  (3+ messages)

[PATCH v3 00/11] drm/msm/dsi_phy: Replace parent names with clk_hw pointers
 2022-07-14 10:19 UTC  (2+ messages)

[PATCH 0/6] clk: qcom: msm8996-cpu: Cleanup and migrate to parent_data
 2022-07-14 10:06 UTC  (7+ messages)
` [PATCH 2/6] clk: qcom: msm8996-cpu: Statically define PLL dividers

[PATCH 0/6] clk: qcom: cpu-8996: additional cleanup for the driver
 2022-07-14 10:03 UTC  (7+ messages)
` [PATCH 1/6] clk: qcom: msm8996-cpu: Use parent_data/_hws for all clocks
` [PATCH 2/6] clk: qcom: cpu-8996: switch to devm_clk_notifier_register
` [PATCH 3/6] clk: qcom: cpu-8996: declare ACD clocks
` [PATCH 4/6] clk: qcom: cpu-8996: move ACD logic to clk_cpu_8996_pmux_determine_rate
` [PATCH 5/6] clk: qcom: cpu-8996: don't store parents in clk_cpu_8996_pmux
` [PATCH 6/6] clk: qcom: cpu-8996: use constant mask for pmux

[PATCH 1/4] dt-bindings: clock: qcom,gcc-msm8660: separate GCC bindings for MSM8660
 2022-07-14  8:09 UTC  (5+ messages)
` [PATCH 4/4] ARM: dts: qcom: msm8660: add pxo/cxo clocks to the GCC node

[PATCH v2] clk: qcom: gdsc: Bump parent usage count when GDSC is found enabled
 2022-07-13 21:28 UTC 

[PATCH] clk: explicitly disable CONFIG_UML_PCI_OVER_VIRTIO in .kunitconfig
 2022-07-13 21:08 UTC  (6+ messages)

[PATCH 0/3] clk: bcm: rpi: Fixes and improvement
 2022-07-13 16:33 UTC  (7+ messages)
` [PATCH 1/3] clk: bcm: rpi: Prevent out-of-bounds access
` [PATCH 2/3] clk: bcm: rpi: Add missing newline
` [PATCH 3/3] clk: bcm: rpi: Show clock id limit in error case

[PATCH] clk: qcom: Drop mmcx gdsc supply for dispcc and videocc
 2022-07-13 14:32 UTC 

[RESEND RFC PATCH v2 0/4] Dynamic OF and use after free related fixes
 2022-07-13 13:24 UTC  (2+ messages)

[PATCH v2 0/2] clk: Fix CLK_OPS_PARENT_ENABLE and runtime PM
 2022-07-13  8:21 UTC  (3+ messages)
` [PATCH v2 1/2] clk: core: Honor CLK_OPS_PARENT_ENABLE for clk gate ops
` [PATCH v2 2/2] clk: core: Fix runtime PM sequence in clk_core_unprepare()

[PATCH v8 00/33] crypto: rockchip: permit to pass self-tests
 2022-07-12 21:54 UTC  (5+ messages)
` [PATCH v8 25/33] dt-bindings: crypto: rockchip: convert to new driver bindings

[PATCH 0/2] clk: Fix CLK_OPS_PARENT_ENABLE and runtime PM
 2022-07-12 18:43 UTC  (4+ messages)
` [PATCH 1/2] clk: core: Honor CLK_OPS_PARENT_ENABLE for clk gate ops
` [PATCH 2/2] clk: core: Fix runtime PM sequence in clk_core_unprepare()

[PATCH 0/6] clk: qcom: gcc-msm8939: Align clock frequencies with downstream driver
 2022-07-12 16:19 UTC  (15+ messages)
` [PATCH 1/6] clk: qcom: gcc-msm8939: Fix weird field spacing in ftbl_gcc_camss_cci_clk
` [PATCH 2/6] clk: qcom: gcc-msm8939: Add missing CAMSS CCI bus clock
` [PATCH 3/6] clk: qcom: gcc-msm8939: Fix venus0_vcodec0_clk frequency definitions
` [PATCH 4/6] clk: qcom: gcc-msm8939: Add missing CAMSS CPP clock frequencies
` [PATCH 5/6] clk: qcom: gcc-msm8939: Add missing MDSS MDP "
` [PATCH 6/6] clk: qcom: gcc-msm8939: Add missing USB HS system "

[PATCH] clk: mediatek: Don't check HW status for mt8192/5's imp_iic_wrap clocks
 2022-07-12 14:00 UTC  (7+ messages)

[PATCH v7 0/7] clk/resets: baikal-t1: Add DDR/PCIe resets and xGMAC/SATA fixes
 2022-07-12 11:59 UTC  (11+ messages)
` [PATCH v7 1/7] clk: vc5: Fix 5P49V6901 outputs disabling when enabling FOD
` [PATCH v7 2/7] clk: baikal-t1: Fix invalid xGMAC PTP clock divider
` [PATCH v7 3/7] clk: baikal-t1: Add shared xGMAC ref/ptp clocks internal parent
` [PATCH v7 4/7] clk: baikal-t1: Add SATA internal ref clock buffer
` [PATCH v7 5/7] clk: baikal-t1: Move reset-controls code into a dedicated module
` [PATCH v7 6/7] clk: baikal-t1: Add DDR/PCIe directly controlled resets support
` [PATCH v7 7/7] clk: baikal-t1: Convert to platform device driver

[PATCH 0/2] clk: Fix CLK_OPS_PARENT_ENABLE and runtime PM
 2022-07-12 11:31 UTC 

[GIT PULL] AT91 clk fixes for v5.19
 2022-07-12 10:06 UTC 

[PATCH v8 00/15] dt-bindings: arm: freescale: Switch fsl,scu from txt to yaml
 2022-07-12  9:55 UTC  (5+ messages)
` [PATCH v8 04/15] dt-bindings: nvmem: Add fsl,scu-ocotp yaml file
` [PATCH v8 09/15] dt-bindings: firmware: Add fsl,scu "

[PATCH 0/3] Add S4 SoC clock controller driver
 2022-07-12  9:44 UTC  (7+ messages)
` [PATCH 1/3] dt-bindings: clk: meson: add S4 SoC clock controller bindings
` [PATCH 2/3] arm64: dts: meson: add S4 Soc clock controller in DT
  ` [PATCH 3/3] clk: meson: s4: add s4 SoC clock controller driver

[PATCH v4 01/11] clk: qcom: ipq8074: fix NSS core PLL-s
 2022-07-11 21:14 UTC  (4+ messages)
` [PATCH v4 10/11] clk: qcom: ipq8074: dont disable gcc_sleep_clk_src

[PATCH v2 1/7] clk: qcom: clk-rcg2: add rcg2 mux ops
 2022-07-11 21:06 UTC  (7+ messages)
` [PATCH v2 2/7] clk: qcom: apss-ipq6018: fix apcs_alias0_clk_src
` [PATCH v2 3/7] clk: qcom: apss-ipq6018: mark apcs_alias0_core_clk as critical
` [PATCH v2 4/7] dt-bindings: clock: qcom,a53pll: add IPQ8074 compatible
` [PATCH v2 5/7] clk: qcom: apss-ipq-pll: use OF match data for Alpha PLL config
` [PATCH v2 6/7] clk: qcom: apss-ipq-pll: update IPQ6018 "
` [PATCH v2 7/7] clk: qcom: apss-ipq-pll: add support for IPQ8074

[PATCH 1/2] clk: pistachio: Fix initconst confusion
 2022-07-11 20:53 UTC  (6+ messages)

[PATCH v2] clk: qcom: gpucc-sm8350: Fix "initializer element is not constant" error
 2022-07-11 20:34 UTC  (3+ messages)

[PATCH v5 0/4] Add ums512 clocks and relative bindings file
 2022-07-11 20:27 UTC  (7+ messages)
` [PATCH v5 1/4] dt-bindings: clk: sprd: Add bindings for ums512 clock controller
` [PATCH v5 3/4] clk: sprd: Add dt-bindings include file for UMS512
` [PATCH v5 4/4] clk: sprd: Add clocks support "

[PATCH v2 0/4] clk: qcom: Drop use of pxo/cxo_board for rpm devices
 2022-07-11 19:08 UTC  (3+ messages)
` [PATCH v2 1/4] dt-bindings: clock: fix wrong clock documentation for qcom,rpmcc

[PATCH] clk: qcom: gpucc-sm8350: Fix "initializer element is not constant" error
 2022-07-11 17:07 UTC  (2+ messages)

[PATCH v3] kunit: tool: Enable virtio/PCI by default on UML
 2022-07-11 16:28 UTC  (4+ messages)

[PATCH v6 0/7] clk/resets: baikal-t1: Add DDR/PCIe resets and xGMAC/SATA fixes
 2022-07-11 15:12 UTC  (7+ messages)
` [PATCH v6 5/7] clk: baikal-t1: Move reset-controls code into a dedicated module
` [PATCH v6 6/7] clk: baikal-t1: Add DDR/PCIe directly controlled resets support

[PATCH 1/6] clk: qcom: clk-rcg2: add rcg2 mux ops
 2022-07-11 14:38 UTC  (17+ messages)
` [PATCH 2/6] clk: qcom: apss-ipq6018: fix apcs_alias0_clk_src
` [PATCH 3/6] clk: qcom: apss-ipq6018: mark apcs_alias0_core_clk as critical
` [PATCH 4/6] clk: qcom: apss-ipq6018: add MODULE_ALIAS
` [PATCH 6/6] clk: qcom: apss-ipq-pll: add support for IPQ8074

[GIT PULL] clk: imx: Updates for v5.20
 2022-07-11 11:55 UTC 

[PATCH v4 0/3] clk: bcm: rpi: Add support for three more clocks
 2022-07-11 11:55 UTC  (6+ messages)


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