Hi Mike, Stephen, The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17: Linux 5.18-rc1 (2022-04-03 14:08:21 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/for-5.19-clk for you to fetch changes up to 6f6baf690c3b8c41083d7443ab6a5645b96ff91b: clk: tegra: Update kerneldoc to match prototypes (2022-05-06 10:56:00 +0200) Thanks, Thierry ---------------------------------------------------------------- clk: tegra: Changes for v5.19-rc1 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. ---------------------------------------------------------------- Diogo Ivo (1): clk: tegra: Add missing reset deassertion Rajkumar Kasirajan (1): clk: tegra: Replace .round_rate() with .determine_rate() Thierry Reding (1): clk: tegra: Update kerneldoc to match prototypes Timo Alho (1): clk: tegra: Register clocks from root to leaf drivers/clk/tegra/clk-bpmp.c | 87 +++++++++++++++++++++++++++++++++----------- drivers/clk/tegra/clk-dfll.c | 20 ++++++++-- 2 files changed, 82 insertions(+), 25 deletions(-)