soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/5] soc/tegra: Changes for v6.9-rc1
@ 2024-02-23 17:48 Thierry Reding
  2024-02-23 17:48 ` [GIT PULL 2/5] firmware: tegra: " Thierry Reding
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Thierry Reding @ 2024-02-23 17: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 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

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

for you to fetch changes up to ae7d2d9b8ebe9f107c500808d5bcd68397645720:

  soc/tegra: pmc: Add SD wake event for Tegra234 (2024-02-16 12:35:56 +0100)

Thanks,
Thierry

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

This set of changes adds ACPI support for the APBMISC driver and cleans
up a few things like dependencies and unused code.

----------------------------------------------------------------
Arnd Bergmann (1):
      soc/tegra: Fix build failure on Tegra241

Christophe JAILLET (1):
      soc/tegra: pmc: Remove some old and deprecated functions and constants

Jon Hunter (1):
      soc/tegra: fuse: Fix crash in tegra_fuse_readl()

Kartik (9):
      mm/util: Introduce kmemdup_array()
      soc/tegra: fuse: Use dev_err_probe for probe failures
      soc/tegra: fuse: Refactor resource mapping
      soc/tegra: fuse: Add tegra_acpi_init_apbmisc()
      soc/tegra: fuse: Add function to add lookups
      soc/tegra: fuse: Add function to print SKU info
      soc/tegra: fuse: Add ACPI support for Tegra194 and Tegra234
      soc/tegra: fuse: Add support for Tegra241
      soc/tegra: fuse: Define tegra194_soc_attr_group for Tegra241

Peter Robinson (1):
      bus: tegra-aconnect: Update dependency to ARCH_TEGRA

Petlozu Pravareshwar (2):
      soc/tegra: pmc: Update address mapping sequence for PMC apertures
      soc/tegra: pmc: Update scratch as an optional aperture

Prathamesh Shete (1):
      soc/tegra: pmc: Add SD wake event for Tegra234

 drivers/bus/Kconfig                    |   5 +-
 drivers/soc/tegra/Kconfig              |   5 ++
 drivers/soc/tegra/fuse/fuse-tegra.c    | 118 +++++++++++++++++++++++++--------
 drivers/soc/tegra/fuse/fuse-tegra30.c  |  23 ++++++-
 drivers/soc/tegra/fuse/fuse.h          |   8 ++-
 drivers/soc/tegra/fuse/tegra-apbmisc.c | 108 +++++++++++++++++++++++++-----
 drivers/soc/tegra/pmc.c                |  87 +++++++++++-------------
 include/linux/string.h                 |   1 +
 include/soc/tegra/fuse.h               |   1 +
 include/soc/tegra/pmc.h                |  18 -----
 mm/util.c                              |  17 +++++
 11 files changed, 277 insertions(+), 114 deletions(-)

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

* [GIT PULL 2/5] firmware: tegra: Changes for v6.9-rc1
  2024-02-23 17:48 [GIT PULL 1/5] soc/tegra: Changes for v6.9-rc1 Thierry Reding
@ 2024-02-23 17:48 ` Thierry Reding
  2024-02-23 17:48 ` [GIT PULL 3/5] dt-bindings: " Thierry Reding
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Thierry Reding @ 2024-02-23 17: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 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 1315848f1f8a0100cb6f8a7187bc320c5d98947f:

  firmware: tegra: bpmp: Return directly after a failed kzalloc() in get_filename() (2024-02-21 17:10:32 +0100)

Thanks,
Thierry

----------------------------------------------------------------
firmware: tegra: Changes for v6.9-rc1

Contains a fix that makes sure we don't unnecessarily call kfree().

----------------------------------------------------------------
Markus Elfring (1):
      firmware: tegra: bpmp: Return directly after a failed kzalloc() in get_filename()

 drivers/firmware/tegra/bpmp-debugfs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

* [GIT PULL 3/5] dt-bindings: Changes for v6.9-rc1
  2024-02-23 17:48 [GIT PULL 1/5] soc/tegra: Changes for v6.9-rc1 Thierry Reding
  2024-02-23 17:48 ` [GIT PULL 2/5] firmware: tegra: " Thierry Reding
@ 2024-02-23 17:48 ` Thierry Reding
  2024-02-23 17:48 ` [GIT PULL 4/5] ARM: tegra: Device tree changes " Thierry Reding
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Thierry Reding @ 2024-02-23 17: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 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

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

for you to fetch changes up to a82242d802c7cea66aa6630707c60a456657d1c2:

  dt-bindings: arm: tegra: Add LG Optimus Vu P895 and Optimus 4X P880 (2024-02-22 18:14:58 +0100)

Thanks,
Thierry

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

This contains device tree bindings additions for LG Optimus devices as
well as cleanups for the PMC hardware block.

----------------------------------------------------------------
Maxim Schwalm (1):
      dt-bindings: arm: tegra: Add LG Optimus Vu P895 and Optimus 4X P880

Petlozu Pravareshwar (1):
      dt-bindings: tegra: pmc: Update scratch as an optional aperture

 Documentation/devicetree/bindings/arm/tegra.yaml   |  8 +++
 .../bindings/arm/tegra/nvidia,tegra186-pmc.yaml    | 58 ++++++++++++++--------
 2 files changed, 46 insertions(+), 20 deletions(-)

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

* [GIT PULL 4/5] ARM: tegra: Device tree changes for v6.9-rc1
  2024-02-23 17:48 [GIT PULL 1/5] soc/tegra: Changes for v6.9-rc1 Thierry Reding
  2024-02-23 17:48 ` [GIT PULL 2/5] firmware: tegra: " Thierry Reding
  2024-02-23 17:48 ` [GIT PULL 3/5] dt-bindings: " Thierry Reding
@ 2024-02-23 17:48 ` Thierry Reding
  2024-02-23 17:48 ` [GIT PULL 5/5] arm64: " Thierry Reding
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Thierry Reding @ 2024-02-23 17: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 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

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

for you to fetch changes up to ea5e97e9ce0466b421bf0350fdb05409f5369162:

  ARM: tegra: Add device-tree for LG Optimus 4X HD (P880) (2024-02-22 18:20:45 +0100)

Thanks,
Thierry

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

Add support for the LG Optimus 4X HD and LG Optimus VU devices and clean
up some minor issues.

----------------------------------------------------------------
Mark Hasemeyer (1):
      ARM: tegra: Enable cros-ec-spi as wake source

Robert Eckelmann (1):
      ARM: tegra: nexus7: Add missing clock binding into sound node

Svyatoslav Ryhel (2):
      ARM: tegra: Add device-tree for LG Optimus Vu (P895)
      ARM: tegra: Add device-tree for LG Optimus 4X HD (P880)

 arch/arm/boot/dts/nvidia/Makefile                  |    2 +
 arch/arm/boot/dts/nvidia/tegra124-nyan.dtsi        |    1 +
 arch/arm/boot/dts/nvidia/tegra124-venice2.dts      |    1 +
 .../nvidia/tegra30-asus-nexus7-grouper-common.dtsi |    3 +
 arch/arm/boot/dts/nvidia/tegra30-lg-p880.dts       |  489 ++++++
 arch/arm/boot/dts/nvidia/tegra30-lg-p895.dts       |  496 ++++++
 arch/arm/boot/dts/nvidia/tegra30-lg-x3.dtsi        | 1812 ++++++++++++++++++++
 7 files changed, 2804 insertions(+)
 create mode 100644 arch/arm/boot/dts/nvidia/tegra30-lg-p880.dts
 create mode 100644 arch/arm/boot/dts/nvidia/tegra30-lg-p895.dts
 create mode 100644 arch/arm/boot/dts/nvidia/tegra30-lg-x3.dtsi

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

* [GIT PULL 5/5] arm64: tegra: Device tree changes for v6.9-rc1
  2024-02-23 17:48 [GIT PULL 1/5] soc/tegra: Changes for v6.9-rc1 Thierry Reding
                   ` (2 preceding siblings ...)
  2024-02-23 17:48 ` [GIT PULL 4/5] ARM: tegra: Device tree changes " Thierry Reding
@ 2024-02-23 17:48 ` Thierry Reding
  2024-02-29 17:02 ` [GIT PULL 1/5] soc/tegra: Changes " patchwork-bot+linux-soc
  2024-03-04 16:12 ` patchwork-bot+linux-soc
  5 siblings, 0 replies; 7+ messages in thread
From: Thierry Reding @ 2024-02-23 17: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 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

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

for you to fetch changes up to cc36acb8a67ddfe4bc7bc722748f6c1b72eed5ed:

  arm64: tegra: Remove Jetson Orin NX and Jetson Orin Nano DTSI (2024-02-23 18:20:02 +0100)

Thanks,
Thierry

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

This set of changes refactors the audio-related device tree nodes on
Tegra234 and improves USB support for Jetson AGX Xavier. Furthermore
this consolidates SD/MMC aliases on Tegra234 and provides correct
configuration data for the MGBE Ethernet devices found on Tegra234
so that they can operate at full speed.

----------------------------------------------------------------
Jon Hunter (3):
      arm64: tegra: Add current monitors for Jetson Xavier
      arm64: tegra: Add USB device support for Jetson AGX Xavier
      arm64: tegra: Add USB Type-C controller for Jetson AGX Xavier

Mark Hasemeyer (1):
      arm64: tegra: Enable cros-ec-spi as wake source

Thierry Reding (2):
      arm64: tegra: Use consistent SD/MMC aliases on Tegra234
      arm64: tegra: Add AXI configuration for Tegra234 MGBE

sheetal (4):
      arm64: tegra: Move AHUB ports to SoC DTSI
      arm64: tegra: Define missing IO ports
      arm64: tegra: Add audio support for Jetson Orin NX and Jetson Orin Nano
      arm64: tegra: Remove Jetson Orin NX and Jetson Orin Nano DTSI

 arch/arm64/boot/dts/nvidia/tegra132-norrin.dts     |    1 +
 arch/arm64/boot/dts/nvidia/tegra194-p2888.dtsi     |   50 +
 arch/arm64/boot/dts/nvidia/tegra194-p2972-0000.dts |   51 +-
 arch/arm64/boot/dts/nvidia/tegra194-p3668.dtsi     |   27 +
 arch/arm64/boot/dts/nvidia/tegra234-p3701.dtsi     | 1953 +-----------------
 .../dts/nvidia/tegra234-p3737-0000+p3701-0000.dts  |    1 -
 .../arm64/boot/dts/nvidia/tegra234-p3767-0000.dtsi |   14 -
 .../arm64/boot/dts/nvidia/tegra234-p3767-0005.dtsi |   14 -
 arch/arm64/boot/dts/nvidia/tegra234-p3767.dtsi     |   86 +
 .../dts/nvidia/tegra234-p3768-0000+p3767-0000.dts  |    7 +-
 .../dts/nvidia/tegra234-p3768-0000+p3767-0005.dts  |   12 +-
 arch/arm64/boot/dts/nvidia/tegra234-sim-vdk.dts    |    1 -
 arch/arm64/boot/dts/nvidia/tegra234.dtsi           | 2138 +++++++++++++++++++-
 13 files changed, 2355 insertions(+), 2000 deletions(-)
 delete mode 100644 arch/arm64/boot/dts/nvidia/tegra234-p3767-0000.dtsi
 delete mode 100644 arch/arm64/boot/dts/nvidia/tegra234-p3767-0005.dtsi

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

* Re: [GIT PULL 1/5] soc/tegra: Changes for v6.9-rc1
  2024-02-23 17:48 [GIT PULL 1/5] soc/tegra: Changes for v6.9-rc1 Thierry Reding
                   ` (3 preceding siblings ...)
  2024-02-23 17:48 ` [GIT PULL 5/5] arm64: " Thierry Reding
@ 2024-02-29 17:02 ` patchwork-bot+linux-soc
  2024-03-04 16:12 ` patchwork-bot+linux-soc
  5 siblings, 0 replies; 7+ messages in thread
From: patchwork-bot+linux-soc @ 2024-02-29 17:02 UTC (permalink / raw)
  To: Thierry Reding; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Fri, 23 Feb 2024 18:48:44 +0100 you wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:
> 
>   Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)
> 
> are available in the Git repository at:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,1/5] soc/tegra: Changes for v6.9-rc1
    (no matching commit)
  - [GIT,PULL,2/5] firmware: tegra: Changes for v6.9-rc1
    (no matching commit)
  - [GIT,PULL,3/5] dt-bindings: Changes for v6.9-rc1
    https://git.kernel.org/soc/soc/c/44514c326cf4
  - [GIT,PULL,4/5] ARM: tegra: Device tree changes for v6.9-rc1
    https://git.kernel.org/soc/soc/c/2d56bb99b681
  - [GIT,PULL,5/5] arm64: tegra: Device tree changes for v6.9-rc1
    https://git.kernel.org/soc/soc/c/b1208c4343f0

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

* Re: [GIT PULL 1/5] soc/tegra: Changes for v6.9-rc1
  2024-02-23 17:48 [GIT PULL 1/5] soc/tegra: Changes for v6.9-rc1 Thierry Reding
                   ` (4 preceding siblings ...)
  2024-02-29 17:02 ` [GIT PULL 1/5] soc/tegra: Changes " patchwork-bot+linux-soc
@ 2024-03-04 16:12 ` patchwork-bot+linux-soc
  5 siblings, 0 replies; 7+ messages in thread
From: patchwork-bot+linux-soc @ 2024-03-04 16:12 UTC (permalink / raw)
  To: Thierry Reding; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Fri, 23 Feb 2024 18:48:44 +0100 you wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:
> 
>   Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)
> 
> are available in the Git repository at:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,1/5] soc/tegra: Changes for v6.9-rc1
    https://git.kernel.org/soc/soc/c/3326155e5b99
  - [GIT,PULL,2/5] firmware: tegra: Changes for v6.9-rc1
    https://git.kernel.org/soc/soc/c/1b9df39edc61
  - [GIT,PULL,3/5] dt-bindings: Changes for v6.9-rc1
    (no matching commit)
  - [GIT,PULL,4/5] ARM: tegra: Device tree changes for v6.9-rc1
    (no matching commit)
  - [GIT,PULL,5/5] arm64: tegra: Device tree changes for v6.9-rc1
    (no matching commit)

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

end of thread, other threads:[~2024-03-04 16:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-23 17:48 [GIT PULL 1/5] soc/tegra: Changes for v6.9-rc1 Thierry Reding
2024-02-23 17:48 ` [GIT PULL 2/5] firmware: tegra: " Thierry Reding
2024-02-23 17:48 ` [GIT PULL 3/5] dt-bindings: " Thierry Reding
2024-02-23 17:48 ` [GIT PULL 4/5] ARM: tegra: Device tree changes " Thierry Reding
2024-02-23 17:48 ` [GIT PULL 5/5] arm64: " Thierry Reding
2024-02-29 17:02 ` [GIT PULL 1/5] soc/tegra: Changes " patchwork-bot+linux-soc
2024-03-04 16:12 ` 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).