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>,
	Lars Povlsen <lars.povlsen@microchip.com>,
	Steen Hegelund <Steen.Hegelund@microchip.com>,
	Conor Dooley <conor.dooley@microchip.com>,
	Daniel Machon <daniel.machon@microchip.com>,
	UNGLinuxDriver@microchip.com
Subject: [GIT PULL 1/2] arm64: dts: cleanup and fixes for v6.5
Date: Wed, 17 May 2023 15:12:54 +0200	[thread overview]
Message-ID: <20230517131255.471002-1-krzysztof.kozlowski@linaro.org> (raw)

Hi,

Few usual cleanups from me and few other fixes/cleanups from Michael
and Robert. To clarify - I don't want to step on someone's toes, so
me picking up other patches is rather exception. It's just sad when
someone's work gets lost.

There is ongoing discussion how to improve a bit Microchip ARM64 SparX-5 patch
handling process, so the contributions won't get lost.

Best regards,
Krzysztof


The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

  Linux 6.4-rc1 (2023-05-07 13:34:35 -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.5

for you to fetch changes up to d5e64404e77c19ec5bd687b34a11eec0263f1aa8:

  arm64: dts: sparx5: rename pinctrl nodes (2023-05-17 14:16:13 +0200)

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

Mostly minor improvements to fix dtbs_check warnings:
1. mba6ulx: use non-deprecated property for GPIO keys wake-up,
2. Add missing cache properties (APM, Amazon, HiSilicon, Realtek,
   Synaptics, AllWinner, Microchip).

Few older minor and major fixes which were waiting on mailing lists for
longer time for Microchip SparX-5:
1. Fix secondary CPU bring-up and crash when talking to PSCI on reference
   boards (Robert Marko),
2. Simplify CPU address-cells (Robert Marko),
3. Align pinctrl node names with bindings (Michael Walle).

----------------------------------------------------------------
Krzysztof Kozlowski (8):
      arm64: dts: mba6ulx: correct GPIO keys wakeup
      arm64: dts: apm: add missing cache properties
      arm64: dts: amazon: add missing cache properties
      arm64: dts: hisilicon: add missing cache properties
      arm64: dts: realtek: add missing cache properties
      arm64: dts: synaptics: add missing cache properties
      arm64: dts: allwinner: a64: add missing cache properties
      arm64: dts: microchip: add missing cache properties

Michael Walle (1):
      arm64: dts: sparx5: rename pinctrl nodes

Robert Marko (2):
      arm64: dts: microchip: sparx5: do not use PSCI on reference boards
      arm64: dts: microchip: sparx5: correct CPU address-cells

 arch/arm/boot/dts/mba6ulx.dtsi                     |  2 +-
 arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi      |  1 +
 arch/arm64/boot/dts/amazon/alpine-v3.dtsi          |  4 ++++
 arch/arm64/boot/dts/apm/apm-shadowcat.dtsi         |  8 +++++++
 arch/arm64/boot/dts/apm/apm-storm.dtsi             |  8 +++++++
 arch/arm64/boot/dts/hisilicon/hi3660.dtsi          |  2 ++
 arch/arm64/boot/dts/hisilicon/hi6220.dtsi          |  2 ++
 arch/arm64/boot/dts/hisilicon/hip05.dtsi           |  4 ++++
 arch/arm64/boot/dts/hisilicon/hip06.dtsi           |  4 ++++
 arch/arm64/boot/dts/hisilicon/hip07.dtsi           | 16 +++++++++++++
 arch/arm64/boot/dts/microchip/sparx5.dtsi          | 10 +++++----
 .../boot/dts/microchip/sparx5_pcb134_board.dtsi    | 26 +++++++++++-----------
 .../boot/dts/microchip/sparx5_pcb135_board.dtsi    | 10 ++++-----
 .../boot/dts/microchip/sparx5_pcb_common.dtsi      | 12 ++++++++++
 arch/arm64/boot/dts/realtek/rtd1293.dtsi           |  2 ++
 arch/arm64/boot/dts/realtek/rtd1295.dtsi           |  2 ++
 arch/arm64/boot/dts/realtek/rtd1296.dtsi           |  2 ++
 arch/arm64/boot/dts/realtek/rtd1395.dtsi           |  2 ++
 arch/arm64/boot/dts/realtek/rtd16xx.dtsi           |  4 ++++
 arch/arm64/boot/dts/synaptics/berlin4ct.dtsi       |  2 ++
 20 files changed, 100 insertions(+), 23 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>,
	Lars Povlsen <lars.povlsen@microchip.com>,
	Steen Hegelund <Steen.Hegelund@microchip.com>,
	Conor Dooley <conor.dooley@microchip.com>,
	Daniel Machon <daniel.machon@microchip.com>,
	UNGLinuxDriver@microchip.com
Subject: [GIT PULL 1/2] arm64: dts: cleanup and fixes for v6.5
Date: Wed, 17 May 2023 15:12:54 +0200	[thread overview]
Message-ID: <20230517131255.471002-1-krzysztof.kozlowski@linaro.org> (raw)

Hi,

Few usual cleanups from me and few other fixes/cleanups from Michael
and Robert. To clarify - I don't want to step on someone's toes, so
me picking up other patches is rather exception. It's just sad when
someone's work gets lost.

There is ongoing discussion how to improve a bit Microchip ARM64 SparX-5 patch
handling process, so the contributions won't get lost.

Best regards,
Krzysztof


The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

  Linux 6.4-rc1 (2023-05-07 13:34:35 -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.5

for you to fetch changes up to d5e64404e77c19ec5bd687b34a11eec0263f1aa8:

  arm64: dts: sparx5: rename pinctrl nodes (2023-05-17 14:16:13 +0200)

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

Mostly minor improvements to fix dtbs_check warnings:
1. mba6ulx: use non-deprecated property for GPIO keys wake-up,
2. Add missing cache properties (APM, Amazon, HiSilicon, Realtek,
   Synaptics, AllWinner, Microchip).

Few older minor and major fixes which were waiting on mailing lists for
longer time for Microchip SparX-5:
1. Fix secondary CPU bring-up and crash when talking to PSCI on reference
   boards (Robert Marko),
2. Simplify CPU address-cells (Robert Marko),
3. Align pinctrl node names with bindings (Michael Walle).

----------------------------------------------------------------
Krzysztof Kozlowski (8):
      arm64: dts: mba6ulx: correct GPIO keys wakeup
      arm64: dts: apm: add missing cache properties
      arm64: dts: amazon: add missing cache properties
      arm64: dts: hisilicon: add missing cache properties
      arm64: dts: realtek: add missing cache properties
      arm64: dts: synaptics: add missing cache properties
      arm64: dts: allwinner: a64: add missing cache properties
      arm64: dts: microchip: add missing cache properties

Michael Walle (1):
      arm64: dts: sparx5: rename pinctrl nodes

Robert Marko (2):
      arm64: dts: microchip: sparx5: do not use PSCI on reference boards
      arm64: dts: microchip: sparx5: correct CPU address-cells

 arch/arm/boot/dts/mba6ulx.dtsi                     |  2 +-
 arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi      |  1 +
 arch/arm64/boot/dts/amazon/alpine-v3.dtsi          |  4 ++++
 arch/arm64/boot/dts/apm/apm-shadowcat.dtsi         |  8 +++++++
 arch/arm64/boot/dts/apm/apm-storm.dtsi             |  8 +++++++
 arch/arm64/boot/dts/hisilicon/hi3660.dtsi          |  2 ++
 arch/arm64/boot/dts/hisilicon/hi6220.dtsi          |  2 ++
 arch/arm64/boot/dts/hisilicon/hip05.dtsi           |  4 ++++
 arch/arm64/boot/dts/hisilicon/hip06.dtsi           |  4 ++++
 arch/arm64/boot/dts/hisilicon/hip07.dtsi           | 16 +++++++++++++
 arch/arm64/boot/dts/microchip/sparx5.dtsi          | 10 +++++----
 .../boot/dts/microchip/sparx5_pcb134_board.dtsi    | 26 +++++++++++-----------
 .../boot/dts/microchip/sparx5_pcb135_board.dtsi    | 10 ++++-----
 .../boot/dts/microchip/sparx5_pcb_common.dtsi      | 12 ++++++++++
 arch/arm64/boot/dts/realtek/rtd1293.dtsi           |  2 ++
 arch/arm64/boot/dts/realtek/rtd1295.dtsi           |  2 ++
 arch/arm64/boot/dts/realtek/rtd1296.dtsi           |  2 ++
 arch/arm64/boot/dts/realtek/rtd1395.dtsi           |  2 ++
 arch/arm64/boot/dts/realtek/rtd16xx.dtsi           |  4 ++++
 arch/arm64/boot/dts/synaptics/berlin4ct.dtsi       |  2 ++
 20 files changed, 100 insertions(+), 23 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2023-05-17 13:13 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-17 13:12 Krzysztof Kozlowski [this message]
2023-05-17 13:12 ` [GIT PULL 1/2] arm64: dts: cleanup and fixes for v6.5 Krzysztof Kozlowski
2023-05-17 13:12 ` [GIT PULL 2/2] ARM: dts: cleanup " Krzysztof Kozlowski
2023-05-17 13:12   ` Krzysztof Kozlowski
2023-05-18 21:31 ` [GIT PULL 1/2] arm64: dts: cleanup and fixes " Conor Dooley
2023-05-18 21:31   ` Conor Dooley
2023-05-26 11:50 ` 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=20230517131255.471002-1-krzysztof.kozlowski@linaro.org \
    --to=krzysztof.kozlowski@linaro.org \
    --cc=Steen.Hegelund@microchip.com \
    --cc=UNGLinuxDriver@microchip.com \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=conor.dooley@microchip.com \
    --cc=daniel.machon@microchip.com \
    --cc=krzk@kernel.org \
    --cc=lars.povlsen@microchip.com \
    --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.