All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
	arm@kernel.org, soc@kernel.org
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org,
	Krzysztof Kozlowski <krzk@kernel.org>
Subject: [GIT PULL 1/2] arm64: dts: cleanup and fixes for v6.10
Date: Sun, 28 Apr 2024 18:33:13 +0200	[thread overview]
Message-ID: <20240428163316.28955-1-krzysztof.kozlowski@linaro.org> (raw)

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(-)

WARNING: multiple messages have this Message-ID (diff)
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
	arm@kernel.org, soc@kernel.org
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org,
	Krzysztof Kozlowski <krzk@kernel.org>
Subject: [GIT PULL 1/2] arm64: dts: cleanup and fixes for v6.10
Date: Sun, 28 Apr 2024 18:33:13 +0200	[thread overview]
Message-ID: <20240428163316.28955-1-krzysztof.kozlowski@linaro.org> (raw)

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

             reply	other threads:[~2024-04-28 16:33 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-28 16:33 Krzysztof Kozlowski [this message]
2024-04-28 16:33 ` [GIT PULL 1/2] arm64: dts: cleanup and fixes for v6.10 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240428163316.28955-1-krzysztof.kozlowski@linaro.org \
    --to=krzysztof.kozlowski@linaro.org \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=krzk@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=olof@lixom.net \
    --cc=soc@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.