linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/7] ARM: tegra: Core changes for v6.4-rc1
@ 2023-04-06 12:47 Thierry Reding
  2023-04-06 12:47 ` [GIT PULL 2/7] soc/tegra: Changes " Thierry Reding
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Thierry Reding @ 2023-04-06 12: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 fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

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

for you to fetch changes up to e8476011f04b1ee4360f755ed19cbbddf12dc83e:

  ARM: tegra: Remove MODULE_LICENSE in non-modules (2023-04-05 15:03:17 +0200)

Thanks,
Thierry

----------------------------------------------------------------
ARM: tegra: Core changes for v6.4-rc1

This contains a single commit to drop MODULE_LICENSE() from a driver
that can't be built as a module since that can now confuse tooling.

----------------------------------------------------------------
Nick Alcock (1):
      ARM: tegra: Remove MODULE_LICENSE in non-modules

 drivers/amba/tegra-ahb.c | 1 -
 1 file changed, 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] 7+ messages in thread

* [GIT PULL 2/7] soc/tegra: Changes for v6.4-rc1
  2023-04-06 12:47 [GIT PULL 1/7] ARM: tegra: Core changes for v6.4-rc1 Thierry Reding
@ 2023-04-06 12:47 ` Thierry Reding
  2023-04-06 12:48 ` [GIT PULL 3/7] " Thierry Reding
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Thierry Reding @ 2023-04-06 12: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 fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 821d96e3a006d09ca9aa3d982c50f3d86fa55500:

  soc/tegra: fuse: Remove nvmem root only access (2023-04-05 17:10:40 +0200)

Thanks,
Thierry

----------------------------------------------------------------
soc/tegra: Changes for v6.4-rc1

Contains various minor cleanups and fixes as well as support for several
more wake events on Tegra234.

----------------------------------------------------------------
Jon Hunter (1):
      soc/tegra: pmc: Add the PMIC wake event for Tegra234

Kartik (1):
      soc/tegra: fuse: Remove nvmem root only access

Mikko Perttunen (1):
      soc/tegra: bpmp: Actually free memory on error path

Muhammad Usama Anjum (1):
      soc/tegra: cbb: remove linux/version.h

Nick Alcock (1):
      soc/tegra: cbb: Remove MODULE_LICENSE in non-modules

Petlozu Pravareshwar (1):
      soc/tegra: pmc: Support software wake-up for SPE

Sushil Singh (1):
      soc/tegra: pmc: Add wake source interrupt for MGBE

Uwe Kleine-König (1):
      soc: tegra: cbb: Drop empty platform remove function

Yang Yingliang (1):
      soc/tegra: cbb: tegra194: Use of_address_count() helper

Ye Xingchen (1):
      soc/tegra: flowctrl: Use devm_platform_get_and_ioremap_resource()

 drivers/soc/tegra/cbb/tegra-cbb.c    |  1 -
 drivers/soc/tegra/cbb/tegra194-cbb.c |  6 +-----
 drivers/soc/tegra/cbb/tegra234-cbb.c |  8 --------
 drivers/soc/tegra/flowctrl.c         |  4 +---
 drivers/soc/tegra/fuse/fuse-tegra.c  |  4 ++--
 drivers/soc/tegra/pmc.c              | 26 +++++++++++++++++++++++++-
 drivers/soc/tegra/powergate-bpmp.c   |  2 +-
 7 files changed, 30 insertions(+), 21 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] 7+ messages in thread

* [GIT PULL 3/7] soc/tegra: Changes for v6.4-rc1
  2023-04-06 12:47 [GIT PULL 1/7] ARM: tegra: Core changes for v6.4-rc1 Thierry Reding
  2023-04-06 12:47 ` [GIT PULL 2/7] soc/tegra: Changes " Thierry Reding
@ 2023-04-06 12:48 ` Thierry Reding
  2023-04-06 12:48 ` [GIT PULL 4/7] dt-bindings: " Thierry Reding
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Thierry Reding @ 2023-04-06 12:48 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 fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.4-firmware

for you to fetch changes up to 8c47b8253f4cfd8b4dbda8c9adc1d0b1d7f3009d:

  firmware: Use of_property_present() for testing DT property presence (2023-04-04 21:51:23 +0200)

Thanks,
Thierry

----------------------------------------------------------------
soc/tegra: Changes for v6.4-rc1

This contains minor fixes and cleanups. Note that one of the patches
here includes ARM firmware changes, but I picked that up after checking
with Sudeep and Rob because it didn't seem worth splitting it up any
further.

----------------------------------------------------------------
Mikko Perttunen (1):
      firmware: tegra: bpmp: Fix error paths in debugfs

Rob Herring (1):
      firmware: Use of_property_present() for testing DT property presence

 drivers/firmware/arm_scmi/optee.c     |  2 +-
 drivers/firmware/tegra/bpmp-debugfs.c | 12 ++++++++----
 drivers/firmware/tegra/bpmp.c         |  6 +++---
 3 files changed, 12 insertions(+), 8 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] 7+ messages in thread

* [GIT PULL 4/7] dt-bindings: Changes for v6.4-rc1
  2023-04-06 12:47 [GIT PULL 1/7] ARM: tegra: Core changes for v6.4-rc1 Thierry Reding
  2023-04-06 12:47 ` [GIT PULL 2/7] soc/tegra: Changes " Thierry Reding
  2023-04-06 12:48 ` [GIT PULL 3/7] " Thierry Reding
@ 2023-04-06 12:48 ` Thierry Reding
  2023-04-06 12:48 ` [GIT PULL 5/7] ARM: tegra: Device tree changes " Thierry Reding
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Thierry Reding @ 2023-04-06 12:48 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 fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

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

for you to fetch changes up to c94673e80377d67ba36ee4059d7814b2ab98fa71:

  dt-bindings: arm: nvidia: Drop unneeded quotes (2023-04-04 15:32:11 +0200)

Thanks,
Thierry

----------------------------------------------------------------
dt-bindings: Changes for v6.4-rc1

This is a single patch that drops unneeded quotes from various Tegra-
related device tree bindings.

----------------------------------------------------------------
Rob Herring (1):
      dt-bindings: arm: nvidia: Drop unneeded quotes

 Documentation/devicetree/bindings/arm/nvidia,tegra194-ccplex.yaml | 6 +++---
 .../bindings/arm/tegra/nvidia,tegra-ccplex-cluster.yaml           | 6 +++---
 .../devicetree/bindings/arm/tegra/nvidia,tegra194-axi2apb.yaml    | 4 ++--
 .../devicetree/bindings/arm/tegra/nvidia,tegra194-cbb.yaml        | 8 ++++----
 .../devicetree/bindings/arm/tegra/nvidia,tegra234-cbb.yaml        | 4 ++--
 .../devicetree/bindings/gpu/host1x/nvidia,tegra210-nvdec.yaml     | 4 ++--
 .../devicetree/bindings/gpu/host1x/nvidia,tegra210-nvenc.yaml     | 4 ++--
 .../devicetree/bindings/gpu/host1x/nvidia,tegra210-nvjpg.yaml     | 4 ++--
 .../devicetree/bindings/gpu/host1x/nvidia,tegra234-nvdec.yaml     | 4 ++--
 9 files changed, 22 insertions(+), 22 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] 7+ messages in thread

* [GIT PULL 5/7] ARM: tegra: Device tree changes for v6.4-rc1
  2023-04-06 12:47 [GIT PULL 1/7] ARM: tegra: Core changes for v6.4-rc1 Thierry Reding
                   ` (2 preceding siblings ...)
  2023-04-06 12:48 ` [GIT PULL 4/7] dt-bindings: " Thierry Reding
@ 2023-04-06 12:48 ` Thierry Reding
  2023-04-06 12:48 ` [GIT PULL 6/7] arm64: " Thierry Reding
  2023-04-06 12:48 ` [GIT PULL 7/7] arm64: tegra: Default configuration " Thierry Reding
  5 siblings, 0 replies; 7+ messages in thread
From: Thierry Reding @ 2023-04-06 12:48 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 fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 13a53ebc229996f424bbf7db466f1ff96f73e8a5:

  ARM: tegra30: Use cpu* labels (2023-04-04 14:32:48 +0200)

Thanks,
Thierry

----------------------------------------------------------------
ARM: tegra: Device tree changes for v6.4-rc1

There are several fixes and cleanups here for some of the older Tegra
consumer devices.

----------------------------------------------------------------
Maxim Schwalm (1):
      ARM: tegra30: Use cpu* labels

Svyatoslav Ryhel (4):
      ARM: tegra: transformers: Update WM8903 sound nodes
      ARM: tegra: transformers: Bind RT5631 sound nodes
      ARM: tegra: asus-tf101: Fix accelerometer mount matrix
      ARM: tegra30: peripherals: Add 266.5MHz nodes

 arch/arm/boot/dts/tegra20-asus-tf101.dts             | 19 ++++++++++---------
 arch/arm/boot/dts/tegra30-asus-tf201.dts             | 17 +++++++++++++++++
 arch/arm/boot/dts/tegra30-asus-tf300t.dts            |  6 ++----
 arch/arm/boot/dts/tegra30-asus-tf300tg.dts           | 17 +++++++++++++++++
 arch/arm/boot/dts/tegra30-asus-tf700t.dts            | 17 +++++++++++++++++
 .../boot/dts/tegra30-asus-transformer-common.dtsi    |  9 +++++----
 arch/arm/boot/dts/tegra30-peripherals-opp.dtsi       | 20 ++++++++++++++++++++
 arch/arm/boot/dts/tegra30.dtsi                       |  5 +----
 8 files changed, 89 insertions(+), 21 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] 7+ messages in thread

* [GIT PULL 6/7] arm64: tegra: Device tree changes for v6.4-rc1
  2023-04-06 12:47 [GIT PULL 1/7] ARM: tegra: Core changes for v6.4-rc1 Thierry Reding
                   ` (3 preceding siblings ...)
  2023-04-06 12:48 ` [GIT PULL 5/7] ARM: tegra: Device tree changes " Thierry Reding
@ 2023-04-06 12:48 ` Thierry Reding
  2023-04-06 12:48 ` [GIT PULL 7/7] arm64: tegra: Default configuration " Thierry Reding
  5 siblings, 0 replies; 7+ messages in thread
From: Thierry Reding @ 2023-04-06 12:48 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 fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 5c0ddb4e715d89e4ea94821cd85bcac220bd7ea4:

  arm64: tegra: Add vccmq on Jetson TX2 (2023-04-05 14:44:46 +0200)

Thanks,
Thierry

----------------------------------------------------------------
arm64: tegra: Device tree changes for v6.4-rc1

This adds support for the Jetson Orin NX and includes updates for Jetson
AGX Orin (audio codec, USB Type-C support).

----------------------------------------------------------------
Ben Dooks (1):
      arm64: tegra: Add vccmq on Jetson TX2

Jon Hunter (2):
      arm64: tegra: Add DSU PMUs for Tegra234
      arm64: tegra: Populate USB Type-C Controller for Jetson AGX Orin

Krzysztof Kozlowski (1):
      arm64: tegra: Drop serial clock-names and reset-names

Sameer Pujar (1):
      arm64: tegra: Audio codec support on Jetson AGX Orin

Thierry Reding (4):
      dt-bindings: tegra: Document Jetson Orin NX
      dt-bindings: tegra: Document Jetson Orin NX reference platform
      arm64: tegra: Support Jetson Orin NX
      arm64: tegra: Support Jetson Orin NX reference platform

 Documentation/devicetree/bindings/arm/tegra.yaml   |   9 +
 arch/arm64/boot/dts/nvidia/Makefile                |   2 +
 arch/arm64/boot/dts/nvidia/tegra132.dtsi           |   8 -
 arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi     |   1 +
 arch/arm64/boot/dts/nvidia/tegra186.dtsi           |   2 -
 arch/arm64/boot/dts/nvidia/tegra194.dtsi           |   4 -
 arch/arm64/boot/dts/nvidia/tegra210.dtsi           |   8 -
 .../dts/nvidia/tegra234-p3737-0000+p3701-0000.dts  | 123 ++++++++++-
 .../arm64/boot/dts/nvidia/tegra234-p3767-0000.dtsi |  14 ++
 arch/arm64/boot/dts/nvidia/tegra234-p3767.dtsi     | 172 +++++++++++++++
 .../dts/nvidia/tegra234-p3768-0000+p3767-0000.dts  | 134 +++++++++++
 .../arm64/boot/dts/nvidia/tegra234-p3768-0000.dtsi | 245 +++++++++++++++++++++
 arch/arm64/boot/dts/nvidia/tegra234.dtsi           |  20 +-
 13 files changed, 717 insertions(+), 25 deletions(-)
 create mode 100644 arch/arm64/boot/dts/nvidia/tegra234-p3767-0000.dtsi
 create mode 100644 arch/arm64/boot/dts/nvidia/tegra234-p3767.dtsi
 create mode 100644 arch/arm64/boot/dts/nvidia/tegra234-p3768-0000+p3767-0000.dts
 create mode 100644 arch/arm64/boot/dts/nvidia/tegra234-p3768-0000.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] 7+ messages in thread

* [GIT PULL 7/7] arm64: tegra: Default configuration changes for v6.4-rc1
  2023-04-06 12:47 [GIT PULL 1/7] ARM: tegra: Core changes for v6.4-rc1 Thierry Reding
                   ` (4 preceding siblings ...)
  2023-04-06 12:48 ` [GIT PULL 6/7] arm64: " Thierry Reding
@ 2023-04-06 12:48 ` Thierry Reding
  5 siblings, 0 replies; 7+ messages in thread
From: Thierry Reding @ 2023-04-06 12:48 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 fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

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

for you to fetch changes up to f462eb1d0df39499eff2407b2581ddf2fe89e744:

  arm64: defconfig: Enable ARM CoreSight PMU driver (2023-04-05 15:08:34 +0200)

Thanks,
Thierry

----------------------------------------------------------------
arm64: tegra: Default configuration changes for v6.4-rc1

Contains a single patch to enable the Coresight System PMU driver.

----------------------------------------------------------------
Besar Wicaksono (1):
      arm64: defconfig: Enable ARM CoreSight PMU driver

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

end of thread, other threads:[~2023-04-06 14:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-06 12:47 [GIT PULL 1/7] ARM: tegra: Core changes for v6.4-rc1 Thierry Reding
2023-04-06 12:47 ` [GIT PULL 2/7] soc/tegra: Changes " Thierry Reding
2023-04-06 12:48 ` [GIT PULL 3/7] " Thierry Reding
2023-04-06 12:48 ` [GIT PULL 4/7] dt-bindings: " Thierry Reding
2023-04-06 12:48 ` [GIT PULL 5/7] ARM: tegra: Device tree changes " Thierry Reding
2023-04-06 12:48 ` [GIT PULL 6/7] arm64: " Thierry Reding
2023-04-06 12:48 ` [GIT PULL 7/7] arm64: tegra: Default configuration " 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).