From: Gregory CLEMENT <gregory.clement@bootlin.com>
To: Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>,
<arm@kernel.org>,
soc@kernel.org
Cc: Andrew Lunn <andrew@lunn.ch>,
Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>,
<linux-arm-kernel@lists.infradead.org>
Subject: [GIT PULL] ARM: mvebu: dt for v5.18 (#1)
Date: Tue, 01 Mar 2022 15:20:43 +0100 [thread overview]
Message-ID: <87pmn5zrd0.fsf@BL-laptop> (raw)
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
WARNING: multiple messages have this Message-ID (diff)
From: Gregory CLEMENT <gregory.clement@bootlin.com>
To: Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>,
<arm@kernel.org>,
soc@kernel.org
Cc: Andrew Lunn <andrew@lunn.ch>,
Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>,
<linux-arm-kernel@lists.infradead.org>
Subject: [GIT PULL] ARM: mvebu: dt for v5.18 (#1)
Date: Tue, 01 Mar 2022 15:20:43 +0100 [thread overview]
Message-ID: <87pmn5zrd0.fsf@BL-laptop> (raw)
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
next reply other threads:[~2022-03-01 14:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-01 14:20 Gregory CLEMENT [this message]
2022-03-01 14:20 ` [GIT PULL] ARM: mvebu: dt for v5.18 (#1) Gregory CLEMENT
2022-03-01 15:30 ` patchwork-bot+linux-soc
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87pmn5zrd0.fsf@BL-laptop \
--to=gregory.clement@bootlin.com \
--cc=andrew@lunn.ch \
--cc=arm@kernel.org \
--cc=arnd@arndb.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=olof@lixom.net \
--cc=sebastian.hesselbarth@gmail.com \
--cc=soc@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.