mbox series

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

Message ID 20210401172622.3352990-3-thierry.reding@gmail.com
State Rejected
Headers show
Series [GIT,PULL,1/5] dt-bindings: Changes for v5.13-rc1 | expand

Pull-request

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

Message

Thierry Reding April 1, 2021, 5:26 p.m. UTC
Hi ARM SoC maintainers,

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 366d7c643a8a9db652341e314b33d3fc80595e6c:

  soc/tegra: pmc: Print out domain name when reset fails to acquire (2021-03-26 13:10:25 +0100)

Thanks,
Thierry

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

Contains a couple of fixes to the PMC power domain implementation and
exports a regmap from PMC needed to implement USB sleepwalk support.

----------------------------------------------------------------
Dmitry Osipenko (5):
      soc/tegra: regulators: Fix locking up when voltage-spread is out of range
      soc/tegra: pmc: Fix imbalanced clock disabling in error code path
      soc/tegra: pmc: Fix completion of power-gate toggling
      soc/tegra: pmc: Ensure that clock rates aren't too high
      soc/tegra: pmc: Print out domain name when reset fails to acquire

JC Kuo (1):
      soc/tegra: pmc: Provide USB sleepwalk register map

 drivers/soc/tegra/pmc.c                | 259 ++++++++++++++++++++++++++++++++-
 drivers/soc/tegra/regulators-tegra30.c |   2 +-
 2 files changed, 252 insertions(+), 9 deletions(-)