linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-20 23:21:02 to 2022-01-25 03:33:09 UTC [more...]

[PATCH] clk: mediatek: add unregister logic to mtk_clk_simple_probe error path
 2022-01-25  0:56 UTC  (3+ messages)

[PATCH 1/5] clk: stm32mp1: Split ETHCK_K into separate MUX and GATE clock
 2022-01-25  1:16 UTC  (8+ messages)
` [PATCH 2/5] clk: stm32mp1: Add parent_data to ETHRX clock

[PATCH v2] clk: zynqmp: replace warn_once with pr_debug for failed clock ops
 2022-01-25  1:18 UTC  (2+ messages)

[PATCH v3] clk: gate: Add some kunit test suites
 2022-01-25  1:26 UTC  (2+ messages)

[PATCH v8 0/4] clk: ralink: make system controller a reset provider
 2022-01-25  1:14 UTC  (6+ messages)
` [PATCH v8 2/4] dt-bindings: clock: mediatek,mt7621-sysc: add '#reset-cells' property
` [PATCH v8 3/4] clk: ralink: make system controller node a reset provider

[PATCH] clk: at91: sama7g5: Allow MCK1 to be exported and referenced in DT
 2022-01-25  1:05 UTC  (2+ messages)

[PATCH v8 00/10] Add Sunplus SP7021 SoC Support
 2022-01-25  1:39 UTC  (13+ messages)
` [PATCH v8 01/10] dt-bindings: vendor-prefixes: Add Sunplus
` [PATCH v8 02/10] dt-bindings: arm: sunplus: Add bindings for Sunplus SP7021 SoC boards
` [PATCH v8 03/10] dt-bindings: reset: Add bindings for SP7021 reset driver
` [PATCH v8 04/10] reset: Add Sunplus "
` [PATCH v8 05/10] dt-bindings: clock: Add bindings for SP7021 clock driver
` [PATCH v8 06/10] clk: Add Sunplus "
` [PATCH v8 07/10] dt-bindings: interrupt-controller: Add bindings for SP7021 interrupt controller
` [PATCH v8 08/10] irqchip: Add Sunplus SP7021 interrupt controller driver
` [PATCH v8 09/10] ARM: sunplus: Add initial support for Sunplus SP7021 SoC
` [PATCH v8 10/10] ARM: sp7021_defconfig: Add Sunplus SP7021 defconfig

[PATCH] clk: at91: allow setting PMC_AUDIOPINCK clock parents via DT
 2022-01-25  1:05 UTC  (2+ messages)

[PATCH v9 0/2] Add clkcfg driver for Microchip PolarFire SoC
 2022-01-25  0:26 UTC  (3+ messages)
` [PATCH v9 1/2] dt-bindings: clk: microchip: Add Microchip PolarFire host binding

[PATCH v1] clk qcom: clk-alpha-pll: Update to use determine rate ops for PLL
 2022-01-24 19:40 UTC  (2+ messages)

[PATCH] clk: socfpga: Fix a memory leak bug in socfpga_gate_init()
 2022-01-24 19:53 UTC  (2+ messages)

[PATCH v3 0/2] Add support for LPASS Core and Audio Clock for SC7280
 2022-01-24 19:46 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: clock: Add YAML schemas for LPASS clocks on SC7280
` [PATCH v3 2/2] clk: qcom: lpass: Add support for LPASS clock controller for SC7280

[PATCH v1] clk: qcom: clk-rcg2: Update logic to calculate D value for RCG
 2022-01-24 19:41 UTC  (2+ messages)

[PATCH] clk: imx: Fix a NULL pointer dereference in imx_register_uart_clocks()
 2022-01-24 16:52 UTC 

[PATCH 00/31] clk: mediatek: Cleanups and Improvements - Part 1
 2022-01-24 16:29 UTC  (38+ messages)
` [PATCH 01/31] clk: mediatek: Use %pe to print errors
` [PATCH 02/31] clk: mediatek: gate: Consolidate gate type clk related code
` [PATCH 03/31] clk: mediatek: gate: Internalize clk implementation
` [PATCH 04/31] clk: mediatek: gate: Implement unregister API
` [PATCH 05/31] clk: mediatek: gate: Clean up included headers
` [PATCH 06/31] clk: mediatek: cpumux: Implement unregister API
` [PATCH 07/31] clk: mediatek: cpumux: Internalize struct mtk_clk_cpumux
` [PATCH 08/31] clk: mediatek: cpumux: Clean up included headers
` [PATCH 09/31] clk: mediatek: mux: Implement unregister API
` [PATCH 10/31] clk: mediatek: mux: Internalize struct mtk_clk_mux
` [PATCH 11/31] clk: mediatek: mux: Clean up included headers
` [PATCH 12/31] clk: mediatek: pll: Split definitions into separate header file
` [PATCH 13/31] clk: mediatek: pll: Implement unregister API
` [PATCH 14/31] clk: mediatek: pll: Clean up included headers
` [PATCH 15/31] clk: mediatek: Implement mtk_clk_unregister_fixed_clks() API
` [PATCH 16/31] clk: mediatek: Implement mtk_clk_unregister_factors() API
` [PATCH 17/31] clk: mediatek: Implement mtk_clk_unregister_divider_clks() API
` [PATCH 18/31] clk: mediatek: Implement mtk_clk_unregister_composites() API
` [PATCH 19/31] clk: mediatek: Add mtk_clk_simple_remove()
` [PATCH 20/31] clk: mediatek: mtk: Clean up included headers
` [PATCH 21/31] clk: mediatek: cpumux: Implement error handling in register API
` [PATCH 22/31] clk: mediatek: gate: "
` [PATCH 23/31] clk: mediatek: mux: Reverse check for existing clk to reduce nesting level
` [PATCH 24/31] clk: mediatek: mux: Implement error handling in register API
` [PATCH 25/31] clk: mediatek: pll: "
  ` [PATCH] clk: mediatek: pll: fix semicolon.cocci warnings
` [PATCH 26/31] clk: mediatek: mtk: Implement error handling in register APIs
` [PATCH 27/31] clk: mediatek: Unregister clks in mtk_clk_simple_probe() error path
` [PATCH 28/31] clk: mediatek: mt8195: Hook up mtk_clk_simple_remove()
` [PATCH 29/31] clk: mediatek: mt8195: Implement error handling in probe functions
` [PATCH 30/31] clk: mediatek: mt8195: Implement remove functions
` [PATCH 31/31] clk: mediatek: Warn if clk IDs are duplicated

[PATCH v4 1/2] dt-bindings: clock: Add qualcomm QCM2290 DISPCC bindings
 2022-01-24 15:39 UTC  (3+ messages)
` [PATCH v4 2/2] clk: qcom: Add display clock controller driver for QCM2290

[PATCH v5 00/16] Add support for Tesla Full Self-Driving (FSD) SoC
 2022-01-24 14:16 UTC  (17+ messages)
  ` [PATCH v5 01/16] dt-bindings: add vendor prefix for Tesla
  ` [PATCH v5 02/16] dt-bindings: clock: Add bindings definitions for FSD CMU blocks
  ` [PATCH v5 03/16] dt-bindings: clock: Document FSD CMU bindings
  ` [PATCH v5 04/16] clk: samsung: fsd: Add initial clock support
  ` [PATCH v5 05/16] clk: samsung: fsd: Add cmu_peric block clock information
  ` [PATCH v5 06/16] clk: samsung: fsd: Add cmu_fsys0 "
  ` [PATCH v5 07/16] clk: samsung: fsd: Add cmu_fsys1 "
  ` [PATCH v5 08/16] clk: samsung: fsd: Add cmu_imem block "
  ` [PATCH v5 09/16] clk: samsung: fsd: Add cmu_mfc "
  ` [PATCH v5 10/16] clk: samsung: fsd: Add cam_csi "
  ` [PATCH v5 11/16] dt-bindings: pinctrl: samsung: Add compatible for Tesla FSD SoC
  ` [PATCH v5 12/16] pinctrl: samsung: add FSD SoC specific data
  ` [PATCH v5 13/16] dt-bindings: arm: add Tesla FSD ARM SoC
  ` [PATCH v5 14/16] arm64: dts: fsd: Add initial device tree support
  ` [PATCH v5 15/16] arm64: dts: fsd: Add initial pinctrl support
  ` [PATCH v5 16/16] arm64: defconfig: Enable Tesla FSD SoC

[PATCH 6/6] [RFC] clk: scmi: Support atomic clock enable/disable API
 2022-01-24 10:03 UTC 

Fotowoltaika - nowe warunki
 2022-01-24  9:16 UTC 

[PATCH v4 00/16] Add support for Tesla Full Self-Driving (FSD) SoC
 2022-01-23 19:07 UTC  (17+ messages)
  ` [PATCH v4 01/16] dt-bindings: add vendor prefix for Tesla
  ` [PATCH v4 02/16] dt-bindings: clock: Add bindings definitions for FSD CMU blocks
  ` [PATCH v4 03/16] dt-bindings: clock: Document FSD CMU bindings
  ` [PATCH v4 04/16] clk: samsung: fsd: Add initial clock support
  ` [PATCH v4 05/16] clk: samsung: fsd: Add cmu_peric block clock information
  ` [PATCH v4 06/16] clk: samsung: fsd: Add cmu_fsys0 "
  ` [PATCH v4 07/16] clk: samsung: fsd: Add cmu_fsys1 "
  ` [PATCH v4 08/16] clk: samsung: fsd: Add cmu_imem block "
  ` [PATCH v4 09/16] clk: samsung: fsd: Add cmu_mfc "
  ` [PATCH v4 10/16] clk: samsung: fsd: Add cam_csi "
  ` [PATCH v4 11/16] dt-bindings: pinctrl: samsung: Add compatible for Tesla FSD SoC
  ` [PATCH v4 12/16] pinctrl: samsung: add FSD SoC specific data
  ` [PATCH v4 13/16] dt-bindings: arm: add Tesla FSD ARM SoC
  ` [PATCH v4 14/16] arm64: dts: fsd: Add initial device tree support
  ` [PATCH v4 15/16] arm64: dts: fsd: Add initial pinctrl support
  ` [PATCH v4 16/16] arm64: defconfig: Enable Tesla FSD SoC

[PATCH 0/5] spi: make remove callback a void function
 2022-01-23 17:51 UTC 

[PATCH 1/8] arm64: dts: exynos: add necessary clock inputs in Exynos7
 2022-01-23 17:10 UTC  (4+ messages)
` [PATCH 2/8] ARM: dts: exynos: add necessary clock controller inputs in Exynos5260
  ` (subset) "
` (subset) [PATCH 1/8] arm64: dts: exynos: add necessary clock inputs in Exynos7

[PATCH v3 0/9] ARM: mstar: cpupll
 2022-01-23  5:12 UTC  (12+ messages)
` [PATCH v3 1/9] dt-bindings: clk: mstar msc313 cpupll binding description
` [PATCH v3 2/9] clk: mstar: msc313 cpupll clk driver
` [PATCH v3 3/9] ARM: mstar: Add cpupll to base dtsi
` [PATCH v3 4/9] ARM: mstar: Link cpupll to cpu
` [PATCH v3 5/9] ARM: mstar: Link cpupll to second core
` [PATCH v3 6/9] ARM: mstar: Add OPP table for infinity
` [PATCH v3 7/9] ARM: mstar: Add OPP table for infinity3
` [PATCH v3 8/9] ARM: mstar: Add OPP table for mercury5
` [PATCH v3 9/9] ARM: mstar: Extend opp_table for infinity2m

[PATCH AUTOSEL 5.16 01/52] clk: imx: Use div64_ul instead of do_div
 2022-01-22 18:39 UTC  (5+ messages)
` [PATCH AUTOSEL 5.16 02/52] clk: samsung: exynos850: Register clocks early

[PATCH v3 00/10] clk: Improve clock range handling
 2022-01-22  1:51 UTC  (7+ messages)
` [PATCH v3 01/10] clk: Add Kunit tests for rate

[PATCH v3 00/16] Add support for Tesla Full Self-Driving (FSD) SoC
 2022-01-22  1:36 UTC  (19+ messages)
  ` [PATCH v3 01/16] dt-bindings: add vendor prefix for Tesla
  ` [PATCH v3 02/16] dt-bindings: clock: Add bindings definitions for FSD CMU blocks
  ` [PATCH v3 03/16] dt-bindings: clock: Document FSD CMU bindings
  ` [PATCH v3 04/16] clk: samsung: fsd: Add initial clock support
  ` [PATCH v3 05/16] clk: samsung: fsd: Add cmu_peric block clock information
  ` [PATCH v3 06/16] clk: samsung: fsd: Add cmu_fsys0 "
  ` [PATCH v3 07/16] clk: samsung: fsd: Add cmu_fsys1 "
  ` [PATCH v3 08/16] clk: samsung: fsd: Add cmu_imem block "
  ` [PATCH v3 09/16] clk: samsung: fsd: Add cmu_mfc "
  ` [PATCH v3 10/16] clk: samsung: fsd: Add cam_csi "
  ` [PATCH v3 11/16] dt-bindings: pinctrl: samsung: Add compatible for Tesla FSD SoC
  ` [PATCH v3 12/16] pinctrl: samsung: add FSD SoC specific data
  ` [PATCH v3 13/16] dt-bindings: arm: add Tesla FSD ARM SoC
  ` [PATCH v3 14/16] arm64: dts: fsd: Add initial device tree support
  ` [PATCH v3 15/16] arm64: dts: fsd: Add initial pinctrl support
  ` [PATCH v3 16/16] arm64: defconfig: Enable Tesla FSD SoC

[v1 01/16] dt-bindings: ARM: Mediatek: Add new document bindings of MT8186 clock
 2022-01-22  0:27 UTC  (4+ messages)
` [v1 02/16] clk: mediatek: Add dt-bindings of MT8186 clocks

[v2 0/3] Integrate vppsys with mtk-mmsys in MT8195
 2022-01-21 23:35 UTC  (3+ messages)
` [v2 2/3] dt-bindings: ARM: Mediatek: Remove vppsys in MT8195 clock document

[PATCH v3 00/15] Multiple addition and improvement to ipq8064 gcc
 2022-01-21 21:03 UTC  (16+ messages)
` [PATCH v3 01/15] dt-bindings: clock: split qcom,gcc.yaml to common and specific schema
` [PATCH v3 02/15] dt-bindings: clock: simplify qcom,gcc-apq8064 Documentation
` [PATCH v3 03/15] dt-bindings: clock: Document qcom,gcc-ipq8064 binding
` [PATCH v3 04/15] drivers: clk: qcom: gcc-ipq806x: fix wrong naming for gcc_pxo_pll8_pll0
` [PATCH v3 05/15] drivers: clk: qcom: gcc-ipq806x: convert parent_names to parent_data
` [PATCH v3 06/15] drivers: clk: qcom: gcc-ipq806x: use ARRAY_SIZE for num_parents
` [PATCH v3 07/15] drivers: clk: qcom: gcc-ipq806x: drop hardcoded pxo and cxo source clk
` [PATCH v3 08/15] drivers: clk: qcom: gcc-ipq806x: add additional freq nss cores
` [PATCH v3 09/15] drivers: clk: qcom: gcc-ipq806x: add unusued flag for critical clock
` [PATCH v3 10/15] drivers: clk: qcom: gcc-ipq806x: add additional freq for sdc table
` [PATCH v3 11/15] dt-bindings: clock: add ipq8064 ce5 clk define
` [PATCH v3 12/15] drivers: clk: qcom: gcc-ipq806x: add CryptoEngine clocks
` [PATCH v3 13/15] dt-bindings: reset: add ipq8064 ce5 resets
` [PATCH v3 14/15] drivers: clk: qcom: gcc-ipq806x: add CryptoEngine resets
` [PATCH v3 15/15] ARM: dts: qcom: Add syscon and cxo/pxo clock to gcc node for ipq8064

[PATCH v2 00/15] Multiple addition and improvement to ipq8064 gcc
 2022-01-21 19:22 UTC  (18+ messages)
` [PATCH v2 01/15] dt-bindings: clock: permit additionalProprieties to qcom,gcc
` [PATCH v2 02/15] dt-bindings: clock: simplify qcom,gcc-apq8064 Documentation
` [PATCH v2 03/15] dt-bindings: clock: Document qcom,gcc-ipq8064 binding
` [PATCH v2 07/15] drivers: clk: qcom: gcc-ipq806x: drop hardcoded pxo and cxo source clk
` [PATCH v2 10/15] drivers: clk: qcom: gcc-ipq806x: add additional freq for sdc table
` [PATCH v2 12/15] drivers: clk: qcom: gcc-ipq806x: add CryptoEngine clocks
` [PATCH v2 13/15] dt-bindings: reset: add ipq8064 ce5 resets
` [PATCH v2 14/15] drivers: clk: qcom: gcc-ipq806x: add CryptoEngine resets
` [PATCH v2 15/15] ARM: dts: qcom: Add syscon and cxo/pxo clock to gcc node for ipq8064

[PATCH v3 0/3] Support for Apple SoCs' NCO blocks
 2022-01-21 17:56 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: clock: Add Apple NCO
` [PATCH v3 2/3] clk: clk-apple-nco: Add driver for "
` [PATCH v3 3/3] MAINTAINERS: Add clk-apple-nco under ARM/APPLE MACHINE

[PATCH v2 04/12] dt-bindings: clock: renesas: Document RZ/V2L SoC
 2022-01-21 16:39 UTC  (6+ messages)
` [PATCH v2 05/12] clk: renesas: Add support for "

[PATCH 00/16] Add new Renesas RZ/V2L SoC and Renesas RZ/V2L SMARC EVK support
 2022-01-21 14:44 UTC  (5+ messages)
` [PATCH 01/16] dt-bindings: arm: renesas: Document Renesas RZ/V2L SoC
` [PATCH 02/16] dt-bindings: arm: renesas: Document SMARC EVK

[PATCH v10 0/4] clk: meson: add a sub EMMC clock controller support
 2022-01-21  7:45 UTC  (5+ messages)
` [PATCH v10 1/4] clk: meson: add one based divider support for sclk
` [PATCH v10 2/4] clk: meson: add emmc sub clock phase delay driver
` [PATCH v10 3/4] clk: meson: add DT documentation for emmc clock controller
` [PATCH v10 4/4] clk: meson: add sub MMC clock controller driver

[GIT PULL] clk fixes for the merge window
 2022-01-21  7:38 UTC  (2+ 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).