linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/6] ARM: tegra: Core changes for v5.12-rc1
@ 2021-01-29 19:32 Thierry Reding
  2021-01-29 19:32 ` [GIT PULL 2/6] dt-bindings: tegra: Changes " Thierry Reding
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Thierry Reding @ 2021-01-29 19:32 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 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.12-arm-core

for you to fetch changes up to 680ae44526ea9b656238ac768c8b6130961a0bdb:

  ARM: tegra: Don't enable unused PLLs on resume from suspend (2021-01-19 18:20:42 +0100)

Thanks,
Thierry

----------------------------------------------------------------
ARM: tegra: Core changes for v5.12-rc1

This contains a single fix that helps properly track the enable state
for various PLLs during suspend/resume.

----------------------------------------------------------------
Dmitry Osipenko (1):
      ARM: tegra: Don't enable unused PLLs on resume from suspend

 arch/arm/mach-tegra/sleep-tegra20.S | 38 +++++++++++++--
 arch/arm/mach-tegra/sleep-tegra30.S | 94 +++++++++++++++++++++++++++++--------
 2 files changed, 108 insertions(+), 24 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] 12+ messages in thread

* [GIT PULL 2/6] dt-bindings: tegra: Changes for v5.12-rc1
  2021-01-29 19:32 [GIT PULL 1/6] ARM: tegra: Core changes for v5.12-rc1 Thierry Reding
@ 2021-01-29 19:32 ` Thierry Reding
  2021-02-02 17:10   ` Arnd Bergmann
  2021-01-29 19:32 ` [GIT PULL 3/6] ARM: tegra: Device tree changes " Thierry Reding
                   ` (4 subsequent siblings)
  5 siblings, 1 reply; 12+ messages in thread
From: Thierry Reding @ 2021-01-29 19:32 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 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.12-dt-bindings

for you to fetch changes up to 6c50321fd65135a28450f16b5745b72368d61006:

  dt-bindings: arm: tegra: Document Jetson Xavier NX eMMC SKU (2021-01-29 16:56:47 +0100)

Thanks,
Thierry

----------------------------------------------------------------
dt-bindings: tegra: Changes for v5.12-rc1

Exposed a new QSPI clock to DT on Tegra210 and documents the eMMC SKU of
the Jetson Xavier NX board.

----------------------------------------------------------------
Sowjanya Komatineni (1):
      dt-bindings: clock: tegra: Add clock ID TEGRA210_CLK_QSPI_PM

Thierry Reding (1):
      dt-bindings: arm: tegra: Document Jetson Xavier NX eMMC SKU

 Documentation/devicetree/bindings/arm/tegra.yaml | 8 ++++++++
 include/dt-bindings/clock/tegra210-car.h         | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

_______________________________________________
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] 12+ messages in thread

* [GIT PULL 3/6] ARM: tegra: Device tree changes for v5.12-rc1
  2021-01-29 19:32 [GIT PULL 1/6] ARM: tegra: Core changes for v5.12-rc1 Thierry Reding
  2021-01-29 19:32 ` [GIT PULL 2/6] dt-bindings: tegra: Changes " Thierry Reding
@ 2021-01-29 19:32 ` Thierry Reding
  2021-01-30 11:34   ` Arnd Bergmann
  2021-01-29 19:32 ` [GIT PULL 4/6] ARM: tegra: Default configuration " Thierry Reding
                   ` (3 subsequent siblings)
  5 siblings, 1 reply; 12+ messages in thread
From: Thierry Reding @ 2021-01-29 19:32 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 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 3029a563ac0ccd39b9dc53eadfb9c0e3fb57a449:

  ARM: tegra: ouya: Fix eMMC on specific bootloaders (2021-01-29 17:08:03 +0100)

Thanks,
Thierry

----------------------------------------------------------------
ARM: tegra: Device tree changes for v5.12-rc1

Fixes the pinmux configuration for the eMMC on the Ouya to fix issues
with certain bootloaders.

----------------------------------------------------------------
Peter Geis (1):
      ARM: tegra: ouya: Fix eMMC on specific bootloaders

 arch/arm/boot/dts/tegra30-ouya.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 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] 12+ messages in thread

* [GIT PULL 4/6] ARM: tegra: Default configuration changes for v5.12-rc1
  2021-01-29 19:32 [GIT PULL 1/6] ARM: tegra: Core changes for v5.12-rc1 Thierry Reding
  2021-01-29 19:32 ` [GIT PULL 2/6] dt-bindings: tegra: Changes " Thierry Reding
  2021-01-29 19:32 ` [GIT PULL 3/6] ARM: tegra: Device tree changes " Thierry Reding
@ 2021-01-29 19:32 ` Thierry Reding
  2021-01-30 11:26   ` Arnd Bergmann
  2021-01-29 19:32 ` [GIT PULL 5/6] arm64: tegra: Device tree " Thierry Reding
                   ` (2 subsequent siblings)
  5 siblings, 1 reply; 12+ messages in thread
From: Thierry Reding @ 2021-01-29 19:32 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 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.12-arm-defconfig

for you to fetch changes up to 760f9c2b84106fd02de701c964e7989c9802791b:

  ARM: config: Enable Tegra SoC Thermal driver (2021-01-19 16:54:49 +0100)

Thanks,
Thierry

----------------------------------------------------------------
ARM: tegra: Default configuration changes for v5.12-rc1

Enables the Tegra SoC thermal driver on 32-bit platforms such as
Tegra124.

----------------------------------------------------------------
Jon Hunter (1):
      ARM: config: Enable Tegra SoC Thermal driver

 arch/arm/configs/multi_v7_defconfig | 1 +
 arch/arm/configs/tegra_defconfig    | 1 +
 2 files changed, 2 insertions(+)

_______________________________________________
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] 12+ messages in thread

* [GIT PULL 5/6] arm64: tegra: Device tree changes for v5.12-rc1
  2021-01-29 19:32 [GIT PULL 1/6] ARM: tegra: Core changes for v5.12-rc1 Thierry Reding
                   ` (2 preceding siblings ...)
  2021-01-29 19:32 ` [GIT PULL 4/6] ARM: tegra: Default configuration " Thierry Reding
@ 2021-01-29 19:32 ` Thierry Reding
  2021-01-30 11:34   ` Arnd Bergmann
  2021-01-29 19:32 ` [GIT PULL 6/6] arm64: tegra: Default configuration " Thierry Reding
  2021-01-30 11:28 ` [GIT PULL 1/6] ARM: tegra: Core " Arnd Bergmann
  5 siblings, 1 reply; 12+ messages in thread
From: Thierry Reding @ 2021-01-29 19:32 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 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 5b4f6323096a05870e557d841b209bf39e719440:

  arm64: tegra: Audio graph sound card for Jetson AGX Xavier (2021-01-29 17:35:37 +0100)

Thanks,
Thierry

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

Fixes an issue with HDA codec detection by properly wiring up the
power-domain for the HDA controller. This also fixes one of the USB-C
ports on Jetson AGX Xavier and enables support for audio on various
Tegra210, Tegra186 and Tegra194 boards. The Jetson Nano and Jetson TX1
also gain QSPI support.

----------------------------------------------------------------
JC Kuo (2):
      arm64: tegra: Add XUSB pad controller's "nvidia,pmc" property on Tegra210
      arm64: tegra: Enable Jetson-Xavier J512 USB host

Jon Hunter (2):
      arm64: tegra: Prepare for supporting the Jetson Xavier NX with eMMC
      arm64: tegra: Add support for Jetson Xavier NX with eMMC

Sameer Pujar (7):
      arm64: tegra: Add power-domain for Tegra210 HDA
      arm64: tegra: Audio graph header for Tegra210
      arm64: tegra: Audio graph sound card for Jetson Nano and TX1
      arm64: tegra: Add RT5658 device entry
      Revert "arm64: tegra: Disable the ACONNECT for Jetson TX2"
      arm64: tegra: Audio graph sound card for Jetson TX2
      arm64: tegra: Audio graph sound card for Jetson AGX Xavier

Sowjanya Komatineni (4):
      dt-bindings: clock: tegra: Add clock ID TEGRA210_CLK_QSPI_PM
      arm64: tegra: Enable QSPI on Jetson Nano
      arm64: tegra: Add QSPI nodes on Tegra194
      arm64: tegra: Enable QSPI on Jetson Xavier NX

Thierry Reding (2):
      Merge branch 'for-5.12/dt-bindings' into for-5.12/arm64/dt
      arm64: tegra: Order nodes alphabetically on Tegra210

 arch/arm64/boot/dts/nvidia/Makefile                |   1 +
 arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts | 742 +++++++++++++++++++++
 arch/arm64/boot/dts/nvidia/tegra186.dtsi           |  22 +
 arch/arm64/boot/dts/nvidia/tegra194-p2888.dtsi     |   8 +
 arch/arm64/boot/dts/nvidia/tegra194-p2972-0000.dts | 595 ++++++++++++++++-
 .../dts/nvidia/tegra194-p3509-0000+p3668-0000.dts  | 339 +---------
 .../dts/nvidia/tegra194-p3509-0000+p3668-0001.dts  |  10 +
 .../arm64/boot/dts/nvidia/tegra194-p3509-0000.dtsi | 351 ++++++++++
 .../arm64/boot/dts/nvidia/tegra194-p3668-0000.dtsi | 282 +-------
 .../arm64/boot/dts/nvidia/tegra194-p3668-0001.dtsi |  19 +
 arch/arm64/boot/dts/nvidia/tegra194-p3668.dtsi     | 284 ++++++++
 arch/arm64/boot/dts/nvidia/tegra194.dtsi           |  48 ++
 arch/arm64/boot/dts/nvidia/tegra210-p2371-2180.dts | 299 +++++++++
 arch/arm64/boot/dts/nvidia/tegra210-p3450-0000.dts | 175 +++++
 arch/arm64/boot/dts/nvidia/tegra210.dtsi           | 261 ++++++--
 include/dt-bindings/clock/tegra210-car.h           |   2 +-
 16 files changed, 2780 insertions(+), 658 deletions(-)
 create mode 100644 arch/arm64/boot/dts/nvidia/tegra194-p3509-0000+p3668-0001.dts
 create mode 100644 arch/arm64/boot/dts/nvidia/tegra194-p3509-0000.dtsi
 create mode 100644 arch/arm64/boot/dts/nvidia/tegra194-p3668-0001.dtsi
 create mode 100644 arch/arm64/boot/dts/nvidia/tegra194-p3668.dtsi

_______________________________________________
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] 12+ messages in thread

* [GIT PULL 6/6] arm64: tegra: Default configuration changes for v5.12-rc1
  2021-01-29 19:32 [GIT PULL 1/6] ARM: tegra: Core changes for v5.12-rc1 Thierry Reding
                   ` (3 preceding siblings ...)
  2021-01-29 19:32 ` [GIT PULL 5/6] arm64: tegra: Device tree " Thierry Reding
@ 2021-01-29 19:32 ` Thierry Reding
  2021-01-30 11:26   ` Arnd Bergmann
  2021-01-30 11:28 ` [GIT PULL 1/6] ARM: tegra: Core " Arnd Bergmann
  5 siblings, 1 reply; 12+ messages in thread
From: Thierry Reding @ 2021-01-29 19:32 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 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.12-arm64-defconfig

for you to fetch changes up to d93576c66c4b728c69920a2c25387d6e1fd4b902:

  arm64: defconfig: Enable Tegra audio graph card driver (2021-01-21 19:59:12 +0100)

Thanks,
Thierry

----------------------------------------------------------------
arm64: tegra: Default configuration changes for v5.12-rc1

Enables the Tegra SoC thermal driver that is used on various Tegra132
and Tegra210 platforms, as well as the Tegra audio graph driver that can
be used to enable audio support on Tegra210, Tegra186 and Tegra194.

----------------------------------------------------------------
Jon Hunter (1):
      arm64: defconfig: Enable Tegra SoC Thermal driver

Sameer Pujar (1):
      arm64: defconfig: Enable Tegra audio graph card driver

 arch/arm64/configs/defconfig | 2 ++
 1 file changed, 2 insertions(+)

_______________________________________________
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] 12+ messages in thread

* Re: [GIT PULL 4/6] ARM: tegra: Default configuration changes for v5.12-rc1
  2021-01-29 19:32 ` [GIT PULL 4/6] ARM: tegra: Default configuration " Thierry Reding
@ 2021-01-30 11:26   ` Arnd Bergmann
  0 siblings, 0 replies; 12+ messages in thread
From: Arnd Bergmann @ 2021-01-30 11:26 UTC (permalink / raw)
  To: arm, soc, Thierry Reding
  Cc: linux-tegra, linux-arm-kernel, Arnd Bergmann, Jon Hunter

From: Arnd Bergmann <arnd@arndb.de>

On Fri, 29 Jan 2021 20:32:52 +0100, Thierry Reding wrote:
> The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
> 
>   Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.12-arm-defconfig
> 
> [...]

Merged into arm/defconfig, thanks!

merge commit: 69e39bf1668e69ea5e1a15ac97d7dc11c367b791

       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] 12+ messages in thread

* Re: [GIT PULL 6/6] arm64: tegra: Default configuration changes for v5.12-rc1
  2021-01-29 19:32 ` [GIT PULL 6/6] arm64: tegra: Default configuration " Thierry Reding
@ 2021-01-30 11:26   ` Arnd Bergmann
  0 siblings, 0 replies; 12+ messages in thread
From: Arnd Bergmann @ 2021-01-30 11:26 UTC (permalink / raw)
  To: arm, soc, Thierry Reding
  Cc: linux-tegra, linux-arm-kernel, Arnd Bergmann, Jon Hunter

From: Arnd Bergmann <arnd@arndb.de>

On Fri, 29 Jan 2021 20:32:54 +0100, Thierry Reding wrote:
> The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
> 
>   Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.12-arm64-defconfig
> 
> [...]

Merged into arm/defconfig, thanks!

merge commit: ee29b84a1dfecc32925037871ed18d9af61529b4

       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] 12+ messages in thread

* Re: [GIT PULL 1/6] ARM: tegra: Core changes for v5.12-rc1
  2021-01-29 19:32 [GIT PULL 1/6] ARM: tegra: Core changes for v5.12-rc1 Thierry Reding
                   ` (4 preceding siblings ...)
  2021-01-29 19:32 ` [GIT PULL 6/6] arm64: tegra: Default configuration " Thierry Reding
@ 2021-01-30 11:28 ` Arnd Bergmann
  5 siblings, 0 replies; 12+ messages in thread
From: Arnd Bergmann @ 2021-01-30 11:28 UTC (permalink / raw)
  To: Thierry Reding, arm, soc
  Cc: linux-tegra, linux-arm-kernel, Arnd Bergmann, Jon Hunter

From: Arnd Bergmann <arnd@arndb.de>

On Fri, 29 Jan 2021 20:32:49 +0100, Thierry Reding wrote:
> The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
> 
>   Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.12-arm-core
> 
> [...]

Merged into arm/soc, thanks!

merge commit: 127523504fe89d0c060fa6e2b93b564d0216eb22

       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] 12+ messages in thread

* Re: [GIT PULL 3/6] ARM: tegra: Device tree changes for v5.12-rc1
  2021-01-29 19:32 ` [GIT PULL 3/6] ARM: tegra: Device tree changes " Thierry Reding
@ 2021-01-30 11:34   ` Arnd Bergmann
  0 siblings, 0 replies; 12+ messages in thread
From: Arnd Bergmann @ 2021-01-30 11:34 UTC (permalink / raw)
  To: arm, Thierry Reding, soc
  Cc: linux-tegra, linux-arm-kernel, Arnd Bergmann, Jon Hunter

From: Arnd Bergmann <arnd@arndb.de>

On Fri, 29 Jan 2021 20:32:51 +0100, Thierry Reding wrote:
> The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
> 
>   Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.12-arm-dt
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 7b76b46d07e0eb754e9517717227595637dc4a46

       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] 12+ messages in thread

* Re: [GIT PULL 5/6] arm64: tegra: Device tree changes for v5.12-rc1
  2021-01-29 19:32 ` [GIT PULL 5/6] arm64: tegra: Device tree " Thierry Reding
@ 2021-01-30 11:34   ` Arnd Bergmann
  0 siblings, 0 replies; 12+ messages in thread
From: Arnd Bergmann @ 2021-01-30 11:34 UTC (permalink / raw)
  To: arm, Thierry Reding, soc
  Cc: linux-tegra, linux-arm-kernel, Arnd Bergmann, Jon Hunter

From: Arnd Bergmann <arnd@arndb.de>

On Fri, 29 Jan 2021 20:32:53 +0100, Thierry Reding wrote:
> The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
> 
>   Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.12-arm64-dt
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 3161160c8a1c9978dc8d5ab79f2a467d59a312d9

       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] 12+ messages in thread

* Re: [GIT PULL 2/6] dt-bindings: tegra: Changes for v5.12-rc1
  2021-01-29 19:32 ` [GIT PULL 2/6] dt-bindings: tegra: Changes " Thierry Reding
@ 2021-02-02 17:10   ` Arnd Bergmann
  0 siblings, 0 replies; 12+ messages in thread
From: Arnd Bergmann @ 2021-02-02 17:10 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 Fri, 29 Jan 2021 20:32:50 +0100, Thierry Reding wrote:
> The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
> 
>   Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.12-dt-bindings
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 7d1734cfa3a7060cbd7f69d5d4b817c57a1cfe10

       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] 12+ messages in thread

end of thread, other threads:[~2021-02-02 17:12 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-29 19:32 [GIT PULL 1/6] ARM: tegra: Core changes for v5.12-rc1 Thierry Reding
2021-01-29 19:32 ` [GIT PULL 2/6] dt-bindings: tegra: Changes " Thierry Reding
2021-02-02 17:10   ` Arnd Bergmann
2021-01-29 19:32 ` [GIT PULL 3/6] ARM: tegra: Device tree changes " Thierry Reding
2021-01-30 11:34   ` Arnd Bergmann
2021-01-29 19:32 ` [GIT PULL 4/6] ARM: tegra: Default configuration " Thierry Reding
2021-01-30 11:26   ` Arnd Bergmann
2021-01-29 19:32 ` [GIT PULL 5/6] arm64: tegra: Device tree " Thierry Reding
2021-01-30 11:34   ` Arnd Bergmann
2021-01-29 19:32 ` [GIT PULL 6/6] arm64: tegra: Default configuration " Thierry Reding
2021-01-30 11:26   ` Arnd Bergmann
2021-01-30 11:28 ` [GIT PULL 1/6] ARM: tegra: Core " Arnd Bergmann

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