soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] arm64: dts: Cleanup for v6.3
@ 2023-01-22 12:15 Krzysztof Kozlowski
  2023-01-22 12:15 ` [GIT PULL] ARM: " Krzysztof Kozlowski
  2023-01-24 17:20 ` [GIT PULL] arm64: " patchwork-bot+linux-soc
  0 siblings, 2 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2023-01-22 12:15 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 1b929c02afd37871d5afb9d498426f83432e71c2:

  Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)

are available in the Git repository at:

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

for you to fetch changes up to d0931f1d5e9c1655cfa8128edd14e813b4044801:

  arm64: dts: hisilicon: align LED node names with dtschema (2023-01-13 11:38:56 +0100)

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

1. Drop 0x from unit address (microchip).
2. Align HDMI CEC and LED nodes with bindings (hisilicon).

----------------------------------------------------------------
Krzysztof Kozlowski (2):
      arm64: dts: microchip: drop 0x from unit address
      arm64: dts: hisilicon: align LED node names with dtschema

 arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts | 12 ++++++------
 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts    | 12 ++++++------
 arch/arm64/boot/dts/microchip/sparx5.dtsi         |  2 +-
 3 files changed, 13 insertions(+), 13 deletions(-)

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

* [GIT PULL] ARM: dts: Cleanup for v6.3
  2023-01-22 12:15 [GIT PULL] arm64: dts: Cleanup for v6.3 Krzysztof Kozlowski
@ 2023-01-22 12:15 ` Krzysztof Kozlowski
  2023-01-25 16:20   ` patchwork-bot+linux-soc
  2023-01-24 17:20 ` [GIT PULL] arm64: " patchwork-bot+linux-soc
  1 sibling, 1 reply; 4+ messages in thread
From: Krzysztof Kozlowski @ 2023-01-22 12:15 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 1b929c02afd37871d5afb9d498426f83432e71c2:

  Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 3a48b303d44a19d335910f825f9a8473c5ff35e0:

  ARM: dts: at91: align LED node names with dtschema (2023-01-13 11:38:33 +0100)

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

1. Drop 0x from unit address (socpfga).
2. Align HDMI CEC and LED nodes with bindings (stih410, keystone, dove,
   at91).

----------------------------------------------------------------
Krzysztof Kozlowski (5):
      ARM: dts: socfpga: drop 0x from unit address
      ARM: dts: stih410: align HDMI CEC node names with dtschema
      ARM: dts: keystone: align LED node names with dtschema
      ARM: dts: dove: align LED node names with dtschema
      ARM: dts: at91: align LED node names with dtschema

 arch/arm/boot/dts/at91-gatwick.dts            | 12 ++++++------
 arch/arm/boot/dts/at91-sama5d27_som1_ek.dts   |  6 +++---
 arch/arm/boot/dts/at91-sama5d27_wlsom1_ek.dts |  6 +++---
 arch/arm/boot/dts/at91-sama5d2_icp.dts        |  6 +++---
 arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts     |  6 +++---
 arch/arm/boot/dts/at91-sama5d2_xplained.dts   |  6 +++---
 arch/arm/boot/dts/at91-sama5d3_xplained.dts   |  4 ++--
 arch/arm/boot/dts/at91-sama5d4_ma5d4evk.dts   |  6 +++---
 arch/arm/boot/dts/at91-sama5d4_xplained.dts   |  4 ++--
 arch/arm/boot/dts/at91-sama5d4ek.dts          |  6 +++---
 arch/arm/boot/dts/at91-tse850-3.dts           | 16 ++++++++--------
 arch/arm/boot/dts/dove-cm-a510.dtsi           |  2 +-
 arch/arm/boot/dts/dove-cubox.dts              |  2 +-
 arch/arm/boot/dts/dove-d2plug.dts             |  6 +++---
 arch/arm/boot/dts/dove-d3plug.dts             |  6 +++---
 arch/arm/boot/dts/keystone-k2hk-evm.dts       |  8 ++++----
 arch/arm/boot/dts/sama5d31ek.dts              |  2 +-
 arch/arm/boot/dts/sama5d34ek.dts              |  2 +-
 arch/arm/boot/dts/sama5d3xcm.dtsi             |  2 +-
 arch/arm/boot/dts/sama5d3xcm_cmp.dtsi         |  2 +-
 arch/arm/boot/dts/socfpga.dtsi                |  2 +-
 arch/arm/boot/dts/stih410.dtsi                |  2 +-
 22 files changed, 57 insertions(+), 57 deletions(-)

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

* Re: [GIT PULL] arm64: dts: Cleanup for v6.3
  2023-01-22 12:15 [GIT PULL] arm64: dts: Cleanup for v6.3 Krzysztof Kozlowski
  2023-01-22 12:15 ` [GIT PULL] ARM: " Krzysztof Kozlowski
@ 2023-01-24 17:20 ` patchwork-bot+linux-soc
  1 sibling, 0 replies; 4+ messages in thread
From: patchwork-bot+linux-soc @ 2023-01-24 17:20 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, 22 Jan 2023 13:15:40 +0100 you wrote:
> The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:
> 
>   Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-dt.git tags/dt64-cleanup-6.3
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] arm64: dts: Cleanup for v6.3
    https://git.kernel.org/soc/soc/c/65edaea65d8a

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

* Re: [GIT PULL] ARM: dts: Cleanup for v6.3
  2023-01-22 12:15 ` [GIT PULL] ARM: " Krzysztof Kozlowski
@ 2023-01-25 16:20   ` patchwork-bot+linux-soc
  0 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+linux-soc @ 2023-01-25 16:20 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, 22 Jan 2023 13:15:41 +0100 you wrote:
> The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:
> 
>   Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-dt.git tags/dt-cleanup-6.3
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] ARM: dts: Cleanup for v6.3
    https://git.kernel.org/soc/soc/c/4f848f23f5ff

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

end of thread, other threads:[~2023-01-25 16:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-22 12:15 [GIT PULL] arm64: dts: Cleanup for v6.3 Krzysztof Kozlowski
2023-01-22 12:15 ` [GIT PULL] ARM: " Krzysztof Kozlowski
2023-01-25 16:20   ` patchwork-bot+linux-soc
2023-01-24 17:20 ` [GIT PULL] arm64: " 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).