soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] arm64: tegra: Device tree fixes for v5.10-rc6
@ 2020-11-25 17:03 Thierry Reding
  2020-11-25 17:03 ` Thierry Reding
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Thierry Reding @ 2020-11-25 17:03 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 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.10-arm64-dt-fixes

for you to fetch changes up to d98bccf10dd0f36cabee71a425381fce0908de3b:

  arm64: tegra: Fix Tegra234 VDK node names (2020-11-25 15:33:30 +0100)

Thanks,
Thierry

----------------------------------------------------------------
arm64: tegra: Device tree fixes for v5.10-rc6

This contains a couple of fixes to device trees. Among other things,
this restores suspend/resume on Jetson TX2 and makes USB OTG work on
Jetson TX1.

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

JC Kuo (1):
      arm64: tegra: Fix USB_VBUS_EN0 regulator on Jetson TX1

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

 arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts  | 12 ------------
 arch/arm64/boot/dts/nvidia/tegra194-p3668-0000.dtsi |  2 +-
 arch/arm64/boot/dts/nvidia/tegra194.dtsi            |  2 +-
 arch/arm64/boot/dts/nvidia/tegra210-p2597.dtsi      | 20 ++++++++++----------
 arch/arm64/boot/dts/nvidia/tegra234-sim-vdk.dts     |  6 +++---
 5 files changed, 15 insertions(+), 27 deletions(-)

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

* [GIT PULL] arm64: tegra: Device tree fixes for v5.10-rc6
  2020-11-25 17:03 [GIT PULL] arm64: tegra: Device tree fixes for v5.10-rc6 Thierry Reding
@ 2020-11-25 17:03 ` Thierry Reding
  2020-11-26 21:17 ` Arnd Bergmann
  2020-11-26 21:20 ` patchwork-bot+linux-soc
  2 siblings, 0 replies; 5+ messages in thread
From: Thierry Reding @ 2020-11-25 17:03 UTC (permalink / raw)
  To: arm, soc; +Cc: linux-tegra, Thierry Reding, linux-arm-kernel, Jon Hunter

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.10-arm64-dt-fixes

for you to fetch changes up to d98bccf10dd0f36cabee71a425381fce0908de3b:

  arm64: tegra: Fix Tegra234 VDK node names (2020-11-25 15:33:30 +0100)

Thanks,
Thierry

----------------------------------------------------------------
arm64: tegra: Device tree fixes for v5.10-rc6

This contains a couple of fixes to device trees. Among other things,
this restores suspend/resume on Jetson TX2 and makes USB OTG work on
Jetson TX1.

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

JC Kuo (1):
      arm64: tegra: Fix USB_VBUS_EN0 regulator on Jetson TX1

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

 arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts  | 12 ------------
 arch/arm64/boot/dts/nvidia/tegra194-p3668-0000.dtsi |  2 +-
 arch/arm64/boot/dts/nvidia/tegra194.dtsi            |  2 +-
 arch/arm64/boot/dts/nvidia/tegra210-p2597.dtsi      | 20 ++++++++++----------
 arch/arm64/boot/dts/nvidia/tegra234-sim-vdk.dts     |  6 +++---
 5 files changed, 15 insertions(+), 27 deletions(-)

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

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

* Re: [GIT PULL] arm64: tegra: Device tree fixes for v5.10-rc6
  2020-11-25 17:03 [GIT PULL] arm64: tegra: Device tree fixes for v5.10-rc6 Thierry Reding
  2020-11-25 17:03 ` Thierry Reding
@ 2020-11-26 21:17 ` Arnd Bergmann
  2020-11-26 21:17   ` Arnd Bergmann
  2020-11-26 21:20 ` patchwork-bot+linux-soc
  2 siblings, 1 reply; 5+ messages in thread
From: Arnd Bergmann @ 2020-11-26 21:17 UTC (permalink / raw)
  To: Thierry Reding, soc, arm
  Cc: Arnd Bergmann, linux-arm-kernel, Jon Hunter, linux-tegra

From: Arnd Bergmann <arnd@arndb.de>

On Wed, 25 Nov 2020 18:03:06 +0100, Thierry Reding wrote:
> 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.10-arm64-dt-fixes
> 
> [...]

Merged into arm/fixes, thanks!

merge commit: 06ceddef30a58ddb4393176c78fd4dccc14dbfde

       Arnd

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

* Re: [GIT PULL] arm64: tegra: Device tree fixes for v5.10-rc6
  2020-11-26 21:17 ` Arnd Bergmann
@ 2020-11-26 21:17   ` Arnd Bergmann
  0 siblings, 0 replies; 5+ messages in thread
From: Arnd Bergmann @ 2020-11-26 21:17 UTC (permalink / raw)
  To: Thierry Reding, soc, arm
  Cc: linux-tegra, linux-arm-kernel, Arnd Bergmann, Jon Hunter

From: Arnd Bergmann <arnd@arndb.de>

On Wed, 25 Nov 2020 18:03:06 +0100, Thierry Reding wrote:
> 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.10-arm64-dt-fixes
> 
> [...]

Merged into arm/fixes, thanks!

merge commit: 06ceddef30a58ddb4393176c78fd4dccc14dbfde

       Arnd

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

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

* Re: [GIT PULL] arm64: tegra: Device tree fixes for v5.10-rc6
  2020-11-25 17:03 [GIT PULL] arm64: tegra: Device tree fixes for v5.10-rc6 Thierry Reding
  2020-11-25 17:03 ` Thierry Reding
  2020-11-26 21:17 ` Arnd Bergmann
@ 2020-11-26 21:20 ` patchwork-bot+linux-soc
  2 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+linux-soc @ 2020-11-26 21:20 UTC (permalink / raw)
  To: Thierry Reding; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (refs/heads/arm/fixes):

On Wed, 25 Nov 2020 18:03:06 +0100 you wrote:
> 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:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] arm64: tegra: Device tree fixes for v5.10-rc6
    https://git.kernel.org/soc/soc/c/06ceddef30a5

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2020-11-26 21:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-25 17:03 [GIT PULL] arm64: tegra: Device tree fixes for v5.10-rc6 Thierry Reding
2020-11-25 17:03 ` Thierry Reding
2020-11-26 21:17 ` Arnd Bergmann
2020-11-26 21:17   ` Arnd Bergmann
2020-11-26 21:20 ` patchwork-bot+linux-soc

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