mbox series

[GIT,PULL] clk: tegra: Changes for v5.19-rc1

Message ID 20220506142446.3916142-1-thierry.reding@gmail.com
State Accepted
Headers show
Series [GIT,PULL] clk: tegra: Changes for v5.19-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/for-5.19-clk

Message

Thierry Reding May 6, 2022, 2:24 p.m. UTC
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(-)

Comments

Stephen Boyd May 17, 2022, 6:55 a.m. UTC | #1
Quoting Thierry Reding (2022-05-06 07:24:46)
> 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
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next