All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/2] arm64: dts: cleanup and fixes for v6.10
@ 2024-04-28 16:33 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2024-04-28 16:33 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-samsung-soc,
	linux-kernel, Krzysztof Kozlowski

The following changes since commit 4cece764965020c22cff7665b18a012006359095:

  Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-dt.git tags/dt64-cleanup-6.10

for you to fetch changes up to de2ba5bd3607a5e5442a5fcbdea6ee2823b72fb9:

  arm64: dts: cavium: thunder2-99xx: drop redundant reg-names (2024-04-24 09:23:56 +0200)

----------------------------------------------------------------
Minor improvements in ARM64 DTS for v6.10

Fixes, which might have practical impact, however things were broken for
long enough to justify pushing it regular path:
1. ARM Juno: shorten node names for thermal zones, because Linux drivers
   have strict limit of 20 characters.
2. HiSilicon: correct size of GIC GICC address space and add missing
   GICH and GICV spaces, add cache info to properly describe cache
   topology and solve kernel boot warning.

Several cleanups:
1. Use capital "OR" for multiple licenses in SPDX.
2. Correct white-spaces for code readability.
3. Fix W=1 dtc compiler warnings, which should not have practical
   impact for Amazon, APM, Cavium, Realtek, Socionext Uniphier and
   Spreadtrum like:
    - missing unit addresses,
    - nodes not belonging to soc node,
    - not using generic node names,
    - few incorrect unit addresses.

----------------------------------------------------------------
Krzysztof Kozlowski (25):
      arm64: dts: juno: fix thermal zone node names
      arm64: dts: amd: use capital "OR" for multiple licenses in SPDX
      arm64: dts: sprd: minor whitespace cleanup
      arm64: dts: sc9860: add missing aon-prediv unit address
      arm64: dts: sc9860: move GPIO keys to board
      arm64: dts: sc9860: move GIC to soc node
      arm64: dts: whale2: add missing ap-apb unit address
      arm64: dts: sharkl3: add missing unit addresses
      arm64: dts: uniphier: ld11-global: use generic node name for audio-codec
      arm64: dts: uniphier: ld11-global: drop audio codec port unit address
      arm64: dts: uniphier: ld20-global: use generic node name for audio-codec
      arm64: dts: uniphier: ld20-global: drop audio codec port unit address
      arm64: dts: realtek: rtd129x: add missing unit address to soc node
      arm64: dts: realtek: rtd139x: add missing unit address to soc node
      arm64: dts: realtek: rtc16xx: add missing unit address to soc node
      arm64: dts: cavium: move non-MMIO node out of soc
      arm64: dts: cavium: correct unit addresses
      arm64: dts: apm: storm: move non-MMIO node out of soc
      arm64: dts: apm: shadowcat: move non-MMIO node out of soc
      arm64: dts: amazon: alpine-v2: add missing io-fabric unit addresses
      arm64: dts: amazon: alpine-v2: move non-MMIO node out of soc
      arm64: dts: amazon: alpine-v3: add missing io-fabric unit addresses
      arm64: dts: amazon: alpine-v3: drop cache nodes unit addresses
      arm64: dts: amazon: alpine-v3: correct gic unit addresses
      arm64: dts: cavium: thunder2-99xx: drop redundant reg-names

Yang Xiwen (3):
      arm64: dts: hi3798cv200: fix the size of GICR
      arm64: dts: hi3798cv200: add GICH, GICV register space and irq
      arm64: dts: hi3798cv200: add cache info

 arch/arm64/boot/dts/amazon/alpine-v2.dtsi          | 35 +++++++-------
 arch/arm64/boot/dts/amazon/alpine-v3.dtsi          | 12 ++---
 arch/arm64/boot/dts/amd/elba-16core.dtsi           |  2 +-
 arch/arm64/boot/dts/amd/elba-asic-common.dtsi      |  2 +-
 arch/arm64/boot/dts/amd/elba-asic.dts              |  2 +-
 arch/arm64/boot/dts/amd/elba-flash-parts.dtsi      |  2 +-
 arch/arm64/boot/dts/amd/elba.dtsi                  |  2 +-
 arch/arm64/boot/dts/apm/apm-shadowcat.dtsi         | 14 +++---
 arch/arm64/boot/dts/apm/apm-storm.dtsi             | 13 ++---
 arch/arm64/boot/dts/arm/juno-base.dtsi             |  4 +-
 arch/arm64/boot/dts/arm/juno-scmi.dtsi             |  4 +-
 arch/arm64/boot/dts/cavium/thunder-88xx.dtsi       | 20 ++++----
 arch/arm64/boot/dts/cavium/thunder2-99xx.dtsi      |  1 -
 arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi     | 43 ++++++++++++++++-
 arch/arm64/boot/dts/realtek/rtd129x.dtsi           |  2 +-
 arch/arm64/boot/dts/realtek/rtd139x.dtsi           |  2 +-
 arch/arm64/boot/dts/realtek/rtd16xx.dtsi           |  2 +-
 .../boot/dts/socionext/uniphier-ld11-global.dts    |  4 +-
 .../boot/dts/socionext/uniphier-ld20-global.dts    |  4 +-
 arch/arm64/boot/dts/sprd/sc9860.dtsi               | 56 ++++++----------------
 arch/arm64/boot/dts/sprd/sharkl3.dtsi              | 18 +++----
 arch/arm64/boot/dts/sprd/sp9860g-1h10.dts          | 30 +++++++++++-
 arch/arm64/boot/dts/sprd/whale2.dtsi               |  2 +-
 23 files changed, 159 insertions(+), 117 deletions(-)

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

* [GIT PULL 1/2] arm64: dts: cleanup and fixes for v6.10
@ 2024-04-28 16:33 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2024-04-28 16:33 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-samsung-soc,
	linux-kernel, Krzysztof Kozlowski

The following changes since commit 4cece764965020c22cff7665b18a012006359095:

  Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-dt.git tags/dt64-cleanup-6.10

for you to fetch changes up to de2ba5bd3607a5e5442a5fcbdea6ee2823b72fb9:

  arm64: dts: cavium: thunder2-99xx: drop redundant reg-names (2024-04-24 09:23:56 +0200)

----------------------------------------------------------------
Minor improvements in ARM64 DTS for v6.10

Fixes, which might have practical impact, however things were broken for
long enough to justify pushing it regular path:
1. ARM Juno: shorten node names for thermal zones, because Linux drivers
   have strict limit of 20 characters.
2. HiSilicon: correct size of GIC GICC address space and add missing
   GICH and GICV spaces, add cache info to properly describe cache
   topology and solve kernel boot warning.

Several cleanups:
1. Use capital "OR" for multiple licenses in SPDX.
2. Correct white-spaces for code readability.
3. Fix W=1 dtc compiler warnings, which should not have practical
   impact for Amazon, APM, Cavium, Realtek, Socionext Uniphier and
   Spreadtrum like:
    - missing unit addresses,
    - nodes not belonging to soc node,
    - not using generic node names,
    - few incorrect unit addresses.

----------------------------------------------------------------
Krzysztof Kozlowski (25):
      arm64: dts: juno: fix thermal zone node names
      arm64: dts: amd: use capital "OR" for multiple licenses in SPDX
      arm64: dts: sprd: minor whitespace cleanup
      arm64: dts: sc9860: add missing aon-prediv unit address
      arm64: dts: sc9860: move GPIO keys to board
      arm64: dts: sc9860: move GIC to soc node
      arm64: dts: whale2: add missing ap-apb unit address
      arm64: dts: sharkl3: add missing unit addresses
      arm64: dts: uniphier: ld11-global: use generic node name for audio-codec
      arm64: dts: uniphier: ld11-global: drop audio codec port unit address
      arm64: dts: uniphier: ld20-global: use generic node name for audio-codec
      arm64: dts: uniphier: ld20-global: drop audio codec port unit address
      arm64: dts: realtek: rtd129x: add missing unit address to soc node
      arm64: dts: realtek: rtd139x: add missing unit address to soc node
      arm64: dts: realtek: rtc16xx: add missing unit address to soc node
      arm64: dts: cavium: move non-MMIO node out of soc
      arm64: dts: cavium: correct unit addresses
      arm64: dts: apm: storm: move non-MMIO node out of soc
      arm64: dts: apm: shadowcat: move non-MMIO node out of soc
      arm64: dts: amazon: alpine-v2: add missing io-fabric unit addresses
      arm64: dts: amazon: alpine-v2: move non-MMIO node out of soc
      arm64: dts: amazon: alpine-v3: add missing io-fabric unit addresses
      arm64: dts: amazon: alpine-v3: drop cache nodes unit addresses
      arm64: dts: amazon: alpine-v3: correct gic unit addresses
      arm64: dts: cavium: thunder2-99xx: drop redundant reg-names

Yang Xiwen (3):
      arm64: dts: hi3798cv200: fix the size of GICR
      arm64: dts: hi3798cv200: add GICH, GICV register space and irq
      arm64: dts: hi3798cv200: add cache info

 arch/arm64/boot/dts/amazon/alpine-v2.dtsi          | 35 +++++++-------
 arch/arm64/boot/dts/amazon/alpine-v3.dtsi          | 12 ++---
 arch/arm64/boot/dts/amd/elba-16core.dtsi           |  2 +-
 arch/arm64/boot/dts/amd/elba-asic-common.dtsi      |  2 +-
 arch/arm64/boot/dts/amd/elba-asic.dts              |  2 +-
 arch/arm64/boot/dts/amd/elba-flash-parts.dtsi      |  2 +-
 arch/arm64/boot/dts/amd/elba.dtsi                  |  2 +-
 arch/arm64/boot/dts/apm/apm-shadowcat.dtsi         | 14 +++---
 arch/arm64/boot/dts/apm/apm-storm.dtsi             | 13 ++---
 arch/arm64/boot/dts/arm/juno-base.dtsi             |  4 +-
 arch/arm64/boot/dts/arm/juno-scmi.dtsi             |  4 +-
 arch/arm64/boot/dts/cavium/thunder-88xx.dtsi       | 20 ++++----
 arch/arm64/boot/dts/cavium/thunder2-99xx.dtsi      |  1 -
 arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi     | 43 ++++++++++++++++-
 arch/arm64/boot/dts/realtek/rtd129x.dtsi           |  2 +-
 arch/arm64/boot/dts/realtek/rtd139x.dtsi           |  2 +-
 arch/arm64/boot/dts/realtek/rtd16xx.dtsi           |  2 +-
 .../boot/dts/socionext/uniphier-ld11-global.dts    |  4 +-
 .../boot/dts/socionext/uniphier-ld20-global.dts    |  4 +-
 arch/arm64/boot/dts/sprd/sc9860.dtsi               | 56 ++++++----------------
 arch/arm64/boot/dts/sprd/sharkl3.dtsi              | 18 +++----
 arch/arm64/boot/dts/sprd/sp9860g-1h10.dts          | 30 +++++++++++-
 arch/arm64/boot/dts/sprd/whale2.dtsi               |  2 +-
 23 files changed, 159 insertions(+), 117 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/2] ARM: dts: cleanup for v6.10
  2024-04-28 16:33 ` Krzysztof Kozlowski
@ 2024-04-28 16:33   ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2024-04-28 16:33 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-samsung-soc,
	linux-kernel, Krzysztof Kozlowski

The following changes since commit 4cece764965020c22cff7665b18a012006359095:

  Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-dt.git tags/dt-cleanup-6.10

for you to fetch changes up to 5e0705a74f8075dbefcb0ad18d6bbf909c72ebf3:

  ARM: dts: aspeed: Add vendor prefixes to lm25066 compat strings (2024-04-24 09:25:22 +0200)

----------------------------------------------------------------
Minor improvements in ARM DTS for v6.10

1. TI: add missing white-spaces for code readability.
2. Aspeed: add vendor prefix to compatibles, to properly describe
   hardware, even though Linux drivers match by device name.

----------------------------------------------------------------
Krzysztof Kozlowski (1):
      ARM: dts: ti: omap: minor whitespace cleanup

Zev Weiss (1):
      ARM: dts: aspeed: Add vendor prefixes to lm25066 compat strings

 arch/arm/boot/dts/aspeed/aspeed-bmc-asrock-romed8hm3.dts | 4 ++--
 arch/arm/boot/dts/aspeed/aspeed-bmc-delta-ahe50dc.dts    | 2 +-
 arch/arm/boot/dts/ti/omap/am33xx.dtsi                    | 8 ++++----
 arch/arm/boot/dts/ti/omap/am4372.dtsi                    | 2 +-
 4 files changed, 8 insertions(+), 8 deletions(-)

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

* [GIT PULL 2/2] ARM: dts: cleanup for v6.10
@ 2024-04-28 16:33   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2024-04-28 16:33 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-samsung-soc,
	linux-kernel, Krzysztof Kozlowski

The following changes since commit 4cece764965020c22cff7665b18a012006359095:

  Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-dt.git tags/dt-cleanup-6.10

for you to fetch changes up to 5e0705a74f8075dbefcb0ad18d6bbf909c72ebf3:

  ARM: dts: aspeed: Add vendor prefixes to lm25066 compat strings (2024-04-24 09:25:22 +0200)

----------------------------------------------------------------
Minor improvements in ARM DTS for v6.10

1. TI: add missing white-spaces for code readability.
2. Aspeed: add vendor prefix to compatibles, to properly describe
   hardware, even though Linux drivers match by device name.

----------------------------------------------------------------
Krzysztof Kozlowski (1):
      ARM: dts: ti: omap: minor whitespace cleanup

Zev Weiss (1):
      ARM: dts: aspeed: Add vendor prefixes to lm25066 compat strings

 arch/arm/boot/dts/aspeed/aspeed-bmc-asrock-romed8hm3.dts | 4 ++--
 arch/arm/boot/dts/aspeed/aspeed-bmc-delta-ahe50dc.dts    | 2 +-
 arch/arm/boot/dts/ti/omap/am33xx.dtsi                    | 8 ++++----
 arch/arm/boot/dts/ti/omap/am4372.dtsi                    | 2 +-
 4 files changed, 8 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] 5+ messages in thread

* Re: [GIT PULL 1/2] arm64: dts: cleanup and fixes for v6.10
  2024-04-28 16:33 ` Krzysztof Kozlowski
  (?)
  (?)
@ 2024-04-29 16:41 ` patchwork-bot+linux-soc
  -1 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+linux-soc @ 2024-04-29 16:41 UTC (permalink / raw)
  To: Krzysztof Kozlowski; +Cc: soc

Hello:

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

On Sun, 28 Apr 2024 18:33:13 +0200 you wrote:
> The following changes since commit 4cece764965020c22cff7665b18a012006359095:
> 
>   Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-dt.git tags/dt64-cleanup-6.10
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,1/2] arm64: dts: cleanup and fixes for v6.10
    https://git.kernel.org/soc/soc/c/631ec3748398
  - [GIT,PULL,2/2] ARM: dts: cleanup for v6.10
    https://git.kernel.org/soc/soc/c/e8325e339646

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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-28 16:33 [GIT PULL 1/2] arm64: dts: cleanup and fixes for v6.10 Krzysztof Kozlowski
2024-04-28 16:33 ` Krzysztof Kozlowski
2024-04-28 16:33 ` [GIT PULL 2/2] ARM: dts: cleanup " Krzysztof Kozlowski
2024-04-28 16:33   ` Krzysztof Kozlowski
2024-04-29 16:41 ` [GIT PULL 1/2] arm64: dts: cleanup and fixes " patchwork-bot+linux-soc

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.