All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thierry Reding <thierry.reding@gmail.com>
To: arm@kernel.org, soc@kernel.org
Cc: Thierry Reding <thierry.reding@gmail.com>,
	Jon Hunter <jonathanh@nvidia.com>,
	linux-tegra@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 5/6] arm64: tegra: Device tree changes for v6.1-rc1
Date: Fri, 16 Sep 2022 12:19:56 +0200	[thread overview]
Message-ID: <20220916101957.1635854-5-thierry.reding@gmail.com> (raw)
In-Reply-To: <20220916101957.1635854-1-thierry.reding@gmail.com>

Hi ARM SoC maintainers,

The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 8e4428051df12f3574b5d7927821c6fb75098d9a:

  arm64: tegra: Add GPCDMA support for Tegra I2C (2022-09-15 21:30:38 +0200)

Note that this also pulls in the changes from the for-6.1/dt-bindings
branch to satisfy build-time (and DT validation) dependencies.

Thanks,
Thierry

----------------------------------------------------------------
arm64: tegra: Device tree changes for v6.1-rc1

These changes enable PCI, Ethernet and HDA support on Jetson AGX Orin.
DMA support is enabled for I2C on a number of SoC generations and the
Google Pixel C (a.k.a. Smaug) device receives Bluetooth and Wi-Fi
support.

Other than that this also contains some minor cleanups and fixes.

----------------------------------------------------------------
Akhil R (1):
      arm64: tegra: Add GPCDMA support for Tegra I2C

Bhadram Varka (1):
      dt-bindings: net: Add Tegra234 MGBE

Diogo Ivo (2):
      arm64: dts: tegra: smaug: Add Bluetooth node
      arm64: dts: tegra: smaug: Add Wi-Fi node

Mikko Perttunen (2):
      dt-bindings: Add Host1x context stream IDs on Tegra234
      arm64: tegra: Add context isolation domains on Tegra234

Mohan Kumar (2):
      arm64: tegra: Enable HDA node for Jetson AGX Orin
      arm64: tegra: Add iommus for HDA on Tegra234

Thierry Reding (5):
      Merge branch 'for-6.1/dt-bindings' into for-6.1/arm64/dt
      arm64: tegra: Fix up compatible for Tegra234 GPCDMA
      arm64: tegra: Add MGBE nodes on Tegra234
      arm64: tegra: Enable MGBE on Jetson AGX Orin Developer Kit
      arm64: tegra: Fixup iommu-map property formatting

Vidya Sagar (3):
      arm64: tegra: Add regulators required for PCIe
      arm64: tegra: Add P2U and PCIe controller nodes to Tegra234 DT
      arm64: tegra: Enable PCIe slots in P3737-0000 board

 .../bindings/net/nvidia,tegra234-mgbe.yaml         |  162 +++
 arch/arm64/boot/dts/nvidia/tegra186.dtsi           |   49 +-
 arch/arm64/boot/dts/nvidia/tegra194.dtsi           |   49 +-
 arch/arm64/boot/dts/nvidia/tegra210-smaug.dts      |   36 +
 .../arm64/boot/dts/nvidia/tegra234-p3701-0000.dtsi |   36 +
 .../dts/nvidia/tegra234-p3737-0000+p3701-0000.dts  |   73 ++
 arch/arm64/boot/dts/nvidia/tegra234.dtsi           | 1115 +++++++++++++++++++-
 include/dt-bindings/memory/tegra234-mc.h           |   10 +
 8 files changed, 1511 insertions(+), 19 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/net/nvidia,tegra234-mgbe.yaml

WARNING: multiple messages have this Message-ID (diff)
From: Thierry Reding <thierry.reding@gmail.com>
To: arm@kernel.org, soc@kernel.org
Cc: Thierry Reding <thierry.reding@gmail.com>,
	Jon Hunter <jonathanh@nvidia.com>,
	linux-tegra@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 5/6] arm64: tegra: Device tree changes for v6.1-rc1
Date: Fri, 16 Sep 2022 12:19:56 +0200	[thread overview]
Message-ID: <20220916101957.1635854-5-thierry.reding@gmail.com> (raw)
In-Reply-To: <20220916101957.1635854-1-thierry.reding@gmail.com>

Hi ARM SoC maintainers,

The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 8e4428051df12f3574b5d7927821c6fb75098d9a:

  arm64: tegra: Add GPCDMA support for Tegra I2C (2022-09-15 21:30:38 +0200)

Note that this also pulls in the changes from the for-6.1/dt-bindings
branch to satisfy build-time (and DT validation) dependencies.

Thanks,
Thierry

----------------------------------------------------------------
arm64: tegra: Device tree changes for v6.1-rc1

These changes enable PCI, Ethernet and HDA support on Jetson AGX Orin.
DMA support is enabled for I2C on a number of SoC generations and the
Google Pixel C (a.k.a. Smaug) device receives Bluetooth and Wi-Fi
support.

Other than that this also contains some minor cleanups and fixes.

----------------------------------------------------------------
Akhil R (1):
      arm64: tegra: Add GPCDMA support for Tegra I2C

Bhadram Varka (1):
      dt-bindings: net: Add Tegra234 MGBE

Diogo Ivo (2):
      arm64: dts: tegra: smaug: Add Bluetooth node
      arm64: dts: tegra: smaug: Add Wi-Fi node

Mikko Perttunen (2):
      dt-bindings: Add Host1x context stream IDs on Tegra234
      arm64: tegra: Add context isolation domains on Tegra234

Mohan Kumar (2):
      arm64: tegra: Enable HDA node for Jetson AGX Orin
      arm64: tegra: Add iommus for HDA on Tegra234

Thierry Reding (5):
      Merge branch 'for-6.1/dt-bindings' into for-6.1/arm64/dt
      arm64: tegra: Fix up compatible for Tegra234 GPCDMA
      arm64: tegra: Add MGBE nodes on Tegra234
      arm64: tegra: Enable MGBE on Jetson AGX Orin Developer Kit
      arm64: tegra: Fixup iommu-map property formatting

Vidya Sagar (3):
      arm64: tegra: Add regulators required for PCIe
      arm64: tegra: Add P2U and PCIe controller nodes to Tegra234 DT
      arm64: tegra: Enable PCIe slots in P3737-0000 board

 .../bindings/net/nvidia,tegra234-mgbe.yaml         |  162 +++
 arch/arm64/boot/dts/nvidia/tegra186.dtsi           |   49 +-
 arch/arm64/boot/dts/nvidia/tegra194.dtsi           |   49 +-
 arch/arm64/boot/dts/nvidia/tegra210-smaug.dts      |   36 +
 .../arm64/boot/dts/nvidia/tegra234-p3701-0000.dtsi |   36 +
 .../dts/nvidia/tegra234-p3737-0000+p3701-0000.dts  |   73 ++
 arch/arm64/boot/dts/nvidia/tegra234.dtsi           | 1115 +++++++++++++++++++-
 include/dt-bindings/memory/tegra234-mc.h           |   10 +
 8 files changed, 1511 insertions(+), 19 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/net/nvidia,tegra234-mgbe.yaml

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2022-09-16 10:36 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-16 10:19 [GIT PULL 1/6] soc/tegra: Changes for v6.1-rc1 Thierry Reding
2022-09-16 10:19 ` Thierry Reding
2022-09-16 10:19 ` [GIT PULL 2/6] soc/tegra: cbb: " Thierry Reding
2022-09-16 10:19   ` Thierry Reding
2022-09-23 16:13   ` Arnd Bergmann
2022-09-23 16:13     ` Arnd Bergmann
2022-09-16 10:19 ` [GIT PULL 3/6] firmware: tegra: " Thierry Reding
2022-09-16 10:19   ` Thierry Reding
2022-09-16 10:19 ` [GIT PULL 4/6] dt-bindings: " Thierry Reding
2022-09-16 10:19   ` Thierry Reding
2022-09-16 10:19 ` Thierry Reding [this message]
2022-09-16 10:19   ` [GIT PULL 5/6] arm64: tegra: Device tree changes " Thierry Reding
2022-09-16 10:19 ` [GIT PULL 6/6] arm64: tegra: Default configuration " Thierry Reding
2022-09-16 10:19   ` Thierry Reding
2022-09-19 12:45 ` [GIT PULL 1/6] soc/tegra: Changes " Thierry Reding
2022-09-19 12:45   ` Thierry Reding
2022-09-23 14:52 ` patchwork-bot+linux-soc
2022-09-23 16:20 ` patchwork-bot+linux-soc

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220916101957.1635854-5-thierry.reding@gmail.com \
    --to=thierry.reding@gmail.com \
    --cc=arm@kernel.org \
    --cc=jonathanh@nvidia.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-tegra@vger.kernel.org \
    --cc=soc@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.