mbox series

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

Message ID 20201127144545.125335-1-thierry.reding@gmail.com (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] clk: tegra: Changes for v5.11-rc1 | expand

Pull-request

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

Message

Thierry Reding Nov. 27, 2020, 2:45 p.m. UTC
Hi Mike, Stephen,

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to a886c310d9fcb0e66253d4af225cba13f9bdf5d2:

  clk: tegra: bpmp: Clamp clock rates on requests (2020-11-26 16:28:07 +0100)

Turns out there were fewer patches than I thought. Some of the patches
I was planning to pick up will be going in through the memory controller
tree as dependencies, so here's the rest that are independent.

Thanks,
Thierry

----------------------------------------------------------------
clk: tegra: Changes for v5.11-rc1

This set consists of two fixes for minor issues that rarely, if ever,
happen, so not urgent enough for these to go into v5.10.

----------------------------------------------------------------
Nicolin Chen (1):
      clk: tegra: Do not return 0 on failure

Sivaram Nair (1):
      clk: tegra: bpmp: Clamp clock rates on requests

 drivers/clk/tegra/clk-bpmp.c | 6 +++---
 drivers/clk/tegra/clk-dfll.c | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

Comments

Stephen Boyd Nov. 27, 2020, 8:22 p.m. UTC | #1
Quoting Thierry Reding (2020-11-27 06:45:45)
> Hi Mike, Stephen,
> 
> The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
> 
>   Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/for-5.11-clk
> 
> for you to fetch changes up to a886c310d9fcb0e66253d4af225cba13f9bdf5d2:
> 
>   clk: tegra: bpmp: Clamp clock rates on requests (2020-11-26 16:28:07 +0100)
> 
> Turns out there were fewer patches than I thought. Some of the patches
> I was planning to pick up will be going in through the memory controller
> tree as dependencies, so here's the rest that are independent.
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next