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 5/6] arm64: tegra: Device tree changes for v5.11-rc1
Date: Fri, 27 Nov 2020 15:43:28 +0100	[thread overview]
Message-ID: <20201127144329.124891-5-thierry.reding@gmail.com> (raw)
In-Reply-To: <20201127144329.124891-1-thierry.reding@gmail.com>

Hi ARM SoC maintainers,

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 48f6e195039486bc303118948f49a9873acc888f:

  arm64: tegra: Fix Tegra194 HDA {clock,reset}-names ordering (2020-11-26 16:33:04 +0100)

Note that you've already pulled part of this earlier as fixes for
v5.10-rc6, but I've included the whole lot for completeness. Let me know
if that doesn't work for you and you'd rather have a completely separate
branch.

Thanks,
Thierry

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

These changes are mostly minor fixes across the board, but they also
enable PMUs on Tegra186 and enable SATA support on Jetson TX2.

----------------------------------------------------------------
Dipen Patel (1):
      arm64: tegra: Wrong AON HSP reg property size

JC Kuo (2):
      arm64: tegra: Fix USB_VBUS_EN0 regulator on Jetson TX1
      arm64: tegra: Add XUSB pad controller interrupt

Jon Hunter (3):
      arm64: tegra: Disable the ACONNECT for Jetson TX2
      arm64: tegra: Correct the UART for Jetson Xavier NX
      arm64: tegra: Fix Tegra234 VDK node names

Marc Zyngier (2):
      arm64: tegra: Add missing CPU PMUs on Tegra186
      arm64: tegra: Fix GIC400 missing GICH/GICV register regions

Nicolas Chauvet (3):
      arm64: tegra: Add missing hot temperatures to Tegra132 thermal-zones
      arm64: tegra: Add missing gpu-throt-level to Tegra210 soctherm
      arm64: tegra: Add missing hot temperatures to Tegra210 thermal-zones

Sameer Pujar (2):
      arm64: tegra: Rename ADMA device nodes for Tegra210
      arm64: tegra: Fix Tegra194 HDA {clock,reset}-names ordering

Sowjanya Komatineni (2):
      arm64: tegra: Change order of SATA resets for Tegra132 and Tegra210
      arm64: tegra: Enable AHCI on Jetson TX2

Thierry Reding (1):
      arm64: tegra: Hook up edp interrupt on Tegra132 SOCTHERM

Vidya Sagar (1):
      arm64: tegra: Fix DT binding for IO High Voltage entry

 arch/arm64/boot/dts/nvidia/tegra132.dtsi           | 20 +++++--
 arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts | 16 ++----
 arch/arm64/boot/dts/nvidia/tegra186.dtsi           | 61 +++++++++++++++++++---
 .../arm64/boot/dts/nvidia/tegra194-p3668-0000.dtsi |  2 +-
 arch/arm64/boot/dts/nvidia/tegra194.dtsi           | 19 +++----
 arch/arm64/boot/dts/nvidia/tegra210-p2371-2180.dts |  2 +-
 arch/arm64/boot/dts/nvidia/tegra210-p2597.dtsi     | 20 +++----
 arch/arm64/boot/dts/nvidia/tegra210-p3450-0000.dts |  2 +-
 arch/arm64/boot/dts/nvidia/tegra210-smaug.dts      |  2 +-
 arch/arm64/boot/dts/nvidia/tegra210.dtsi           | 22 ++++++--
 arch/arm64/boot/dts/nvidia/tegra234-sim-vdk.dts    |  6 +--
 11 files changed, 119 insertions(+), 53 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: Thierry Reding <thierry.reding@gmail.com>
To: arm@kernel.org, soc@kernel.org
Cc: linux-tegra@vger.kernel.org,
	Thierry Reding <thierry.reding@gmail.com>,
	linux-arm-kernel@lists.infradead.org,
	Jon Hunter <jonathanh@nvidia.com>
Subject: [GIT PULL 5/6] arm64: tegra: Device tree changes for v5.11-rc1
Date: Fri, 27 Nov 2020 15:43:28 +0100	[thread overview]
Message-ID: <20201127144329.124891-5-thierry.reding@gmail.com> (raw)
Message-ID: <20201127144328.zAJYCBGcpXi7DGR15K6kCv3Uem2BfkvbRlyllsO7rgk@z> (raw)
In-Reply-To: <20201127144329.124891-1-thierry.reding@gmail.com>

Hi ARM SoC maintainers,

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 48f6e195039486bc303118948f49a9873acc888f:

  arm64: tegra: Fix Tegra194 HDA {clock,reset}-names ordering (2020-11-26 16:33:04 +0100)

Note that you've already pulled part of this earlier as fixes for
v5.10-rc6, but I've included the whole lot for completeness. Let me know
if that doesn't work for you and you'd rather have a completely separate
branch.

Thanks,
Thierry

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

These changes are mostly minor fixes across the board, but they also
enable PMUs on Tegra186 and enable SATA support on Jetson TX2.

----------------------------------------------------------------
Dipen Patel (1):
      arm64: tegra: Wrong AON HSP reg property size

JC Kuo (2):
      arm64: tegra: Fix USB_VBUS_EN0 regulator on Jetson TX1
      arm64: tegra: Add XUSB pad controller interrupt

Jon Hunter (3):
      arm64: tegra: Disable the ACONNECT for Jetson TX2
      arm64: tegra: Correct the UART for Jetson Xavier NX
      arm64: tegra: Fix Tegra234 VDK node names

Marc Zyngier (2):
      arm64: tegra: Add missing CPU PMUs on Tegra186
      arm64: tegra: Fix GIC400 missing GICH/GICV register regions

Nicolas Chauvet (3):
      arm64: tegra: Add missing hot temperatures to Tegra132 thermal-zones
      arm64: tegra: Add missing gpu-throt-level to Tegra210 soctherm
      arm64: tegra: Add missing hot temperatures to Tegra210 thermal-zones

Sameer Pujar (2):
      arm64: tegra: Rename ADMA device nodes for Tegra210
      arm64: tegra: Fix Tegra194 HDA {clock,reset}-names ordering

Sowjanya Komatineni (2):
      arm64: tegra: Change order of SATA resets for Tegra132 and Tegra210
      arm64: tegra: Enable AHCI on Jetson TX2

Thierry Reding (1):
      arm64: tegra: Hook up edp interrupt on Tegra132 SOCTHERM

Vidya Sagar (1):
      arm64: tegra: Fix DT binding for IO High Voltage entry

 arch/arm64/boot/dts/nvidia/tegra132.dtsi           | 20 +++++--
 arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts | 16 ++----
 arch/arm64/boot/dts/nvidia/tegra186.dtsi           | 61 +++++++++++++++++++---
 .../arm64/boot/dts/nvidia/tegra194-p3668-0000.dtsi |  2 +-
 arch/arm64/boot/dts/nvidia/tegra194.dtsi           | 19 +++----
 arch/arm64/boot/dts/nvidia/tegra210-p2371-2180.dts |  2 +-
 arch/arm64/boot/dts/nvidia/tegra210-p2597.dtsi     | 20 +++----
 arch/arm64/boot/dts/nvidia/tegra210-p3450-0000.dts |  2 +-
 arch/arm64/boot/dts/nvidia/tegra210-smaug.dts      |  2 +-
 arch/arm64/boot/dts/nvidia/tegra210.dtsi           | 22 ++++++--
 arch/arm64/boot/dts/nvidia/tegra234-sim-vdk.dts    |  6 +--
 11 files changed, 119 insertions(+), 53 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:[~2020-11-27 14:43 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-27 14:43 [GIT PULL 1/6] dt-bindings: Changes for v5.11-rc1 Thierry Reding
2020-11-27 14:43 ` Thierry Reding
2020-11-27 14:43 ` [GIT PULL 2/6] soc/tegra: " Thierry Reding
2020-11-27 14:43   ` Thierry Reding
2020-11-27 14:43 ` [GIT PULL 3/6] firmware: tegra: " Thierry Reding
2020-11-27 14:43   ` Thierry Reding
2020-11-27 14:43 ` [GIT PULL 4/6] ARM: tegra: Device tree changes " Thierry Reding
2020-11-27 14:43   ` Thierry Reding
2020-11-27 14:43 ` Thierry Reding [this message]
2020-11-27 14:43   ` [GIT PULL 5/6] arm64: " Thierry Reding
2020-11-27 19:44   ` Arnd Bergmann
2020-11-27 19:44     ` Arnd Bergmann
2020-11-27 14:43 ` [GIT PULL 6/6] arm64: tegra: Default configuration " Thierry Reding
2020-11-27 14:43   ` Thierry Reding
2020-11-27 17:10 ` [GIT PULL 1/6] dt-bindings: Changes " 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=20201127144329.124891-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 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).