Merge tag 'for-5.19-clk' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux...
authorStephen Boyd <sboyd@kernel.org>
Tue, 17 May 2022 06:53:06 +0000 (23:53 -0700)
committerStephen Boyd <sboyd@kernel.org>
Tue, 17 May 2022 06:53:06 +0000 (23:53 -0700)
commit8b9d9e9f8e60571648a6eebd15ce6d370e7c852a
tree3cbcb1c0deb30d8ec3be32cbdb4891dafbb13d3f
parent3123109284176b1532874591f7c81f3837bbdc17
parent6f6baf690c3b8c41083d7443ab6a5645b96ff91b
Merge tag 'for-5.19-clk' of git://git./linux/kernel/git/tegra/linux into clk-tegra

Pull Tegra clk driver updates from Thierry Reding:

This contains a boot time optimization for Tegra chips with BPMP and a
switch from .round_rate() to .determine_rate() to take into account any
maximum rate that might have been set.

Other than that this contains a fix for a DFLL regression on Tegra210
and kerneldoc fixups to avoid build warnings.

* tag 'for-5.19-clk' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux:
  clk: tegra: Update kerneldoc to match prototypes
  clk: tegra: Replace .round_rate() with .determine_rate()
  clk: tegra: Register clocks from root to leaf
  clk: tegra: Add missing reset deassertion