All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] arm64/ARM: dts: juno/vexpress: Fixes for v5.15
@ 2021-09-22 17:59 ` Sudeep Holla
  2021-09-27 10:36     ` Sudeep Holla
  2021-09-27 10:52     ` Sudeep Holla
  0 siblings, 2 replies; 4+ messages in thread
From: Sudeep Holla @ 2021-09-22 17:59 UTC (permalink / raw)
  To: ARM SoC Team, SoC Team, ALKML
  Cc: Sudeep Holla, Arnd Bergmann, Arnd Bergmann, Lorenzo Pieralisi,
	Liviu Dudau, Olof Johansson

Hi ARM SoC Team,

Please pull !

Regards,
Sudeep

-->8

The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/juno-fixes-5.15

for you to fetch changes up to 078fb7aa6a8305bce09cdfbe77b4c987934442ba:

  arm: dts: vexpress: Fix addressing issues with 'motherboard-bus' nodes (2021-09-17 10:23:41 +0100)

----------------------------------------------------------------
Juno/Vexpress fixes for v5.15

Bunch of DTS fixes to resolve addressing issues with some of the device
nodes, dropping unused/undocumented properties in various nodes, and
aligning node names with dtschema.

----------------------------------------------------------------
Krzysztof Kozlowski (3):
      arm64: dts: arm: align watchdog and mmc node names with dtschema
      ARM: dts: arm: align watchdog and mmc node names with dtschema
      arm64: dts: arm: drop unused interrupt-names in MHU

Rob Herring (3):
      arm: dts: vexpress: Drop unused properties from motherboard node
      arm: dts: vexpress-v2p-ca9: Fix the SMB unit-address
      arm: dts: vexpress: Fix addressing issues with 'motherboard-bus' nodes

Robin Murphy (1):
      arm64: dts: fvp: Remove panel timings

 arch/arm/boot/dts/vexpress-v2m-rs1.dtsi            | 20 ++++++++++++-------
 arch/arm/boot/dts/vexpress-v2m.dtsi                | 18 ++++++++++++-----
 arch/arm/boot/dts/vexpress-v2p-ca15-tc1.dts        | 11 +----------
 arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts         | 11 +----------
 arch/arm/boot/dts/vexpress-v2p-ca5s.dts            | 11 +----------
 arch/arm/boot/dts/vexpress-v2p-ca9.dts             | 12 +----------
 arch/arm64/boot/dts/arm/foundation-v8.dtsi         |  1 -
 arch/arm64/boot/dts/arm/fvp-base-revc.dts          | 23 ----------------------
 arch/arm64/boot/dts/arm/juno-base.dtsi             | 12 -----------
 arch/arm64/boot/dts/arm/juno-motherboard.dtsi      | 21 +++++++++++++-------
 arch/arm64/boot/dts/arm/rtsm_ve-aemv8a.dts         | 11 -----------
 .../boot/dts/arm/rtsm_ve-motherboard-rs2.dtsi      |  2 +-
 arch/arm64/boot/dts/arm/rtsm_ve-motherboard.dtsi   | 20 +++++++++++++------
 .../boot/dts/arm/vexpress-v2f-1xv7-ca53x2.dts      | 12 +----------
 14 files changed, 60 insertions(+), 125 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] 4+ messages in thread

* Re: [GIT PULL] arm64/ARM: dts: juno/vexpress: Fixes for v5.15
@ 2021-09-27 10:36     ` Sudeep Holla
  0 siblings, 0 replies; 4+ messages in thread
From: Sudeep Holla @ 2021-09-27 10:36 UTC (permalink / raw)
  To: ARM SoC Team, SoC Team, ALKML
  Cc: Arnd Bergmann, Arnd Bergmann, Lorenzo Pieralisi, Liviu Dudau,
	Olof Johansson

On Wed, Sep 22, 2021 at 06:59:10PM +0100, Sudeep Holla wrote:
> Hi ARM SoC Team,
> 
> Please pull !
> 

Please ignore this pull request. A boot regression on some vexpress platforms
was found. We have the fix for the same and I will resend the PR along with
the fix soon.

-- 
Regards,
Sudeep

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

* [GIT PULL v2] arm64: dts: juno: fixes for v5.15-rc1
@ 2021-09-27 10:52     ` Sudeep Holla
  2021-10-05 13:50       ` patchwork-bot+linux-soc
  0 siblings, 1 reply; 4+ messages in thread
From: Sudeep Holla @ 2021-09-27 10:52 UTC (permalink / raw)
  To: ARM SoC Team, SoC Team, ALKML
  Cc: Sudeep Holla, Arnd Bergmann, Arnd Bergmann, Lorenzo Pieralisi,
	Kevin Hilman, Liviu Dudau, Cristian Marussi, Olof Johansson

Hi ARM SoC Team,

Please pull !

Regards,
Sudeep

v1->v2:
	- Added the fix for motherboard bus 'interrupt-map' which fixes
	  the boot regression reported by kernel CI.

-->8

The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/juno-fixes-5.15

for you to fetch changes up to 319aeaf69c85dc39768b3754c1786225e38e2871:

  arm: dts: vexpress: Fix motherboard bus 'interrupt-map' (2021-09-26 15:33:30 +0100)

----------------------------------------------------------------
 Juno/Vexpress fixes for v5.15

Bunch of DTS fixes to resolve addressing issues with some of the device
nodes, dropping unused/undocumented properties in various nodes, and
aligning node names with dtschema.

----------------------------------------------------------------
Krzysztof Kozlowski (3):
      arm64: dts: arm: align watchdog and mmc node names with dtschema
      ARM: dts: arm: align watchdog and mmc node names with dtschema
      arm64: dts: arm: drop unused interrupt-names in MHU

Rob Herring (4):
      arm: dts: vexpress: Drop unused properties from motherboard node
      arm: dts: vexpress-v2p-ca9: Fix the SMB unit-address
      arm: dts: vexpress: Fix addressing issues with 'motherboard-bus' nodes
      arm: dts: vexpress: Fix motherboard bus 'interrupt-map'

Robin Murphy (1):
      arm64: dts: fvp: Remove panel timings

 arch/arm/boot/dts/vexpress-v2m-rs1.dtsi            | 67 +++++++++++++++++++---
 arch/arm/boot/dts/vexpress-v2m.dtsi                | 65 +++++++++++++++++++--
 arch/arm/boot/dts/vexpress-v2p-ca15-tc1.dts        | 57 +-----------------
 arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts         | 57 +-----------------
 arch/arm/boot/dts/vexpress-v2p-ca5s.dts            | 57 +-----------------
 arch/arm/boot/dts/vexpress-v2p-ca9.dts             | 58 -------------------
 arch/arm64/boot/dts/arm/foundation-v8.dtsi         |  1 -
 arch/arm64/boot/dts/arm/fvp-base-revc.dts          | 23 --------
 arch/arm64/boot/dts/arm/juno-base.dtsi             | 12 ----
 arch/arm64/boot/dts/arm/juno-motherboard.dtsi      | 21 ++++---
 arch/arm64/boot/dts/arm/rtsm_ve-aemv8a.dts         | 11 ----
 .../boot/dts/arm/rtsm_ve-motherboard-rs2.dtsi      |  2 +-
 arch/arm64/boot/dts/arm/rtsm_ve-motherboard.dtsi   | 20 +++++--
 .../boot/dts/arm/vexpress-v2f-1xv7-ca53x2.dts      | 57 +-----------------
 14 files changed, 153 insertions(+), 355 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] 4+ messages in thread

* Re: [GIT PULL v2] arm64: dts: juno: fixes for v5.15-rc1
  2021-09-27 10:52     ` Sudeep Holla
@ 2021-10-05 13:50       ` patchwork-bot+linux-soc
  0 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+linux-soc @ 2021-10-05 13:50 UTC (permalink / raw)
  To: Sudeep Holla; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (refs/heads/arm/fixes):

On Mon, 27 Sep 2021 11:52:49 +0100 you wrote:
> Hi ARM SoC Team,
> 
> Please pull !
> 
> Regards,
> Sudeep
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,v2] arm64: dts: juno: fixes for v5.15-rc1
    https://git.kernel.org/soc/soc/c/2ecfddb105b6

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:[~2021-10-05 13:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-22 17:59 [GIT PULL] arm64/ARM: dts: juno/vexpress: Fixes for v5.15 Sudeep Holla
2021-09-22 17:59 ` Sudeep Holla
2021-09-27 10:36   ` Sudeep Holla
2021-09-27 10:36     ` Sudeep Holla
2021-09-27 10:52   ` [GIT PULL v2] arm64: dts: juno: fixes for v5.15-rc1 Sudeep Holla
2021-09-27 10:52     ` Sudeep Holla
2021-10-05 13:50       ` 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.