soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/6] soc/tegra: Changes for v6.7-rc1
@ 2023-10-13 15:37 Thierry Reding
  2023-10-13 15:37 ` [GIT PULL 2/6] firmware: tegra: " Thierry Reding
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Thierry Reding @ 2023-10-13 15:37 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 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

  Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)

are available in the Git repository at:

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

for you to fetch changes up to cda263907a6f88c75fb97cf7adecffaafb6237ec:

  soc/tegra: pmc: Drop the ->opp_to_performance_state() callback (2023-10-13 13:58:36 +0200)

Thanks,
Thierry

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

This contains a few minor cleanups for PMC and CBB.

----------------------------------------------------------------
Ulf Hansson (1):
      soc/tegra: pmc: Drop the ->opp_to_performance_state() callback

Uwe Kleine-König (1):
      soc/tegra: cbb: tegra194-cbb: Convert to platform remove callback returning void

 drivers/soc/tegra/cbb/tegra194-cbb.c | 6 ++----
 drivers/soc/tegra/pmc.c              | 8 --------
 2 files changed, 2 insertions(+), 12 deletions(-)

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

* [GIT PULL 2/6] firmware: tegra: Changes for v6.7-rc1
  2023-10-13 15:37 [GIT PULL 1/6] soc/tegra: Changes for v6.7-rc1 Thierry Reding
@ 2023-10-13 15:37 ` Thierry Reding
  2023-10-13 15:37 ` [GIT PULL 3/6] dt-bindings: " Thierry Reding
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Thierry Reding @ 2023-10-13 15:37 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 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

  Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)

are available in the Git repository at:

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

for you to fetch changes up to ea608a01d4ee66f8b51070e623f9adb8684c0dd4:

  firmware: tegra: Add suspend hook and reset BPMP IPC early on resume (2023-10-13 14:20:27 +0200)

Thanks,
Thierry

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

Contains a typofix and a new mechanism to help fix an issue that can
seemingly hang the system during early resume.

----------------------------------------------------------------
Deming Wang (1):
      firmware: tegra: Fix a typo

Sumit Gupta (1):
      firmware: tegra: Add suspend hook and reset BPMP IPC early on resume

 drivers/firmware/tegra/bpmp.c | 30 ++++++++++++++++++++++++++++++
 include/soc/tegra/bpmp-abi.h  |  2 +-
 include/soc/tegra/bpmp.h      |  6 ++++++
 3 files changed, 37 insertions(+), 1 deletion(-)

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

* [GIT PULL 3/6] dt-bindings: Changes for v6.7-rc1
  2023-10-13 15:37 [GIT PULL 1/6] soc/tegra: Changes for v6.7-rc1 Thierry Reding
  2023-10-13 15:37 ` [GIT PULL 2/6] firmware: tegra: " Thierry Reding
@ 2023-10-13 15:37 ` Thierry Reding
  2023-10-13 15:37 ` [GIT PULL 4/6] memory: tegra: " Thierry Reding
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Thierry Reding @ 2023-10-13 15:37 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 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

  Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 0434281722b5192f4c5f60ff891f98f95057a793:

  dt-bindings: arm: tegra: pmc: Relicense and move into soc/tegra directory (2023-10-10 17:39:33 +0200)

Thanks,
Thierry

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

This contains some rework of the Tegra PMC device tree bindings that
will help with validating device trees with json-schema.

----------------------------------------------------------------
Thierry Reding (7):
      dt-bindings: arm: tegra: pmc: Improve property descriptions
      dt-bindings: arm: tegra: pmc: Remove useless boilerplate descriptions
      dt-bindings: arm: tegra: pmc: Move additionalProperties
      dt-bindings: arm: tegra: pmc: Increase maximum number of clocks per powergate
      dt-bindings: arm: tegra: pmc: Restructure pad configuration node schema
      dt-bindings: arm: tegra: pmc: Reformat example
      dt-bindings: arm: tegra: pmc: Relicense and move into soc/tegra directory

 .../bindings/arm/tegra/nvidia,tegra20-pmc.yaml     | 393 -------------------
 .../bindings/soc/tegra/nvidia,tegra20-pmc.yaml     | 416 +++++++++++++++++++++
 2 files changed, 416 insertions(+), 393 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/arm/tegra/nvidia,tegra20-pmc.yaml
 create mode 100644 Documentation/devicetree/bindings/soc/tegra/nvidia,tegra20-pmc.yaml

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

* [GIT PULL 4/6] memory: tegra: Changes for v6.7-rc1
  2023-10-13 15:37 [GIT PULL 1/6] soc/tegra: Changes for v6.7-rc1 Thierry Reding
  2023-10-13 15:37 ` [GIT PULL 2/6] firmware: tegra: " Thierry Reding
  2023-10-13 15:37 ` [GIT PULL 3/6] dt-bindings: " Thierry Reding
@ 2023-10-13 15:37 ` Thierry Reding
  2023-10-13 15:37 ` [GIT PULL 5/6] ARM: tegra: Device tree changes " Thierry Reding
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Thierry Reding @ 2023-10-13 15:37 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 ea608a01d4ee66f8b51070e623f9adb8684c0dd4:

  firmware: tegra: Add suspend hook and reset BPMP IPC early on resume (2023-10-13 14:20:27 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.7-memory

for you to fetch changes up to f344675a34383ae26a8230f4b1cd99cbd0defebd:

  memory: tegra: Set BPMP msg flags to reset IPC channels (2023-10-13 14:23:41 +0200)

Thanks,
Thierry

----------------------------------------------------------------
memory: tegra: Changes for v6.7-rc1

Contains a fix for a long timeout that can make it seems like the system
is hanging during early resume.

----------------------------------------------------------------
Thierry Reding (2):
      Merge branch 'for-6.7/firmware' into for-6.7/memory
      memory: tegra: Set BPMP msg flags to reset IPC channels

 drivers/memory/tegra/tegra234.c | 4 ++++
 1 file changed, 4 insertions(+)

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

* [GIT PULL 5/6] ARM: tegra: Device tree changes for v6.7-rc1
  2023-10-13 15:37 [GIT PULL 1/6] soc/tegra: Changes for v6.7-rc1 Thierry Reding
                   ` (2 preceding siblings ...)
  2023-10-13 15:37 ` [GIT PULL 4/6] memory: tegra: " Thierry Reding
@ 2023-10-13 15:37 ` Thierry Reding
  2023-10-13 15:37 ` [GIT PULL 6/6] arm64: " Thierry Reding
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Thierry Reding @ 2023-10-13 15:37 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 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

  Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 3c2508d3ce5764d1daea0a580cf11f35bd4f2801:

  ARM: tegra: Drop unit-address from parallel RGB output port (2023-10-10 17:43:48 +0200)

Thanks,
Thierry

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

Contains a small fix that drops an unnecessary unit-address.

----------------------------------------------------------------
Maxim Schwalm (1):
      ARM: tegra: Drop unit-address from parallel RGB output port

 arch/arm/boot/dts/nvidia/tegra20-acer-a500-picasso.dts  | 2 +-
 arch/arm/boot/dts/nvidia/tegra20-asus-tf101.dts         | 2 +-
 arch/arm/boot/dts/nvidia/tegra30-asus-lvds-display.dtsi | 2 +-
 arch/arm/boot/dts/nvidia/tegra30-asus-tf700t.dts        | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

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

* [GIT PULL 6/6] arm64: tegra: Device tree changes for v6.7-rc1
  2023-10-13 15:37 [GIT PULL 1/6] soc/tegra: Changes for v6.7-rc1 Thierry Reding
                   ` (3 preceding siblings ...)
  2023-10-13 15:37 ` [GIT PULL 5/6] ARM: tegra: Device tree changes " Thierry Reding
@ 2023-10-13 15:37 ` Thierry Reding
  2023-10-13 21:00 ` [GIT PULL 1/6] soc/tegra: Changes " patchwork-bot+linux-soc
  2023-10-16 21:31 ` patchwork-bot+linux-soc
  6 siblings, 0 replies; 8+ messages in thread
From: Thierry Reding @ 2023-10-13 15:37 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 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

  Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)

are available in the Git repository at:

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

for you to fetch changes up to c0b80988eb78d6423249ab530bfbc6b238790a26:

  arm64: tegra: Use correct interrupts for Tegra234 TKE (2023-10-13 14:43:05 +0200)

Thanks,
Thierry

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

This contains some fixes for Tegra234 boards as well as some cleanups
that will help with json-schema validation.

For older devices, there's now support for display on Smaug (a.k.a.
Pixel C) and the IOMMU for host1x is enabled on Tegra132, which should
help with large memory allocations for display and multimedia.

----------------------------------------------------------------
Brad Griffis (2):
      arm64: tegra: Fix P3767 card detect polarity
      arm64: tegra: Fix P3767 QSPI speed

Diogo Ivo (3):
      arm64: tegra: Add DSI/CSI regulator on Smaug
      arm64: tegra: Add backlight node on Smaug
      arm64: tegra: Add display panel node on Smaug

Jon Hunter (1):
      arm64: tegra: Add power-sensors for Tegra234 boards

Rayyan Ansari (1):
      arm64: tegra: Enable IOMMU for host1x on Tegra132

Thierry Reding (6):
      arm64: tegra: Add missing current-speed for SBSA UART
      arm64: tegra: Remove duplicate nodes on Jetson Orin NX
      arm64: tegra: Use correct format for clocks property
      arm64: tegra: Add dmas and dma-names for Tegra234 UARTE
      arm64: tegra: Mark Tegra234 SPI as compatible with Tegra114
      arm64: tegra: Use correct interrupts for Tegra234 TKE

 arch/arm64/boot/dts/nvidia/tegra132.dtsi           |  2 +
 arch/arm64/boot/dts/nvidia/tegra210-smaug.dts      | 66 ++++++++++++++++++++++
 .../arm64/boot/dts/nvidia/tegra234-p3701-0008.dtsi | 33 +++++++++++
 arch/arm64/boot/dts/nvidia/tegra234-p3701.dtsi     | 53 +++++++++++++++++
 .../dts/nvidia/tegra234-p3737-0000+p3701-0000.dts  |  1 +
 arch/arm64/boot/dts/nvidia/tegra234-p3767.dtsi     | 33 ++++++++++-
 .../dts/nvidia/tegra234-p3768-0000+p3767-0000.dts  | 13 -----
 .../arm64/boot/dts/nvidia/tegra234-p3768-0000.dtsi |  1 +
 arch/arm64/boot/dts/nvidia/tegra234.dtsi           | 52 +++++++++--------
 9 files changed, 214 insertions(+), 40 deletions(-)

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

* Re: [GIT PULL 1/6] soc/tegra: Changes for v6.7-rc1
  2023-10-13 15:37 [GIT PULL 1/6] soc/tegra: Changes for v6.7-rc1 Thierry Reding
                   ` (4 preceding siblings ...)
  2023-10-13 15:37 ` [GIT PULL 6/6] arm64: " Thierry Reding
@ 2023-10-13 21:00 ` patchwork-bot+linux-soc
  2023-10-16 21:31 ` patchwork-bot+linux-soc
  6 siblings, 0 replies; 8+ messages in thread
From: patchwork-bot+linux-soc @ 2023-10-13 21:00 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, 13 Oct 2023 17:37:17 +0200 you wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:
> 
>   Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)
> 
> are available in the Git repository at:
> 
> [...]

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

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

* Re: [GIT PULL 1/6] soc/tegra: Changes for v6.7-rc1
  2023-10-13 15:37 [GIT PULL 1/6] soc/tegra: Changes for v6.7-rc1 Thierry Reding
                   ` (5 preceding siblings ...)
  2023-10-13 21:00 ` [GIT PULL 1/6] soc/tegra: Changes " patchwork-bot+linux-soc
@ 2023-10-16 21:31 ` patchwork-bot+linux-soc
  6 siblings, 0 replies; 8+ messages in thread
From: patchwork-bot+linux-soc @ 2023-10-16 21:31 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, 13 Oct 2023 17:37:17 +0200 you wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:
> 
>   Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)
> 
> are available in the Git repository at:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,1/6] soc/tegra: Changes for v6.7-rc1
    https://git.kernel.org/soc/soc/c/024d4292e426
  - [GIT,PULL,2/6] firmware: tegra: Changes for v6.7-rc1
    https://git.kernel.org/soc/soc/c/9e6e423a3665
  - [GIT,PULL,3/6] dt-bindings: Changes for v6.7-rc1
    (no matching commit)
  - [GIT,PULL,4/6] memory: tegra: Changes for v6.7-rc1
    https://git.kernel.org/soc/soc/c/78aee16af9c8
  - [GIT,PULL,5/6] ARM: tegra: Device tree changes for v6.7-rc1
    (no matching commit)
  - [GIT,PULL,6/6] arm64: tegra: Device tree changes for v6.7-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] 8+ messages in thread

end of thread, other threads:[~2023-10-16 21:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-13 15:37 [GIT PULL 1/6] soc/tegra: Changes for v6.7-rc1 Thierry Reding
2023-10-13 15:37 ` [GIT PULL 2/6] firmware: tegra: " Thierry Reding
2023-10-13 15:37 ` [GIT PULL 3/6] dt-bindings: " Thierry Reding
2023-10-13 15:37 ` [GIT PULL 4/6] memory: tegra: " Thierry Reding
2023-10-13 15:37 ` [GIT PULL 5/6] ARM: tegra: Device tree changes " Thierry Reding
2023-10-13 15:37 ` [GIT PULL 6/6] arm64: " Thierry Reding
2023-10-13 21:00 ` [GIT PULL 1/6] soc/tegra: Changes " patchwork-bot+linux-soc
2023-10-16 21:31 ` 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).