mbox series

[GIT,PULL] ARM: mvebu: dt for v5.18 (#1)

Message ID 87pmn5zrd0.fsf@BL-laptop (mailing list archive)
State Accepted
Commit 7d8e1702b572b677d4c580ff4ca519853a578bf1
Headers show
Series [GIT,PULL] ARM: mvebu: dt for v5.18 (#1) | expand

Pull-request

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

Message

Gregory CLEMENT March 1, 2022, 2:20 p.m. UTC
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

Comments

patchwork-bot+linux-soc@kernel.org March 1, 2022, 3:30 p.m. UTC | #1
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!