linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/3] soc/tegra: Cleanups for v6.14-rc1
@ 2025-01-10 18:53 Thierry Reding
  2025-01-10 18:53 ` [GIT PULL 2/3] ARM: tegra: Device tree fixes " Thierry Reding
  2025-01-10 18:53 ` [GIT PULL 3/3] arm64: " Thierry Reding
  0 siblings, 2 replies; 3+ messages in thread
From: Thierry Reding @ 2025-01-10 18:53 UTC (permalink / raw)
  To: arm, soc; +Cc: Thierry Reding, Jon Hunter, linux-tegra, linux-arm-kernel

Hi ARM SoC maintainers,

The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:

  Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 836b341cc8dab680acc06a7883bfeea89680b689:

  soc/tegra: fuse: Update Tegra234 nvmem keepout list (2025-01-10 18:51:46 +0100)

Thanks,
Thierry

----------------------------------------------------------------
soc/tegra: Cleanups for v6.14-rc1

This contains debugfs error handling cleanup, a typofix and an update to
the FUSE block's keepout list to properly allow reading these registers.

----------------------------------------------------------------
Kartik Rajput (1):
      soc/tegra: fuse: Update Tegra234 nvmem keepout list

Krzysztof Kozlowski (1):
      soc/tegra: cbb: Drop unnecessary debugfs error handling

liujing (1):
      soc/tegra: Fix spelling error in tegra234_lookup_slave_timeout()

 drivers/soc/tegra/cbb/tegra-cbb.c     | 20 ++++----------------
 drivers/soc/tegra/cbb/tegra234-cbb.c  |  2 +-
 drivers/soc/tegra/fuse/fuse-tegra30.c | 17 +++++++++++------
 3 files changed, 16 insertions(+), 23 deletions(-)


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

* [GIT PULL 2/3] ARM: tegra: Device tree fixes for v6.14-rc1
  2025-01-10 18:53 [GIT PULL 1/3] soc/tegra: Cleanups for v6.14-rc1 Thierry Reding
@ 2025-01-10 18:53 ` Thierry Reding
  2025-01-10 18:53 ` [GIT PULL 3/3] arm64: " Thierry Reding
  1 sibling, 0 replies; 3+ messages in thread
From: Thierry Reding @ 2025-01-10 18:53 UTC (permalink / raw)
  To: arm, soc; +Cc: Thierry Reding, Jon Hunter, linux-tegra, linux-arm-kernel

Hi ARM SoC maintainers,

The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:

  Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.14-arm-dt

for you to fetch changes up to cec785a7f25d9ebe3a151ddc4f3a4ede7fc0dab0:

  ARM: tegra: nyan: Maintain power to USB ports on boot (2024-12-05 12:42:06 +0100)

Thanks,
Thierry

----------------------------------------------------------------
ARM: tegra: Device tree fixes for v6.14-rc1

This contains a fix that makes sure the power to the USB ports is
maintained during boot. This helps with booting from USB storage.

----------------------------------------------------------------
Michal Pecio (1):
      ARM: tegra: nyan: Maintain power to USB ports on boot

 arch/arm/boot/dts/nvidia/tegra124-nyan.dtsi | 2 ++
 1 file changed, 2 insertions(+)


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

* [GIT PULL 3/3] arm64: tegra: Device tree fixes for v6.14-rc1
  2025-01-10 18:53 [GIT PULL 1/3] soc/tegra: Cleanups for v6.14-rc1 Thierry Reding
  2025-01-10 18:53 ` [GIT PULL 2/3] ARM: tegra: Device tree fixes " Thierry Reding
@ 2025-01-10 18:53 ` Thierry Reding
  1 sibling, 0 replies; 3+ messages in thread
From: Thierry Reding @ 2025-01-10 18:53 UTC (permalink / raw)
  To: arm, soc; +Cc: Thierry Reding, Jon Hunter, linux-tegra, linux-arm-kernel

Hi ARM SoC maintainers,

The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:

  Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)

are available in the Git repository at:

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

for you to fetch changes up to b615fbd70fce8582d92b3bdbbf3c9b80cadcfb55:

  arm64: tegra: Fix Tegra234 PCIe interrupt-map (2025-01-10 18:47:01 +0100)

Thanks,
Thierry

----------------------------------------------------------------
arm64: tegra: Device tree fixes for v6.14-rc1

These patches fix up an issue with the DMA support on one of the SPI
controllers, as well as properly identify the SCE fabric and disable
it to prevent accessing registers that may not be accessible to the
CPU. Finally, the GIC's #address-cells property is set to 0 to fix a
problem in the PCIe interrupt-map property.

----------------------------------------------------------------
Akhil R (1):
      arm64: tegra: Fix DMA ID for SPI2

Brad Griffis (1):
      arm64: tegra: Fix Tegra234 PCIe interrupt-map

Sumit Gupta (2):
      arm64: tegra: Fix typo in Tegra234 dce-fabric compatible
      arm64: tegra: Disable Tegra234 sce-fabric node

 arch/arm64/boot/dts/nvidia/tegra234.dtsi | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)


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

end of thread, other threads:[~2025-01-10 18:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-10 18:53 [GIT PULL 1/3] soc/tegra: Cleanups for v6.14-rc1 Thierry Reding
2025-01-10 18:53 ` [GIT PULL 2/3] ARM: tegra: Device tree fixes " Thierry Reding
2025-01-10 18:53 ` [GIT PULL 3/3] arm64: " Thierry Reding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).