linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/5] soc/tegra: Changes for v5.18-rc1
@ 2022-02-25 16:47 Thierry Reding
  2022-02-25 16:47 ` [GIT PULL 2/5] dt-bindings: " Thierry Reding
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Thierry Reding @ 2022-02-25 16:47 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 e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

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

for you to fetch changes up to fcfaff508b9fa9ad6d8a17d4855e3ec7382886ae:

  soc/tegra: bpmp: cleanup double word in comment (2022-02-25 14:10:09 +0100)

Thanks,
Thierry

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

This contains the final bit to enable advanced power management on
Tegra20 and Tegra30. It also contains some cleanups and wake event
support on Tegra234.

----------------------------------------------------------------
Dmitry Osipenko (1):
      soc/tegra: pmc: Enable core domain support for Tegra20 and Tegra30

Thierry Reding (1):
      soc/tegra: fuse: Explicitly cast to/from __iomem

Tom Rix (1):
      soc/tegra: bpmp: cleanup double word in comment

kartik (2):
      soc/tegra: fuse: Update nvmem cell list
      soc/tegra: pmc: Add Tegra234 wake events

 drivers/soc/tegra/fuse/fuse-tegra.c | 24 +++++++++++++++++++++---
 drivers/soc/tegra/pmc.c             | 16 +++++++++++-----
 include/soc/tegra/bpmp-abi.h        |  2 +-
 3 files changed, 33 insertions(+), 9 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

* [GIT PULL 2/5] dt-bindings: Changes for v5.18-rc1
  2022-02-25 16:47 [GIT PULL 1/5] soc/tegra: Changes for v5.18-rc1 Thierry Reding
@ 2022-02-25 16:47 ` Thierry Reding
  2022-02-25 16:47 ` [GIT PULL 3/5] ARM: tegra: Device tree changes " Thierry Reding
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Thierry Reding @ 2022-02-25 16:47 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 e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

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

for you to fetch changes up to a4ad66da3fccebdcbd53d55c035d5851b73f8bcb:

  dt-bindings: memory: Add Tegra234 PCIe memory (2022-02-24 20:00:25 +0100)

Thanks,
Thierry

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

This contains additions to various DT bindings includes (such as clocks,
resets, power domains, memory controller clients and SMMU stream IDs)
for Tegra234.

----------------------------------------------------------------
Akhil R (2):
      dt-bindings: Add headers for Tegra234 I2C
      dt-bindings: Add headers for Tegra234 PWM

Mohan Kumar (2):
      dt-bindings: Add HDA support for Tegra234
      dt-bindings: Document Tegra234 HDA support

Sameer Pujar (1):
      dt-bindings: Add Tegra234 APE support

Vidya Sagar (3):
      dt-bindings: Add Tegra234 PCIe clocks and resets
      dt-bindings: power: Add Tegra234 PCIe power domains
      dt-bindings: memory: Add Tegra234 PCIe memory

 .../bindings/sound/nvidia,tegra30-hda.yaml         |   3 +
 include/dt-bindings/clock/tegra234-clock.h         | 135 ++++++++++++++++++++-
 include/dt-bindings/memory/tegra234-mc.h           |  75 ++++++++++++
 include/dt-bindings/power/tegra234-powergate.h     |  22 ++++
 include/dt-bindings/reset/tegra234-reset.h         |  45 ++++++-
 5 files changed, 277 insertions(+), 3 deletions(-)
 create mode 100644 include/dt-bindings/power/tegra234-powergate.h

_______________________________________________
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

* [GIT PULL 3/5] ARM: tegra: Device tree changes for v5.18-rc1
  2022-02-25 16:47 [GIT PULL 1/5] soc/tegra: Changes for v5.18-rc1 Thierry Reding
  2022-02-25 16:47 ` [GIT PULL 2/5] dt-bindings: " Thierry Reding
@ 2022-02-25 16:47 ` Thierry Reding
  2022-02-25 16:47 ` [GIT PULL 4/5] arm64: " Thierry Reding
  2022-02-25 16:47 ` [GIT PULL 5/5] arm64: tegra: Default configuration updates " Thierry Reding
  3 siblings, 0 replies; 5+ messages in thread
From: Thierry Reding @ 2022-02-25 16:47 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 e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 0092c25b541a5422d7e71892a13c55ee91abc34b:

  ARM: tegra: tamonten: Fix I2C3 pad setting (2022-02-25 14:45:43 +0100)

Thanks,
Thierry

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

The changes in this set are cleanups and fixes for 32-bit Tegra device
tree files. With these, some json-schema validation errors are fixed.

----------------------------------------------------------------
Dmitry Osipenko (3):
      ARM: tegra: asus-tf101: Enable S/PDIF and HDMI audio
      ARM: tegra: tf700t: Rename DSI node
      ARM: tegra: paz00: Add MMC aliases

Julius Werner (1):
      ARM: tegra: Update jedec,lpddr2 revision-id binding

Oleksij Rempel (1):
      ARM: tegra: Fix ethernet node names

Richard Leitner (1):
      ARM: tegra: tamonten: Fix I2C3 pad setting

Svyatoslav Ryhel (1):
      ARM: tegra: transformer: Drop reg-shift for Tegra HS UART

 arch/arm/boot/dts/tegra20-asus-tf101.dts               | 12 +++++++++++-
 arch/arm/boot/dts/tegra20-colibri.dtsi                 |  2 +-
 arch/arm/boot/dts/tegra20-paz00.dts                    |  6 ++++--
 arch/arm/boot/dts/tegra20-tamonten.dtsi                |  6 +++---
 arch/arm/boot/dts/tegra30-asus-tf700t.dts              |  2 +-
 arch/arm/boot/dts/tegra30-asus-transformer-common.dtsi |  2 ++
 arch/arm/boot/dts/tegra30-colibri.dtsi                 |  2 +-
 arch/arm/boot/dts/tegra30-ouya.dts                     |  2 +-
 arch/arm/boot/dts/tegra30-pegatron-chagall.dts         |  2 ++
 9 files changed, 26 insertions(+), 10 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

* [GIT PULL 4/5] arm64: tegra: Device tree changes for v5.18-rc1
  2022-02-25 16:47 [GIT PULL 1/5] soc/tegra: Changes for v5.18-rc1 Thierry Reding
  2022-02-25 16:47 ` [GIT PULL 2/5] dt-bindings: " Thierry Reding
  2022-02-25 16:47 ` [GIT PULL 3/5] ARM: tegra: Device tree changes " Thierry Reding
@ 2022-02-25 16:47 ` Thierry Reding
  2022-02-25 16:47 ` [GIT PULL 5/5] arm64: tegra: Default configuration updates " Thierry Reding
  3 siblings, 0 replies; 5+ messages in thread
From: Thierry Reding @ 2022-02-25 16:47 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 e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

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

for you to fetch changes up to f0a481209d6fa70854673173bf5f8a1cb24bd7f2:

  arm64: tegra: Drop arm,armv8-pmuv3 compatible string (2022-02-25 14:40:39 +0100)

Thanks,
Thierry

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

Based on the for-5.18/dt-bindings changes, this adds various new
features on Tegra234 such as IOMMU, audio, gpio-keys, I2C and PWM
support.

Device trees for 64-bit Tegra boards are now also built with overlay
support enabled, which allows firmware to apply overlays and customize
the DTB that is passed to the kernel.

There are also a couple of cleanups and additions for older devices,
such as USB device mode support on Jetson Xavier NX.

----------------------------------------------------------------
Akhil R (5):
      dt-bindings: Add headers for Tegra234 I2C
      dt-bindings: Add headers for Tegra234 PWM
      arm64: tegra: Add Tegra234 I2C devicetree nodes
      arm64: tegra: Add Tegra234 PWM devicetree nodes
      arm64: tegra: Add GPCDMA node for tegra186 and tegra194

Jon Hunter (1):
      arm64: tegra: Enable device-tree overlay support

Mohan Kumar (3):
      dt-bindings: Add HDA support for Tegra234
      dt-bindings: Document Tegra234 HDA support
      arm64: tegra: Add HDA device tree node for Tegra234

Sameer Pujar (3):
      dt-bindings: Add Tegra234 APE support
      arm64: tegra: Add audio devices on Tegra234
      arm64: tegra: APE sound card for Jetson AGX Orin

Thierry Reding (5):
      Merge branch 'for-5.18/dt-bindings' into for-5.18/arm64/dt
      arm64: tegra: Enable gpio-keys on Jetson AGX Orin Developer Kit
      arm64: tegra: Add Tegra234 IOMMUs
      arm64: tegra: Move audio IOMMU properties to ADMAIF node
      arm64: tegra: Drop arm,armv8-pmuv3 compatible string

Vidya Sagar (3):
      dt-bindings: Add Tegra234 PCIe clocks and resets
      dt-bindings: power: Add Tegra234 PCIe power domains
      dt-bindings: memory: Add Tegra234 PCIe memory

Wayne Chang (1):
      arm64: tegra: Enable Jetson Xavier NX USB device mode

kartik (1):
      arm64: tegra: Enable UART instance on 40-pin header

 .../bindings/sound/nvidia,tegra30-hda.yaml         |    3 +
 arch/arm64/boot/dts/nvidia/Makefile                |   11 +
 arch/arm64/boot/dts/nvidia/tegra186.dtsi           |   46 +-
 .../arm64/boot/dts/nvidia/tegra194-p3509-0000.dtsi |   25 +
 arch/arm64/boot/dts/nvidia/tegra194.dtsi           |   54 +-
 .../dts/nvidia/tegra234-p3737-0000+p3701-0000.dts  | 1824 ++++++++++++++++++++
 arch/arm64/boot/dts/nvidia/tegra234.dtsi           | 1010 +++++++++++
 include/dt-bindings/clock/tegra234-clock.h         |  135 +-
 include/dt-bindings/memory/tegra234-mc.h           |   75 +
 include/dt-bindings/power/tegra234-powergate.h     |   22 +
 include/dt-bindings/reset/tegra234-reset.h         |   45 +-
 11 files changed, 3239 insertions(+), 11 deletions(-)
 create mode 100644 include/dt-bindings/power/tegra234-powergate.h

_______________________________________________
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

* [GIT PULL 5/5] arm64: tegra: Default configuration updates for v5.18-rc1
  2022-02-25 16:47 [GIT PULL 1/5] soc/tegra: Changes for v5.18-rc1 Thierry Reding
                   ` (2 preceding siblings ...)
  2022-02-25 16:47 ` [GIT PULL 4/5] arm64: " Thierry Reding
@ 2022-02-25 16:47 ` Thierry Reding
  3 siblings, 0 replies; 5+ messages in thread
From: Thierry Reding @ 2022-02-25 16:47 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 e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 753b2280e154aad4522d20a3fbd04fa1736a809e:

  arm64: defconfig: tegra: Enable GPCDMA (2022-02-16 16:32:10 +0100)

Thanks,
Thierry

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

Enables the GPCDMA driver that was recently introduced for Tegra186 and
later generation Tegra SoCs.

----------------------------------------------------------------
Akhil R (1):
      arm64: defconfig: tegra: Enable GPCDMA

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

_______________________________________________
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

end of thread, other threads:[~2022-02-25 16:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-25 16:47 [GIT PULL 1/5] soc/tegra: Changes for v5.18-rc1 Thierry Reding
2022-02-25 16:47 ` [GIT PULL 2/5] dt-bindings: " Thierry Reding
2022-02-25 16:47 ` [GIT PULL 3/5] ARM: tegra: Device tree changes " Thierry Reding
2022-02-25 16:47 ` [GIT PULL 4/5] arm64: " Thierry Reding
2022-02-25 16:47 ` [GIT PULL 5/5] 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;
as well as URLs for NNTP newsgroup(s).