linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-10 11:07:40 to 2022-05-13 16:51:51 UTC [more...]

[PATCH 0/5] MediaTek Helio X10 MT6795 - Clock drivers
 2022-05-13 16:50 UTC  (6+ messages)
` [PATCH 1/5] dt-bindings: mediatek: Document MT6795 system controllers bindings
` [PATCH 2/5] dt-bindings: clock: Add MediaTek Helio X10 MT6795 clock bindings
` [PATCH 3/5] dt-bindings: reset: Add bindings for MT6795 Helio X10 reset controllers
` [PATCH 4/5] dt-bindings: arm: mediatek: Add clock driver bindings for MT6795
` [PATCH 5/5] clk: mediatek: Add MediaTek Helio X10 MT6795 clock drivers

[PATCH v3 0/7] ufs: set power domain performance state when scaling gears
 2022-05-13 15:51 UTC  (9+ messages)
` [PATCH v3 1/7] dt-bindings: clock: qcom,gcc-sdm845: add parent power domain
` [PATCH v3 2/7] dt-bindings: opp: accept array of frequencies
` [PATCH v3 3/7] dt-bindings: ufs: common: add OPP table
` [PATCH v3 4/7] arm64: dts: qcom: sdm845: control RPMHPD performance states with UFS
` [PATCH v3 5/7] PM: opp: allow control of multiple clocks
` [PATCH v3 6/7] PM: opp: parse multiple frequencies in each OPP
` [PATCH v3 7/7] ufs: use PM OPP when scaling gears

[PATCH 0/3] Microchip LAN966x USB device support
 2022-05-13 12:57 UTC  (6+ messages)
` [PATCH 1/3] clk: lan966x: Fix the lan966x clock gate register address
` [PATCH 2/3] dt-bindings: usb: atmel: Add Microchip LAN966x compatible string
` [PATCH 3/3] ARM: dts: lan966x: Add UDPHS support

[PATCH v3 0/4] clk: Baikal-T1 DDR/PCIe resets and some xGMAC fixes
 2022-05-13 11:44 UTC  (6+ messages)

[PATCH v15 00/10] Add Sunplus SP7021 SoC Support
 2022-05-13 11:29 UTC  (21+ messages)
` [PATCH v15 01/10] dt-bindings: arm: sunplus: Add bindings for Sunplus SP7021 SoC boards
` [PATCH v15 02/10] dt-bindings: reset: Add bindings for SP7021 reset driver
` [PATCH v15 03/10] reset: Add Sunplus "
` [PATCH v15 04/10] dt-bindings: clock: Add bindings for SP7021 clock driver
` [PATCH v15 05/10] clk: Add Sunplus "
` [PATCH v15 06/10] dt-bindings: interrupt-controller: Add bindings for SP7021 interrupt controller
` [PATCH v15 07/10] irqchip: Add Sunplus SP7021 interrupt controller driver
` [PATCH v15 08/10] ARM: sunplus: Add initial support for Sunplus SP7021 SoC
` [PATCH v15 09/10] ARM: sp7021_defconfig: Add Sunplus SP7021 defconfig
` [PATCH v15 10/10] ARM: dts: Add Sunplus SP7021-Demo-V3 board device tree

[PATCH v5 0/5] PCI: qcom: Rework pipe_clk/pipe_clk_src handling
 2022-05-13  9:50 UTC  (13+ messages)
` [PATCH v5 1/5] PCI: qcom: Remove unnecessary pipe_clk handling
` [PATCH v5 2/5] clk: qcom: regmap: add PHY clock source implementation
` [PATCH v5 3/5] clk: qcom: gcc-sm8450: use new clk_regmap_pipe_src_ops for PCIe pipe clocks
` [PATCH v5 4/5] clk: qcom: gcc-sc7280: "
` [PATCH v5 5/5] PCI: qcom: Drop manual pipe_clk_src handling

[PATCH v4 0/5] PCI: qcom: Rework pipe_clk/pipe_clk_src handling
 2022-05-13  8:22 UTC  (13+ messages)
` [PATCH v4 2/5] clk: qcom: regmap: add pipe clk implementation

Biznesowy angielski
 2022-05-13  8:05 UTC 

[PATCH v2] clk: mediatek: use en_mask as a pure div_en_mask
 2022-05-13  7:36 UTC 

[PATCH V4 0/5] Add initial support for MA35D1 SoC
 2022-05-13  7:00 UTC  (20+ messages)
` [PATCH V4 2/5] dt-bindings: clock: Document MA35D1 clock controller bindings
` [PATCH V4 3/5] arm64: dts: nuvoton: Add initial support for MA35D1
` [PATCH V4 5/5] dt-bindings: arm: Add initial bindings for Nuvoton Platform

[PATCH v2 05/11] clk: mediatek: mt27xx: Replace 'struct clk' with 'struct clk_hw'
 2022-05-13  3:24 UTC  (3+ messages)

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

[PATCH] clk: qcom: rpmh: Set wake/sleep state for BCM clks
 2022-05-12 15:15 UTC  (5+ messages)

[PATCH v1 0/6] Cleanups and enablement for Quartz64-A
 2022-05-12 14:21 UTC  (8+ messages)
` [PATCH v1 1/6] dt-binding: clock: Add missing rk3568 cru bindings
` [PATCH v1 2/6] arm64: dts: rockchip: add clocks to rk356x cru
` [PATCH v1 3/6] arm64: dts: rockchip: rename Quartz64-A bluetooth gpios
` [PATCH v1 4/6] arm64: dts: rockchip: add Quartz64-A fan pinctrl
` [PATCH v1 5/6] arm64: dts: rockchip: enable sdr-104 on sdmmc
` [PATCH v1 6/6] arm64: dts: rockchip: enable sfc controller on Quartz64 Model A

[PATCH v2 04/11] clk: mediatek: Replace 'struct clk' with 'struct clk_hw'
 2022-05-12 14:18 UTC  (2+ messages)

[PATCH v2 1/2] dt-bindings: clock: vc5: Add 5P49V6975
 2022-05-12 14:17 UTC  (5+ messages)
` [PATCH v2 2/2] clk: vc5: Add support for IDT/Renesas VersaClock 5P49V6975

[PATCH v2 03/11] clk: mediatek: Convert mtk_{alloc,free}_clk_data to struct clk_hw
 2022-05-12 14:05 UTC  (2+ messages)

[PATCH v2 02/11] clk: mediatek: apmixed: Drop error message from clk_register() failure
 2022-05-12 13:54 UTC  (2+ messages)

[PATCH v3 0/6] SM8350 Display/GPU clock enablement
 2022-05-12 13:21 UTC  (4+ messages)
` [PATCH v3 4/6] clk: qcom: add support for SM8350 DISPCC

[PATCH v4 0/5] Add Renesas RZ/V2M Ethernet support
 2022-05-12 11:47 UTC 

am335x: 5.18.x: system stalling
 2022-05-12 10:20 UTC  (6+ messages)

[PATCH v4 0/3] clk: bcm: rpi: Add support for three more clocks
 2022-05-12  9:03 UTC  (8+ messages)

[PATCH] clk: imx8mp: fix usb_root_clk parent
 2022-05-12  7:04 UTC  (2+ messages)

[PATCH v2 01/11] clk: mediatek: Make mtk_clk_register_composite() static
 2022-05-12  2:36 UTC  (2+ messages)

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

[PATCH] Revert "clk: sunxi-ng: sun6i-rtc: Add support for H6"
 2022-05-11 20:02 UTC 

[PATCH v5 0/7] clk: qcom: add camera clock controller driver for SM8450 SoC
 2022-05-11 15:00 UTC  (3+ messages)
` [PATCH v5 1/7] dt-bindings: clock: add QCOM SM8450 camera clock bindings

[PATCH v2 0/3] MSM8996 Coherent Bus Fabric clock support
 2022-05-11 10:17 UTC  (5+ messages)
` [PATCH v2 1/3] dt-bindings: clk: qcom: msm8996-apcc: Add CBF
` [PATCH v2 2/3] clk: qcom: msm8996-cpu: Add CBF support
` [PATCH v2 3/3] arm64: dts: qcom: msm8996: Add support for the CBF clock

[PATCH v2 00/11] clk: mediatek: Move to struct clk_hw provider APIs
 2022-05-11  8:03 UTC  (2+ messages)

[RFC PATCH v2 0/6] ufs: set power domain performance state when scaling gears
 2022-05-11  5:06 UTC  (7+ messages)
` [RFC PATCH v2 4/6] PM: opp: allow control of multiple clocks

[PATCH v3 00/12] initial clock support for exynosauto v9 SoC
 2022-05-10 18:07 UTC  (2+ messages)

[PATCH v2 1/6] clk: qcom: clk-alpha-pll: add support for APSS PLL
 2022-05-10 15:58 UTC  (6+ messages)
` [PATCH v2 2/6] dt-bindings: clock: Add support for IPQ8074 APSS clock controller

[RFC PATCH 0/4] Add CPG wrapper for Renesas RZ/Five SoC
 2022-05-10 15:14 UTC  (9+ messages)
` [RFC PATCH 1/4] dt-bindings: clock: r9a07g043-cpg: Add Renesas RZ/Five CPG Clock and Reset Definitions
` [RFC PATCH 2/4] clk: renesas: rzg2l-cpg: Add support to stack the resets instead of indexing
` [RFC PATCH 3/4] clk: renesas: r9a07g043: Split up core, module and resets array
` [RFC PATCH 4/4] clk: renesas: r9a07g043: Add support for RZ/Five SoC

[PATCH] clk: bcm2835: fix bcm2835_clock_choose_div
 2022-05-10 13:27 UTC  (4+ messages)

[PATCH] clk: vc5: Add support for IDT/Renesas VersaClock 5P49V6975
 2022-05-10 11:14 UTC  (2+ messages)

[PATCH 0/2] Add GPT and POEG clock and reset entries
 2022-05-10 11:06 UTC  (3+ messages)
` [PATCH 1/2] clk: renesas: r9a07g044: Add GPT clock and reset entry
` [PATCH 2/2] clk: renesas: r9a07g044: Add POEG clock and reset entries


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