All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ARM: mvebu: dt for v5.18 (#1)
@ 2022-03-01 14:20 ` Gregory CLEMENT
  0 siblings, 0 replies; 3+ messages in thread
From: Gregory CLEMENT @ 2022-03-01 14:20 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson, arm, soc
  Cc: Andrew Lunn, Sebastian Hesselbarth, linux-arm-kernel

Hi,

Here is the first pull request for dt for mvebu for v5.18.

In this pull request there is also a patch updating the device tree
documentation, if you can't take it, I can do a new pull request without
it.

Thanks,

Gregory

The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu.git tags/mvebu-dt-5.18-1

for you to fetch changes up to c4deb8344a76831879540f3bd9c0b3cdc1d4b2ef:

  ARM: dts: turris-omnia: Set PCIe slot-power-limit-milliwatt properties (2022-03-01 11:47:13 +0100)

----------------------------------------------------------------
mvebu dt for 5.18 (part 1)

Add new 2 bays NAS:
 - Ctera C200 V1 (kirkwood based)
 - Ctera C200 V2 (armada-370 based)

Add support for PCIe legacy INTx interrupts on Armada 385

Add PCIe proprty to limit the power on miniPCIe slots in Turris Omnia

----------------------------------------------------------------
Pali Rohár (2):
      ARM: dts: armada-385.dtsi: Add definitions for PCIe legacy INTx interrupts
      ARM: dts: turris-omnia: Set PCIe slot-power-limit-milliwatt properties

Pawel Dembicki (3):
      dt-bindings: vendor-prefixes: Add Ctera Networks
      ARM: dts: kirkwood: Add Ctera C-200 V1 board
      ARM: dts: mvebu: Add Ctera C-200 V2 board

 .../devicetree/bindings/vendor-prefixes.yaml       |   2 +
 arch/arm/boot/dts/Makefile                         |   2 +
 arch/arm/boot/dts/armada-370-c200-v2.dts           | 388 +++++++++++++++++++++
 arch/arm/boot/dts/armada-385-turris-omnia.dts      |   3 +
 arch/arm/boot/dts/armada-385.dtsi                  |  52 ++-
 arch/arm/boot/dts/kirkwood-c200-v1.dts             | 310 ++++++++++++++++
 6 files changed, 749 insertions(+), 8 deletions(-)
 create mode 100644 arch/arm/boot/dts/armada-370-c200-v2.dts
 create mode 100644 arch/arm/boot/dts/kirkwood-c200-v1.dts

-- 
Gregory Clement, Bootlin
Embedded Linux and Kernel engineering
http://bootlin.com

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

* [GIT PULL] ARM: mvebu: dt for v5.18 (#1)
@ 2022-03-01 14:20 ` Gregory CLEMENT
  0 siblings, 0 replies; 3+ messages in thread
From: Gregory CLEMENT @ 2022-03-01 14:20 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson, arm, soc
  Cc: Andrew Lunn, Sebastian Hesselbarth, linux-arm-kernel

Hi,

Here is the first pull request for dt for mvebu for v5.18.

In this pull request there is also a patch updating the device tree
documentation, if you can't take it, I can do a new pull request without
it.

Thanks,

Gregory

The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu.git tags/mvebu-dt-5.18-1

for you to fetch changes up to c4deb8344a76831879540f3bd9c0b3cdc1d4b2ef:

  ARM: dts: turris-omnia: Set PCIe slot-power-limit-milliwatt properties (2022-03-01 11:47:13 +0100)

----------------------------------------------------------------
mvebu dt for 5.18 (part 1)

Add new 2 bays NAS:
 - Ctera C200 V1 (kirkwood based)
 - Ctera C200 V2 (armada-370 based)

Add support for PCIe legacy INTx interrupts on Armada 385

Add PCIe proprty to limit the power on miniPCIe slots in Turris Omnia

----------------------------------------------------------------
Pali Rohár (2):
      ARM: dts: armada-385.dtsi: Add definitions for PCIe legacy INTx interrupts
      ARM: dts: turris-omnia: Set PCIe slot-power-limit-milliwatt properties

Pawel Dembicki (3):
      dt-bindings: vendor-prefixes: Add Ctera Networks
      ARM: dts: kirkwood: Add Ctera C-200 V1 board
      ARM: dts: mvebu: Add Ctera C-200 V2 board

 .../devicetree/bindings/vendor-prefixes.yaml       |   2 +
 arch/arm/boot/dts/Makefile                         |   2 +
 arch/arm/boot/dts/armada-370-c200-v2.dts           | 388 +++++++++++++++++++++
 arch/arm/boot/dts/armada-385-turris-omnia.dts      |   3 +
 arch/arm/boot/dts/armada-385.dtsi                  |  52 ++-
 arch/arm/boot/dts/kirkwood-c200-v1.dts             | 310 ++++++++++++++++
 6 files changed, 749 insertions(+), 8 deletions(-)
 create mode 100644 arch/arm/boot/dts/armada-370-c200-v2.dts
 create mode 100644 arch/arm/boot/dts/kirkwood-c200-v1.dts

-- 
Gregory Clement, Bootlin
Embedded Linux and Kernel engineering
http://bootlin.com

_______________________________________________
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] ARM: mvebu: dt for v5.18 (#1)
  2022-03-01 14:20 ` Gregory CLEMENT
  (?)
@ 2022-03-01 15:30 ` patchwork-bot+linux-soc
  -1 siblings, 0 replies; 3+ messages in thread
From: patchwork-bot+linux-soc @ 2022-03-01 15:30 UTC (permalink / raw)
  To: Gregory CLEMENT; +Cc: soc

Hello:

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

On Tue, 01 Mar 2022 15:20:43 +0100 you wrote:
> Hi,
> 
> Here is the first pull request for dt for mvebu for v5.18.
> 
> In this pull request there is also a patch updating the device tree
> documentation, if you can't take it, I can do a new pull request without
> it.
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] ARM: mvebu: dt for v5.18 (#1)
    https://git.kernel.org/soc/soc/c/7d8e1702b572

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-03-01 15:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-01 14:20 [GIT PULL] ARM: mvebu: dt for v5.18 (#1) Gregory CLEMENT
2022-03-01 14:20 ` Gregory CLEMENT
2022-03-01 15:30 ` 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.