public inbox for linux-tegra@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/6] ARM: tegra: Core changes for v5.19-rc1
@ 2022-05-06 14:30 Thierry Reding
  2022-05-06 14:30 ` [GIT PULL 2/6] soc/tegra: Changes " Thierry Reding
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Thierry Reding @ 2022-05-06 14:30 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 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)

are available in the Git repository at:

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

for you to fetch changes up to d5becc32308c31c6c88bfdf55c1ec8c537a8cdd1:

  ARM: tegra: Fix typos in comments (2022-04-06 15:33:14 +0200)

Thanks,
Thierry

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

A single fix for a typo in one of the comments in the SMP code.

----------------------------------------------------------------
Julia Lawall (1):
      ARM: tegra: Fix typos in comments

 arch/arm/mach-tegra/platsmp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

* [GIT PULL 2/6] soc/tegra: Changes for v5.19-rc1
  2022-05-06 14:30 [GIT PULL 1/6] ARM: tegra: Core changes for v5.19-rc1 Thierry Reding
@ 2022-05-06 14:30 ` Thierry Reding
  2022-05-06 14:30 ` [GIT PULL 3/6] dt-bindings: " Thierry Reding
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Thierry Reding @ 2022-05-06 14:30 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 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.19-soc

for you to fetch changes up to d3a20dcbca4880ada8974b2d0167df99161bbfaf:

  soc/tegra: pmc: Document core domain fields (2022-05-06 10:53:19 +0200)

Thanks,
Thierry

----------------------------------------------------------------
soc/tegra: Changes for v5.19-rc1

This set of changes adds nvmem cell lookup entries for Tegra194 that are
used to read calibration data from the SoC fuses, and updates the reset
sources for Tegra234.

Other than that, included is a minor build fix for a missing dependency
that can be encountered very rarely in random config builds. Lastly some
kerneldoc comments are added to avoid build warnings.

----------------------------------------------------------------
Sagar Kamble (1):
      soc/tegra: fuse: Add nvmem cell lookup entries for Tegra194

Sandipan Patra (1):
      soc/tegra: pmc: Update Tegra234 reset sources

Thierry Reding (2):
      soc/tegra: pmc: Select REGMAP
      soc/tegra: pmc: Document core domain fields

 drivers/soc/tegra/Kconfig             |  1 +
 drivers/soc/tegra/fuse/fuse-tegra.c   |  8 ++++----
 drivers/soc/tegra/fuse/fuse-tegra30.c | 17 ++++++++++++++++-
 drivers/soc/tegra/pmc.c               | 35 +++++++++++++++++++++++++++--------
 4 files changed, 48 insertions(+), 13 deletions(-)

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

* [GIT PULL 3/6] dt-bindings: Changes for v5.19-rc1
  2022-05-06 14:30 [GIT PULL 1/6] ARM: tegra: Core changes for v5.19-rc1 Thierry Reding
  2022-05-06 14:30 ` [GIT PULL 2/6] soc/tegra: Changes " Thierry Reding
@ 2022-05-06 14:30 ` Thierry Reding
  2022-05-06 14:30 ` [GIT PULL 4/6] ARM: tegra: Default configuration fixes for v5.18 Thierry Reding
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Thierry Reding @ 2022-05-06 14:30 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 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)

are available in the Git repository at:

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

for you to fetch changes up to e2ab93e59bc3c029b61a7091825f193f1a66a1a1:

  dt-bindings: memory: tegra: Update validation for reg and reg-names (2022-04-29 10:32:09 +0200)

Thanks,
Thierry

----------------------------------------------------------------
dt-bindings: Changes for v5.19-rc1

Updates the memory controller bindings to properly validate the number
of entries in the reg and reg-names properties.

----------------------------------------------------------------
Ashish Mhetre (1):
      dt-bindings: memory: tegra: Update validation for reg and reg-names

 .../memory-controllers/nvidia,tegra186-mc.yaml     | 80 ++++++++++++++++++++--
 1 file changed, 74 insertions(+), 6 deletions(-)

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

* [GIT PULL 4/6] ARM: tegra: Default configuration fixes for v5.18
  2022-05-06 14:30 [GIT PULL 1/6] ARM: tegra: Core changes for v5.19-rc1 Thierry Reding
  2022-05-06 14:30 ` [GIT PULL 2/6] soc/tegra: Changes " Thierry Reding
  2022-05-06 14:30 ` [GIT PULL 3/6] dt-bindings: " Thierry Reding
@ 2022-05-06 14:30 ` Thierry Reding
  2022-05-06 14:33   ` Thierry Reding
  2022-05-06 14:30 ` [GIT PULL 5/6] arm64: tegra: Device tree changes for v5.19-rc1 Thierry Reding
  2022-05-06 14:30 ` [GIT PULL 6/6] arm64: tegra: Default configuration updates " Thierry Reding
  4 siblings, 1 reply; 7+ messages in thread
From: Thierry Reding @ 2022-05-06 14:30 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 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 39ad93d280506f4953a9d0c545cfffa581889326:

  ARM: config: multi v7: Enable NVIDIA Tegra video decoder driver (2022-04-06 17:03:30 +0200)

Thanks,
Thierry

----------------------------------------------------------------
ARM: tegra: Default configuration fixes for v5.18

This contains two updates to the default configuration needed because of
a Kconfig symbol name change. This fixes a failure that was detected in
the NVIDIA automated test farm.

----------------------------------------------------------------
Dmitry Osipenko (2):
      ARM: tegra_defconfig: Update CONFIG_TEGRA_VDE option
      ARM: config: multi v7: Enable NVIDIA Tegra video decoder driver

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

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

* [GIT PULL 5/6] arm64: tegra: Device tree changes for v5.19-rc1
  2022-05-06 14:30 [GIT PULL 1/6] ARM: tegra: Core changes for v5.19-rc1 Thierry Reding
                   ` (2 preceding siblings ...)
  2022-05-06 14:30 ` [GIT PULL 4/6] ARM: tegra: Default configuration fixes for v5.18 Thierry Reding
@ 2022-05-06 14:30 ` Thierry Reding
  2022-05-06 14:30 ` [GIT PULL 6/6] arm64: tegra: Default configuration updates " Thierry Reding
  4 siblings, 0 replies; 7+ messages in thread
From: Thierry Reding @ 2022-05-06 14:30 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 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 0017f2c856e21bb900be88469e15dac4f41f4065:

  arm64: tegra: Add missing DFLL reset on Tegra210 (2022-05-04 11:22:43 +0200)

Thanks,
Thierry

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

This adds some improvements on Tegra234 (QSPI, CCPLEX), improves the
SDMMC clock speed on Tegra194 and adds the ASRC audio block on various
chip generations. Memory controller channels are also added on Tegra186
and later and the missing DFLL reset is added for Tegra210.

----------------------------------------------------------------
Aniruddha Rao (1):
      arm64: tegra: Update SDMMC1/3 clock source for Tegra194

Ashish Mhetre (1):
      arm64: tegra: Add memory controller channels

Ashish Singhal (1):
      arm64: tegra: Add QSPI controllers on Tegra234

Diogo Ivo (1):
      arm64: tegra: Add missing DFLL reset on Tegra210

Jon Hunter (1):
      arm64: tegra: Update PWM fan node name

Sameer Pujar (2):
      arm64: tegra: Add ASRC device on Tegra186 and later
      arm64: tegra: Enable ASRC on various platforms

Sumit Gupta (1):
      arm64: tegra: Add node for Tegra234 CCPLEX cluster

 arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts | 223 ++++++++++++++++++++
 .../dts/nvidia/tegra186-p3509-0000+p3636-0001.dts  |   2 +-
 arch/arm64/boot/dts/nvidia/tegra186.dtsi           |  15 +-
 arch/arm64/boot/dts/nvidia/tegra194-p2972-0000.dts | 225 ++++++++++++++++++++-
 .../arm64/boot/dts/nvidia/tegra194-p3509-0000.dtsi | 225 ++++++++++++++++++++-
 arch/arm64/boot/dts/nvidia/tegra194.dtsi           |  42 +++-
 arch/arm64/boot/dts/nvidia/tegra210-p3450-0000.dts |   2 +-
 arch/arm64/boot/dts/nvidia/tegra210.dtsi           |   5 +-
 .../arm64/boot/dts/nvidia/tegra234-p3701-0000.dtsi |  12 ++
 .../dts/nvidia/tegra234-p3737-0000+p3701-0000.dts  | 223 ++++++++++++++++++++
 arch/arm64/boot/dts/nvidia/tegra234.dtsi           |  67 +++++-
 include/dt-bindings/clock/tegra234-clock.h         |   8 +
 include/dt-bindings/reset/tegra234-reset.h         |   2 +
 13 files changed, 1038 insertions(+), 13 deletions(-)

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

* [GIT PULL 6/6] arm64: tegra: Default configuration updates for v5.19-rc1
  2022-05-06 14:30 [GIT PULL 1/6] ARM: tegra: Core changes for v5.19-rc1 Thierry Reding
                   ` (3 preceding siblings ...)
  2022-05-06 14:30 ` [GIT PULL 5/6] arm64: tegra: Device tree changes for v5.19-rc1 Thierry Reding
@ 2022-05-06 14:30 ` Thierry Reding
  4 siblings, 0 replies; 7+ messages in thread
From: Thierry Reding @ 2022-05-06 14:30 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 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)

are available in the Git repository at:

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

for you to fetch changes up to e46ab742195ae8760e03cb15fcf6f6a90fcad636:

  arm64: defconfig: Build Tegra ASRC module (2022-04-26 15:11:57 +0200)

Thanks,
Thierry

----------------------------------------------------------------
arm64: tegra: Default configuration updates for v5.19-rc1

This enables the driver for the new ASRC audio block that is found on
Tegra186 and later.

----------------------------------------------------------------
Sameer Pujar (1):
      arm64: defconfig: Build Tegra ASRC module

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

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

* Re: [GIT PULL 4/6] ARM: tegra: Default configuration fixes for v5.18
  2022-05-06 14:30 ` [GIT PULL 4/6] ARM: tegra: Default configuration fixes for v5.18 Thierry Reding
@ 2022-05-06 14:33   ` Thierry Reding
  0 siblings, 0 replies; 7+ messages in thread
From: Thierry Reding @ 2022-05-06 14:33 UTC (permalink / raw)
  To: arm, soc; +Cc: Jon Hunter, linux-tegra, linux-arm-kernel

[-- Attachment #1: Type: text/plain, Size: 1509 bytes --]

On Fri, May 06, 2022 at 04:30:03PM +0200, Thierry Reding wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:
> 
>   Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.19-arm-defconfig
> 
> for you to fetch changes up to 39ad93d280506f4953a9d0c545cfffa581889326:
> 
>   ARM: config: multi v7: Enable NVIDIA Tegra video decoder driver (2022-04-06 17:03:30 +0200)
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> ARM: tegra: Default configuration fixes for v5.18
> 
> This contains two updates to the default configuration needed because of
> a Kconfig symbol name change. This fixes a failure that was detected in
> the NVIDIA automated test farm.
> 
> ----------------------------------------------------------------
> Dmitry Osipenko (2):
>       ARM: tegra_defconfig: Update CONFIG_TEGRA_VDE option
>       ARM: config: multi v7: Enable NVIDIA Tegra video decoder driver
> 
>  arch/arm/configs/multi_v7_defconfig | 1 +
>  arch/arm/configs/tegra_defconfig    | 3 ++-
>  2 files changed, 3 insertions(+), 1 deletion(-)

Hi ARM SoC maintainers,

I just noticed as these were coming into my inbox that I had already
sent this out as fixes for v5.18 and you've already pulled this one in,
so feel free to ignore this GIT PULL 4/6.

Thierry

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2022-05-06 14:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-06 14:30 [GIT PULL 1/6] ARM: tegra: Core changes for v5.19-rc1 Thierry Reding
2022-05-06 14:30 ` [GIT PULL 2/6] soc/tegra: Changes " Thierry Reding
2022-05-06 14:30 ` [GIT PULL 3/6] dt-bindings: " Thierry Reding
2022-05-06 14:30 ` [GIT PULL 4/6] ARM: tegra: Default configuration fixes for v5.18 Thierry Reding
2022-05-06 14:33   ` Thierry Reding
2022-05-06 14:30 ` [GIT PULL 5/6] arm64: tegra: Device tree changes for v5.19-rc1 Thierry Reding
2022-05-06 14:30 ` [GIT PULL 6/6] arm64: tegra: Default configuration updates " Thierry Reding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox