]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Merge tag 'spacemit-clk-for-6.20-1' of https://github.com/spacemit-com/linux into...
authorStephen Boyd <sboyd@kernel.org>
Wed, 21 Jan 2026 19:04:31 +0000 (11:04 -0800)
committerStephen Boyd <sboyd@kernel.org>
Wed, 21 Jan 2026 19:04:31 +0000 (11:04 -0800)
commit6294bb8eda88c56aa5dca5953986f781eb59a4c6
tree048fe86c954ebf8a0b93ebda832bd66e60e3c475
parent8f0b4cce4481fb22653697cced8d0d04027cb1e8
parente371a77255b837f5d64c9d2520f87e41ea5350b9
Merge tag 'spacemit-clk-for-6.20-1' of https://github.com/spacemit-com/linux into clk-spacemit

Pull SpacemiT clock driver updates from Yixun Lan:

 - Allow SpacemiT driver to be built as module
 - Refactor SpacemiT driver to extract common code
 - Add support for SpacemiT K3 SoC clk hardware

* tag 'spacemit-clk-for-6.20-1' of https://github.com/spacemit-com/linux:
  clk: spacemit: k3: add the clock tree
  clk: spacemit: k3: extract common header
  clk: spacemit: ccu_pll: add plla type clock
  clk: spacemit: ccu_mix: add inverted enable gate clock
  dt-bindings: soc: spacemit: k3: add clock support
  clk: spacemit: add platform SoC prefix to reset name
  clk: spacemit: extract common ccu functions
  reset: spacemit: fix auxiliary device id
  clk: spacemit: prepare common ccu header
  clk: spacemit: Hide common clock driver from user controller
  clk: spacemit: Respect Kconfig setting when building modules