Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/3] soc/tegra: pmc: Fixes for v7.2
@ 2026-07-03 14:40 Thierry Reding
  2026-07-03 14:40 ` [GIT PULL 2/3] soc/tegra: " Thierry Reding
  2026-07-03 14:40 ` [GIT PULL 3/3] arm64: tegra: Device tree fixes " Thierry Reding
  0 siblings, 2 replies; 3+ messages in thread
From: Thierry Reding @ 2026-07-03 14:40 UTC (permalink / raw)
  To: arm, soc; +Cc: Thierry Reding, Jon Hunter, linux-tegra, linux-arm-kernel

From: Thierry Reding <thierry.reding@gmail.com>

Hi ARM SoC maintainers,

The following changes since commit 2cee7da9743396aff1fd13124109c78975c92ad8:

  soc/tegra: pmc: Add Tegra238 support (2026-05-31 07:21:15 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-7.2-pmc-fixes

for you to fetch changes up to 813e034925814858cc52e7de321ec4848314e15d:

  soc/tegra: pmc: fix #ifdef block in header (2026-06-22 08:52:46 +0200)

Note that this contains a patch for the Tegra DRM driver that I'm taking
through this tree rather than drm-misc because the commit that it fixes
came in through the Tegra tree as well.

Thanks,
Thierry

----------------------------------------------------------------
soc/tegra: pmc: Fixes for v7.2

This contains two fixes, one for a bad error unwinding path and another
for an #ifdef block that wasn't covering all the combinations correctly.

----------------------------------------------------------------
Arnd Bergmann (1):
      soc/tegra: pmc: fix #ifdef block in header

Christophe JAILLET (1):
      drm/tegra: Fix a strange error handling path

 drivers/gpu/drm/tegra/sor.c | 6 ++----
 include/soc/tegra/pmc.h     | 5 ++++-
 2 files changed, 6 insertions(+), 5 deletions(-)


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [GIT PULL 2/3] soc/tegra: Fixes for v7.2
  2026-07-03 14:40 [GIT PULL 1/3] soc/tegra: pmc: Fixes for v7.2 Thierry Reding
@ 2026-07-03 14:40 ` Thierry Reding
  2026-07-03 14:40 ` [GIT PULL 3/3] arm64: tegra: Device tree fixes " Thierry Reding
  1 sibling, 0 replies; 3+ messages in thread
From: Thierry Reding @ 2026-07-03 14:40 UTC (permalink / raw)
  To: arm, soc; +Cc: Thierry Reding, Jon Hunter, linux-tegra, linux-arm-kernel

From: Thierry Reding <thierry.reding@gmail.com>

Hi ARM SoC maintainers,

The following changes since commit 8b8ee2e56f951ccf41d98eebe73195cea487cd48:

  soc/tegra: Use ARM SMCCC to get chip ID, revision, and platform info (2026-05-29 14:42:09 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 265d5d4032c5f6eb089a6e6241d37fdbde7da180:

  soc/tegra: fuse: Fix spurious straps warning on SMCCC platforms (2026-06-22 09:25:36 +0200)

Thanks,
Thierry

----------------------------------------------------------------
soc/tegra: Fixes for v7.2

Fix a spurious WARN() that was checking for an outdated condition.

----------------------------------------------------------------
Breno Leitao (1):
      soc/tegra: fuse: Fix spurious straps warning on SMCCC platforms

 drivers/soc/tegra/fuse/tegra-apbmisc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [GIT PULL 3/3] arm64: tegra: Device tree fixes for v7.2
  2026-07-03 14:40 [GIT PULL 1/3] soc/tegra: pmc: Fixes for v7.2 Thierry Reding
  2026-07-03 14:40 ` [GIT PULL 2/3] soc/tegra: " Thierry Reding
@ 2026-07-03 14:40 ` Thierry Reding
  1 sibling, 0 replies; 3+ messages in thread
From: Thierry Reding @ 2026-07-03 14:40 UTC (permalink / raw)
  To: arm, soc; +Cc: Thierry Reding, Jon Hunter, linux-tegra, linux-arm-kernel

From: Thierry Reding <thierry.reding@gmail.com>

Hi ARM SoC maintainers,

The following changes since commit e1215cd6d3b9338e72573cc1cc60922b5bd34da4:

  arm64: tegra: Enable SMMU on Tegra194 display controllers (2026-05-29 14:33:29 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-7.2-arm64-dt-fixes

for you to fetch changes up to 806a66f926c2b6652aeb88983d01f25081b41a73:

  arm64: tegra: Fix CPU1 node unit-address on Tegra264 (2026-06-25 11:13:27 +0200)

Thanks,
Thierry

----------------------------------------------------------------
arm64: tegra: Device tree fixes for v7.2

These changes fix an invalid compatible string combination for GPC DMA
on Tegra264, change the compatible string for the CPU found on Tegra234
and update the unit-address of CPU#1 on Tegra264 so it matches the value
in the "reg" property.

----------------------------------------------------------------
Akhil R (1):
      arm64: tegra: Remove fallback compatible for GPCDMA

Sumit Gupta (2):
      arm64: tegra: Fix CPU compatible string to cortex-a78ae on Tegra234
      arm64: tegra: Fix CPU1 node unit-address on Tegra264

 arch/arm64/boot/dts/nvidia/tegra234.dtsi | 24 ++++++++++++------------
 arch/arm64/boot/dts/nvidia/tegra264.dtsi |  4 ++--
 2 files changed, 14 insertions(+), 14 deletions(-)


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-07-03 15:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-03 14:40 [GIT PULL 1/3] soc/tegra: pmc: Fixes for v7.2 Thierry Reding
2026-07-03 14:40 ` [GIT PULL 2/3] soc/tegra: " Thierry Reding
2026-07-03 14:40 ` [GIT PULL 3/3] arm64: tegra: Device tree fixes " Thierry Reding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox