mbox series

[GIT,PULL,3/6] soc/tegra: Changes for v5.15-rc1

Message ID 20210813162157.2820913-3-thierry.reding@gmail.com (mailing list archive)
State Mainlined, archived
Commit 59c6fceb2ecc382c3d20508a235b539bf23af1f0
Headers show
Series [GIT,PULL,1/6] dt-bindings: Changes for v5.15-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.15-soc

Message

Thierry Reding Aug. 13, 2021, 4:21 p.m. UTC
Hi ARM SoC maintainers,

The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.15-soc

for you to fetch changes up to 59c6fceb2ecc382c3d20508a235b539bf23af1f0:

  soc/tegra: fuse: Enable fuse clock on suspend for Tegra124 (2021-08-11 11:55:56 +0200)

Thanks,
Thierry

----------------------------------------------------------------
soc/tegra: Changes for v5.15-rc1

Implements runtime PM support for the FUSE block and prepares the driver
to work better in conjunction with the CPUIDLE driver.

----------------------------------------------------------------
Cai Huoqing (1):
      soc/tegra: bpmp: Remove unused including <linux/version.h>

Dmitry Osipenko (4):
      soc/tegra: pmc: Prevent racing with cpuilde driver
      soc/tegra: fuse: Clear fuse->clk on driver probe failure
      soc/tegra: fuse: Add runtime PM support
      soc/tegra: fuse: Enable fuse clock on suspend for Tegra124

 arch/arm/mach-tegra/pm.c              |  2 +-
 arch/arm/mach-tegra/pm.h              |  6 ----
 arch/arm/mach-tegra/tegra.c           |  2 --
 drivers/soc/tegra/fuse/fuse-tegra.c   | 60 +++++++++++++++++++++++++++++++++++
 drivers/soc/tegra/fuse/fuse-tegra20.c | 11 ++++---
 drivers/soc/tegra/fuse/fuse-tegra30.c | 16 +++++++---
 drivers/soc/tegra/fuse/fuse.h         |  2 ++
 drivers/soc/tegra/pmc.c               | 14 +++++++-
 drivers/soc/tegra/powergate-bpmp.c    |  1 -
 include/soc/tegra/pm.h                |  6 ++++
 10 files changed, 100 insertions(+), 20 deletions(-)

Comments

Arnd Bergmann Aug. 18, 2021, 1:34 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Fri, 13 Aug 2021 18:21:54 +0200, Thierry Reding wrote:
> The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:
> 
>   Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.15-soc
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: c4361dee2e6cffa32122e06c9df0a9c2e5c4dd51

       Arnd