linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/2] arm64: dts: cleanup for v5.20
@ 2022-06-27  8:28 Krzysztof Kozlowski
  2022-06-27  8:28 ` [GIT PULL 2/2] ARM: " Krzysztof Kozlowski
  0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Kozlowski @ 2022-06-27  8:28 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-kernel, Krzysztof Kozlowski

Hi,

These cleanups were part of my set, which partially was taken by other
maintainers.  For some here I have acks, but for most not.

It also includes parts of very old patchset from Serge, in similar style.

The series bring us closer to clean `make dtbs_check`.

Best regards,
Krzysztof


The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

  Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 87ccc38e2f8e55853ddfe633d9934bc7ca74b21c:

  arm64: dts: apm: Harmonize DWC USB3 DT nodes name (2022-06-27 10:15:20 +0200)

----------------------------------------------------------------
Cleanup of ARM64 DTS for v5.20

Series of cleanups for ARM64 DTS: White-spaces, gpio-key subnode names,
USB DWC3/EHCI node names.

----------------------------------------------------------------
Krzysztof Kozlowski (11):
      arm64: dts: amd: adjust whitespace around '='
      arm64: dts: apm: adjust whitespace around '='
      arm64: dts: lg: adjust whitespace around '='
      arm64: dts: marvell: adjust whitespace around '='
      arm64: dts: hisilicon: adjust whitespace around '='
      arm64: dts: sprd: adjust whitespace around '='
      arm64: dts: microchip: adjust whitespace around '='
      arm64: dts: apm: correct gpio-keys properties
      arm64: dts: broadcom: align gpio-key node names with dtschema
      arm64: dts: hisilicon: align gpio-key node names with dtschema
      arm64: dts: hisilicon: correct gpio-keys properties

Serge Semin (1):
      arm64: dts: apm: Harmonize DWC USB3 DT nodes name

 arch/arm64/boot/dts/amd/amd-overdrive-rev-b0.dts   |   4 +-
 arch/arm64/boot/dts/amd/amd-overdrive-rev-b1.dts   |   4 +-
 arch/arm64/boot/dts/apm/apm-merlin.dts             |   2 +-
 arch/arm64/boot/dts/apm/apm-mustang.dts            |   2 +-
 arch/arm64/boot/dts/apm/apm-shadowcat.dtsi         |   6 +-
 arch/arm64/boot/dts/apm/apm-storm.dtsi             |  10 +-
 .../bcm4908/bcm4906-tplink-archer-c2300-v1.dts     |   8 +-
 .../broadcom/bcm4908/bcm4908-asus-gt-ac5300.dts    |   8 +-
 arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts  |  14 +-
 arch/arm64/boot/dts/hisilicon/hi3660.dtsi          |   8 +-
 arch/arm64/boot/dts/hisilicon/hi3670.dtsi          |   2 +-
 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts     |  12 +-
 arch/arm64/boot/dts/hisilicon/hip05-d02.dts        |   6 +-
 arch/arm64/boot/dts/hisilicon/hip06.dtsi           |   6 +-
 arch/arm64/boot/dts/hisilicon/hip07.dtsi           |   6 +-
 arch/arm64/boot/dts/lg/lg1312.dtsi                 |  38 ++--
 arch/arm64/boot/dts/lg/lg1313.dtsi                 |  38 ++--
 .../boot/dts/marvell/armada-7040-mochabin.dts      |   4 +-
 arch/arm64/boot/dts/marvell/armada-8040-mcbin.dtsi |   2 +-
 .../boot/dts/marvell/armada-8040-puzzle-m801.dts   |   4 +-
 arch/arm64/boot/dts/marvell/cn9130-db.dtsi         |   2 +-
 .../boot/dts/microchip/sparx5_pcb134_board.dtsi    | 200 ++++++++++-----------
 .../boot/dts/microchip/sparx5_pcb135_board.dtsi    |  48 ++---
 arch/arm64/boot/dts/sprd/sc9836.dtsi               |  10 +-
 arch/arm64/boot/dts/sprd/sc9863a.dtsi              |   4 +-
 arch/arm64/boot/dts/sprd/whale2.dtsi               |   2 +-
 26 files changed, 224 insertions(+), 226 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] 2+ messages in thread

* [GIT PULL 2/2] ARM: dts: cleanup for v5.20
  2022-06-27  8:28 [GIT PULL 1/2] arm64: dts: cleanup for v5.20 Krzysztof Kozlowski
@ 2022-06-27  8:28 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 2+ messages in thread
From: Krzysztof Kozlowski @ 2022-06-27  8:28 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-kernel, Krzysztof Kozlowski

Hi,

These cleanups were part of my set, which partially was taken by other
maintainers.  For some here I have acks, but for most not.

It also includes documenting compatibles for Aspeed boards, for which I was not
sure whether they will be applied by Aspeed maintainer or not.

The series bring us closer to clean `make dtbs_check`.

Best regards,
Krzysztof


The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

  Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 2f7a7f941d770c03942fefe1d91ce954cb329c7e:

  Merge branch 'for-v5.20/aspeed-dts-cleanup' into for-v5.20/dts-cleanup (2022-06-27 10:19:57 +0200)

----------------------------------------------------------------
Cleanup of ARM DTS for v5.20

Series of cleanups for ARM DTS:
1. White-spaces, gpio-key subnode names, USB DWC3/EHCI node names,
2. Add board-level compatibles to Aspeed evaluation boards.

----------------------------------------------------------------
Krzysztof Kozlowski (18):
      ARM: dts: pxa: adjust whitespace around '='
      ARM: dts: aspeed: adjust whitespace around '='
      ARM: dts: at91: adjust whitespace around '='
      ARM: dts: axm: adjust whitespace around '='
      ARM: dts: spear: adjust whitespace around '='
      ARM: dts: alpine: adjust whitespace around '='
      ARM: dts: ecx: adjust whitespace around '='
      ARM: dts: lpc: adjust whitespace around '='
      ARM: dts: nuvoton: adjust whitespace around '='
      ARM: dts: ste: adjust whitespace around '='
      ARM: dts: sti: adjust whitespace around '='
      ARM: dts: sd: adjust whitespace around '='
      ARM: dts: animeo: align gpio-key node names with dtschema
      ARM: dts: animeo: correct gpio-keys properties
      ARM: dts: ast2500-evb: fix board compatible
      ARM: dts: ast2600-evb: fix board compatible
      ARM: dts: ast2600-evb-a1: fix board compatible
      Merge branch 'for-v5.20/aspeed-dts-cleanup' into for-v5.20/dts-cleanup

Serge Semin (2):
      ARM: dts: lpc18xx: Harmonize EHCI/OHCI DT nodes name
      ARM: dts: stih407-family: Harmonize DWC USB3 DT nodes name

 arch/arm/boot/dts/alpine.dtsi                     |   2 +-
 arch/arm/boot/dts/animeo_ip.dts                   |  10 +-
 arch/arm/boot/dts/aspeed-ast2500-evb.dts          |   2 +-
 arch/arm/boot/dts/aspeed-ast2600-evb-a1.dts       |   1 +
 arch/arm/boot/dts/aspeed-ast2600-evb.dts          |   2 +-
 arch/arm/boot/dts/aspeed-bmc-portwell-neptune.dts |   6 +-
 arch/arm/boot/dts/aspeed-bmc-quanta-s6q.dts       |   6 +-
 arch/arm/boot/dts/at91-kizbox3-hs.dts             |   2 +-
 arch/arm/boot/dts/at91-sam9x60ek.dts              |   2 +-
 arch/arm/boot/dts/at91-sama5d27_som1.dtsi         |   2 +-
 arch/arm/boot/dts/at91-sama5d27_som1_ek.dts       |   4 +-
 arch/arm/boot/dts/at91-sama5d27_wlsom1_ek.dts     |   2 +-
 arch/arm/boot/dts/at91-sama5d2_icp.dts            |   4 +-
 arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts         |   6 +-
 arch/arm/boot/dts/at91-sama5d2_xplained.dts       |   6 +-
 arch/arm/boot/dts/axm5516-cpus.dtsi               |  32 ++--
 arch/arm/boot/dts/ecx-common.dtsi                 |  10 +-
 arch/arm/boot/dts/lpc18xx.dtsi                    |   6 +-
 arch/arm/boot/dts/nuvoton-common-npcm7xx.dtsi     |   2 +-
 arch/arm/boot/dts/nuvoton-npcm750.dtsi            |   2 +-
 arch/arm/boot/dts/pxa300-raumfeld-common.dtsi     |  10 +-
 arch/arm/boot/dts/sam9x60.dtsi                    |   2 +-
 arch/arm/boot/dts/sd5203.dts                      |   2 +-
 arch/arm/boot/dts/spear1310-evb.dts               |   2 +-
 arch/arm/boot/dts/spear1340-evb.dts               |   2 +-
 arch/arm/boot/dts/spear1340.dtsi                  |   2 +-
 arch/arm/boot/dts/spear300-evb.dts                |   2 +-
 arch/arm/boot/dts/spear310-evb.dts                |   2 +-
 arch/arm/boot/dts/spear320-evb.dts                |   2 +-
 arch/arm/boot/dts/spear320-hmi.dts                |   2 +-
 arch/arm/boot/dts/spear320.dtsi                   |   2 +-
 arch/arm/boot/dts/ste-ab8500.dtsi                 |   6 +-
 arch/arm/boot/dts/ste-hrefv60plus.dtsi            |   4 +-
 arch/arm/boot/dts/stih407-family.dtsi             | 176 +++++++++++-----------
 arch/arm/boot/dts/stih407.dtsi                    |   4 +-
 arch/arm/boot/dts/stih410.dtsi                    |   4 +-
 arch/arm/boot/dts/stihxxx-b2120.dtsi              |   8 +-
 37 files changed, 170 insertions(+), 171 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] 2+ messages in thread

end of thread, other threads:[~2022-06-27  8:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-27  8:28 [GIT PULL 1/2] arm64: dts: cleanup for v5.20 Krzysztof Kozlowski
2022-06-27  8:28 ` [GIT PULL 2/2] ARM: " Krzysztof Kozlowski

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