soc.lore.kernel.org archive mirror
 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 6/7] arm64: tegra: Device tree changes for v5.16-rc1
Date: Fri,  8 Oct 2021 22:11:31 +0200	[thread overview]
Message-ID: <20211008201132.1678814-7-thierry.reding@gmail.com> (raw)
Message-ID: <20211008201131.k0YRl92ZqI9cFqY9uC7mA0Svy_SkBwOZagoCiuS9IWo@z> (raw)
In-Reply-To: <20211008201132.1678814-1-thierry.reding@gmail.com>

Hi ARM SoC maintainers,

The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

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

for you to fetch changes up to b9e2404c8bb280e0b7cbf1c2e9b491baab107137:

  arm64: tegra: Fix pcie-ep DT nodes (2021-10-07 21:23:37 +0200)

Thanks,
Thierry

----------------------------------------------------------------
arm64: tegra: Device tree changes for v5.16-rc1

This enables additional interrupts on the Tegra194 GPIO controller for
better load balancing and/or virtualization, adds audio support on
Jetson TX2 NX, enables the NVDEC video decoder on Tegra186 and later and
enables more audio processors that are found on Tegra210 and later.

Various cleanups across the board top things off.

----------------------------------------------------------------
David Heidelberg (1):
      arm64: tegra: Remove unused backlight-boot-off property

Dmitry Osipenko (1):
      arm64: tegra: Add new USB PHY properties on Tegra132

Mauro Carvalho Chehab (1):
      arm64: tegra: Fix pcie-ep DT nodes

Mikko Perttunen (1):
      arm64: tegra: Add NVDEC to Tegra186/194 device trees

Sameer Pujar (4):
      arm64: tegra: Audio graph sound card for Jetson TX2 NX
      arm64: tegra: Update HDA card name on Jetson TX2 NX
      arm64: tegra: Add few AHUB devices for Tegra210 and later
      arm64: tegra: Extend APE audio support on Jetson platforms

Thierry Reding (1):
      arm64: tegra: Remove useless usb-ehci compatible string

pshete (1):
      arm64: tegra: Add additional GPIO interrupt entries on Tegra194

 arch/arm64/boot/dts/nvidia/tegra132-norrin.dts     |    2 -
 arch/arm64/boot/dts/nvidia/tegra132.dtsi           |   12 +-
 arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts | 1244 +++++++++++++++++++
 .../dts/nvidia/tegra186-p3509-0000+p3636-0001.dts  |  506 +++++++-
 arch/arm64/boot/dts/nvidia/tegra186.dtsi           |  136 +++
 arch/arm64/boot/dts/nvidia/tegra194-p2972-0000.dts | 1243 ++++++++++++++++++-
 .../arm64/boot/dts/nvidia/tegra194-p3509-0000.dtsi | 1246 +++++++++++++++++++-
 arch/arm64/boot/dts/nvidia/tegra194.dtsi           |  209 +++-
 arch/arm64/boot/dts/nvidia/tegra210-p2371-2180.dts |  876 ++++++++++++++
 arch/arm64/boot/dts/nvidia/tegra210-p3450-0000.dts |  876 ++++++++++++++
 arch/arm64/boot/dts/nvidia/tegra210.dtsi           |   81 +-
 11 files changed, 6416 insertions(+), 15 deletions(-)

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

  parent reply	other threads:[~2021-10-08 20:14 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20211008201125.d7GvkC65vwZMFOEfdLuBkZrxBA7EyjaUpbQgdpJ9Uyw@z>
2021-10-08 20:11 ` [GIT PULL 0/7] NVIDIA Tegra changes for v5.16-rc1 Thierry Reding
     [not found]   ` <20211008201126.mIsCM-iq68AEAYnqlYzkic2z-0u8rdAfbPn_HEa2Lh8@z>
2021-10-08 20:11     ` [GIT PULL 1/7] dt-bindings: Changes " Thierry Reding
     [not found]       ` <20211011221145.VzqfcQV7nSUxh1bI5bv8FZwjfGBG8fmWyqVsDreT_6E@z>
2021-10-11 22:11         ` Arnd Bergmann
     [not found]   ` <20211008201127.9DGZq3N_QhtR6n6KbEVYiOq9EpXL2k04SlYkfObAG60@z>
2021-10-08 20:11     ` [GIT PULL 2/7] firmware: tegra: " Thierry Reding
     [not found]       ` <20211011145429.KCXIrK6Y5cBHd-APY5sVhWpx0jyXtyMaiyneakPjrVI@z>
2021-10-11 14:54         ` Arnd Bergmann
     [not found]   ` <20211008201128.DH_9OiJZm-PQ90n0LD8rF1aUp3u-CTqj_16991tTbug@z>
2021-10-08 20:11     ` [GIT PULL 3/7] soc/tegra: " Thierry Reding
     [not found]       ` <20211011145430.UbGKwZRJ9LrPm3SnSzvx30q1aaHyc5l5ZZ7VLx0fVYE@z>
2021-10-11 14:54         ` Arnd Bergmann
     [not found]   ` <20211008201129.jJXyLDWvqS5wBrap4A1mXYYjbaniminwWFvD8TrH6qk@z>
2021-10-08 20:11     ` [GIT PULL 4/7] cpuidle: tegra: " Thierry Reding
     [not found]       ` <20211011145431.gQFJVwgdNPN1vg85YQ8XQUvlWKtdzeh65hy9IpwDebU@z>
2021-10-11 14:54         ` Arnd Bergmann
     [not found]   ` <20211008201130.bE2NIJbTrY6xNXWAshvhboeDwYiyOhKvtkb7TWUJrBA@z>
2021-10-08 20:11     ` [GIT PULL 5/7] ARM: tegra: Device tree changes " Thierry Reding
     [not found]       ` <20211011221146.p9sU2dS36WnnCUotmRHq6M4OFvqBvdJLJYNKOkwjNRc@z>
2021-10-11 22:11         ` Arnd Bergmann
     [not found]   ` <20211008201131.k0YRl92ZqI9cFqY9uC7mA0Svy_SkBwOZagoCiuS9IWo@z>
2021-10-08 20:11     ` Thierry Reding [this message]
     [not found]       ` <20211011221147.WYwbuzXJR-i3knuPnEyxAqrP5NiUiuB2B3YhlhwZins@z>
2021-10-11 22:11         ` [GIT PULL 6/7] arm64: " Arnd Bergmann
     [not found]   ` <20211008201132.9aP8GXP0JTQUViofajF6qP6mxN84u8xpg5LYmgL0ays@z>
2021-10-08 20:11     ` [GIT PULL 7/7] arm64: tegra: Default configuration " Thierry Reding
     [not found]       ` <20211012125020.CH5mFgj6zbowXT8Qsp6AaPu1KEBmlK7jqdY9P2O0FAQ@z>
2021-10-12 12:50         ` Arnd Bergmann

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=20211008201132.1678814-7-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 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).