]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'for-6.20-clk' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux...
authorStephen Boyd <sboyd@kernel.org>
Wed, 21 Jan 2026 19:16:11 +0000 (11:16 -0800)
committerStephen Boyd <sboyd@kernel.org>
Wed, 21 Jan 2026 19:16:11 +0000 (11:16 -0800)
commit2d4235b18974f9e47ecc363ed07f88f4ce07ebeb
tree3d7d3d5bc9bf2e1f8f8e2c163095f244f5187bf5
parent8f0b4cce4481fb22653697cced8d0d04027cb1e8
parente897e86711b28f815fbbe542fe87a66b39123d1e
Merge tag 'for-6.20-clk' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into clk-tegra

Pull Tegra clk driver updates from Thierry Reding:

This series updates the Tegra clock driver to improve hardware support
and code correctness. Key changes include fixing camera and display
clock hierarchies for Tegra20/30 (adding CSI pad gates, reparenting
DSI/CSUS), resolving a memory leak in the Tegra124 EMC driver, and
optimizing system suspend/resume callbacks to remove redundant runtime
PM overhead.

* tag 'for-6.20-clk' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux:
  clk: tegra30: Add CSI pad clock gates
  clk: tegra: Set CSUS as vi_sensor's gate for Tegra20, Tegra30 and Tegra114
  clk: tegra20: Reparent dsi clock to pll_d_out0
  clk: tegra: tegra124-emc: Simplify with scoped for each OF child loop
  clk: tegra: Adjust callbacks in tegra_clock_pm
  clk: tegra: tegra124-emc: Fix potential memory leak in tegra124_clk_register_emc()