All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] arm64: dts: juno: Updates for v5.19
@ 2022-05-04 11:29 ` Sudeep Holla
  0 siblings, 0 replies; 3+ messages in thread
From: Sudeep Holla @ 2022-05-04 11:29 UTC (permalink / raw)
  To: ARM SoC Team, SoC Team, ALKML
  Cc: Sudeep Holla, Arnd Bergmann, Lorenzo Pieralisi, Liviu Dudau,
	Olof Johansson

Hi ARM SoC Team,

Please pull !

Regards,
Sudeep

-->8

The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/juno-updates-5.19

for you to fetch changes up to b30ae5638dac6c5e640c47f59707d5b1e2c493e2:

  arm64: dts: juno: Drop useless 'dma-channels/requests' properties (2022-04-30 20:11:01 +0100)

----------------------------------------------------------------
Arm FVP/Juno device tree updates for v5.19

The main and bulk of the change is the addition of new platform
Arm corstone1000(both FVP and FPGA versions). Also, there are
addition of Coresight Cross Trigger Interface(CTI) support on Juno,
fix for incorrect SCMI power domain IDs, addition of virtio-rng
on FVP which is default disabled as it works only on latest versions
of the FVP model.

Other miscellanous changes include dropping of useless
'dma-channels/requests' properties and updating virtio device
node names as per dtschema.

----------------------------------------------------------------
Diego Sueiro (1):
      arm64: dts: fvp: Add virtio-rng support

Krzysztof Kozlowski (1):
      arm64: dts: juno: Drop useless 'dma-channels/requests' properties

Mike Leach (1):
      arm64: dts: juno: add CTI entries to device tree

Rui Miguel Silva (2):
      dt-bindings: Add Arm corstone1000 platform
      arm64: dts: Add Arm corstone1000 platform support

Sudeep Holla (2):
      arm64: dts: juno: Fix SCMI power domain IDs for ETF and CS funnel
      arm64: dts: fvp: Align virtio device node names with dtschema

 .../devicetree/bindings/arm/arm,corstone1000.yaml  |  45 ++++++
 arch/arm64/boot/dts/arm/Makefile                   |   1 +
 arch/arm64/boot/dts/arm/corstone1000-fvp.dts       |  51 +++++++
 arch/arm64/boot/dts/arm/corstone1000-mps3.dts      |  32 ++++
 arch/arm64/boot/dts/arm/corstone1000.dtsi          | 164 +++++++++++++++++++++
 arch/arm64/boot/dts/arm/foundation-v8.dtsi         |   2 +-
 arch/arm64/boot/dts/arm/fvp-base-revc.dts          |   3 +-
 arch/arm64/boot/dts/arm/juno-base.dtsi             | 164 ++++++++++++++++++++-
 arch/arm64/boot/dts/arm/juno-cs-r1r2.dtsi          |  37 ++++-
 arch/arm64/boot/dts/arm/juno-r1-scmi.dts           |   8 +-
 arch/arm64/boot/dts/arm/juno-r1.dts                |  25 ++++
 arch/arm64/boot/dts/arm/juno-r2-scmi.dts           |   8 +-
 arch/arm64/boot/dts/arm/juno-r2.dts                |  25 ++++
 arch/arm64/boot/dts/arm/juno-scmi.dtsi             |  25 ++++
 arch/arm64/boot/dts/arm/juno.dts                   |  25 ++++
 .../boot/dts/arm/rtsm_ve-motherboard-rs2.dtsi      |  11 +-
 arch/arm64/boot/dts/arm/rtsm_ve-motherboard.dtsi   |   4 +-
 17 files changed, 613 insertions(+), 17 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/arm/arm,corstone1000.yaml
 create mode 100644 arch/arm64/boot/dts/arm/corstone1000-fvp.dts
 create mode 100644 arch/arm64/boot/dts/arm/corstone1000-mps3.dts
 create mode 100644 arch/arm64/boot/dts/arm/corstone1000.dtsi

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

* [GIT PULL] arm64: dts: juno: Updates for v5.19
@ 2022-05-04 11:29 ` Sudeep Holla
  0 siblings, 0 replies; 3+ messages in thread
From: Sudeep Holla @ 2022-05-04 11:29 UTC (permalink / raw)
  To: ARM SoC Team, SoC Team, ALKML
  Cc: Sudeep Holla, Arnd Bergmann, Lorenzo Pieralisi, Liviu Dudau,
	Olof Johansson

Hi ARM SoC Team,

Please pull !

Regards,
Sudeep

-->8

The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/juno-updates-5.19

for you to fetch changes up to b30ae5638dac6c5e640c47f59707d5b1e2c493e2:

  arm64: dts: juno: Drop useless 'dma-channels/requests' properties (2022-04-30 20:11:01 +0100)

----------------------------------------------------------------
Arm FVP/Juno device tree updates for v5.19

The main and bulk of the change is the addition of new platform
Arm corstone1000(both FVP and FPGA versions). Also, there are
addition of Coresight Cross Trigger Interface(CTI) support on Juno,
fix for incorrect SCMI power domain IDs, addition of virtio-rng
on FVP which is default disabled as it works only on latest versions
of the FVP model.

Other miscellanous changes include dropping of useless
'dma-channels/requests' properties and updating virtio device
node names as per dtschema.

----------------------------------------------------------------
Diego Sueiro (1):
      arm64: dts: fvp: Add virtio-rng support

Krzysztof Kozlowski (1):
      arm64: dts: juno: Drop useless 'dma-channels/requests' properties

Mike Leach (1):
      arm64: dts: juno: add CTI entries to device tree

Rui Miguel Silva (2):
      dt-bindings: Add Arm corstone1000 platform
      arm64: dts: Add Arm corstone1000 platform support

Sudeep Holla (2):
      arm64: dts: juno: Fix SCMI power domain IDs for ETF and CS funnel
      arm64: dts: fvp: Align virtio device node names with dtschema

 .../devicetree/bindings/arm/arm,corstone1000.yaml  |  45 ++++++
 arch/arm64/boot/dts/arm/Makefile                   |   1 +
 arch/arm64/boot/dts/arm/corstone1000-fvp.dts       |  51 +++++++
 arch/arm64/boot/dts/arm/corstone1000-mps3.dts      |  32 ++++
 arch/arm64/boot/dts/arm/corstone1000.dtsi          | 164 +++++++++++++++++++++
 arch/arm64/boot/dts/arm/foundation-v8.dtsi         |   2 +-
 arch/arm64/boot/dts/arm/fvp-base-revc.dts          |   3 +-
 arch/arm64/boot/dts/arm/juno-base.dtsi             | 164 ++++++++++++++++++++-
 arch/arm64/boot/dts/arm/juno-cs-r1r2.dtsi          |  37 ++++-
 arch/arm64/boot/dts/arm/juno-r1-scmi.dts           |   8 +-
 arch/arm64/boot/dts/arm/juno-r1.dts                |  25 ++++
 arch/arm64/boot/dts/arm/juno-r2-scmi.dts           |   8 +-
 arch/arm64/boot/dts/arm/juno-r2.dts                |  25 ++++
 arch/arm64/boot/dts/arm/juno-scmi.dtsi             |  25 ++++
 arch/arm64/boot/dts/arm/juno.dts                   |  25 ++++
 .../boot/dts/arm/rtsm_ve-motherboard-rs2.dtsi      |  11 +-
 arch/arm64/boot/dts/arm/rtsm_ve-motherboard.dtsi   |   4 +-
 17 files changed, 613 insertions(+), 17 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/arm/arm,corstone1000.yaml
 create mode 100644 arch/arm64/boot/dts/arm/corstone1000-fvp.dts
 create mode 100644 arch/arm64/boot/dts/arm/corstone1000-mps3.dts
 create mode 100644 arch/arm64/boot/dts/arm/corstone1000.dtsi

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

* Re: [GIT PULL] arm64: dts: juno: Updates for v5.19
  2022-05-04 11:29 ` Sudeep Holla
  (?)
@ 2022-05-05 19:31 ` patchwork-bot+linux-soc
  -1 siblings, 0 replies; 3+ messages in thread
From: patchwork-bot+linux-soc @ 2022-05-05 19:31 UTC (permalink / raw)
  To: Sudeep Holla; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Wed,  4 May 2022 12:29:17 +0100 you wrote:
> Hi ARM SoC Team,
> 
> Please pull !
> 
> Regards,
> Sudeep
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] arm64: dts: juno: Updates for v5.19
    https://git.kernel.org/soc/soc/c/e8bcacdaf138

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

end of thread, other threads:[~2022-05-05 19:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-04 11:29 [GIT PULL] arm64: dts: juno: Updates for v5.19 Sudeep Holla
2022-05-04 11:29 ` Sudeep Holla
2022-05-05 19:31 ` 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.