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: dt64 for v6.10 (#1)
Date: Sun, 05 May 2024 23:30:45 +0200 [thread overview]
Message-ID: <87jzk8ndyy.fsf@BLaptop.bootlin.com> (raw)
Hi,
Here is the first pull request for dt64 for mvebu for v6.10.
Gregory
The following changes since commit 4cece764965020c22cff7665b18a012006359095:
Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu.git tags/mvebu-dt64-6.10-1
for you to fetch changes up to 4289937de5ca3d82e4ee70f30e30f9f0cdcda6a2:
arm64: dts: marvell: espressobin-ultra: fix Ethernet Switch unit address (2024-05-05 18:03:31 +0200)
----------------------------------------------------------------
mvebu dt64 for 6.10 (part 1)
Few dts fix for dt validation
----------------------------------------------------------------
Krzysztof Kozlowski (9):
arm64: dts: marvell: ap80x: fix IOMMU unit address
arm64: dts: marvell: cn9130-db: drop unneeded flash address/size-cells
arm64: dts: marvell: cn9131-db: drop unneeded flash address/size-cells
arm64: dts: marvell: cn9130-db: drop wrong unit-addresses
arm64: dts: marvell: cn9130-crb: drop wrong unit-addresses
arm64: dts: marvell: cn9130-crb: drop unneeded "status"
arm64: dts: marvell: eDPU: drop redundant address/size-cells
arm64: dts: marvell: turris-mox: drop unneeded flash address/size-cells
arm64: dts: marvell: espressobin-ultra: fix Ethernet Switch unit address
arch/arm64/boot/dts/marvell/armada-3720-eDPU.dts | 2 -
.../dts/marvell/armada-3720-espressobin-ultra.dts | 98 ++++++++++++++--------
.../boot/dts/marvell/armada-3720-turris-mox.dts | 2 -
arch/arm64/boot/dts/marvell/armada-ap80x.dtsi | 2 +-
arch/arm64/boot/dts/marvell/cn9130-crb.dtsi | 13 ++-
arch/arm64/boot/dts/marvell/cn9130-db.dtsi | 18 ++--
arch/arm64/boot/dts/marvell/cn9131-db.dtsi | 8 +-
arch/arm64/boot/dts/marvell/cn9132-db.dtsi | 12 +--
8 files changed, 88 insertions(+), 67 deletions(-)
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: dt64 for v6.10 (#1)
Date: Sun, 05 May 2024 23:30:45 +0200 [thread overview]
Message-ID: <87jzk8ndyy.fsf@BLaptop.bootlin.com> (raw)
Hi,
Here is the first pull request for dt64 for mvebu for v6.10.
Gregory
The following changes since commit 4cece764965020c22cff7665b18a012006359095:
Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu.git tags/mvebu-dt64-6.10-1
for you to fetch changes up to 4289937de5ca3d82e4ee70f30e30f9f0cdcda6a2:
arm64: dts: marvell: espressobin-ultra: fix Ethernet Switch unit address (2024-05-05 18:03:31 +0200)
----------------------------------------------------------------
mvebu dt64 for 6.10 (part 1)
Few dts fix for dt validation
----------------------------------------------------------------
Krzysztof Kozlowski (9):
arm64: dts: marvell: ap80x: fix IOMMU unit address
arm64: dts: marvell: cn9130-db: drop unneeded flash address/size-cells
arm64: dts: marvell: cn9131-db: drop unneeded flash address/size-cells
arm64: dts: marvell: cn9130-db: drop wrong unit-addresses
arm64: dts: marvell: cn9130-crb: drop wrong unit-addresses
arm64: dts: marvell: cn9130-crb: drop unneeded "status"
arm64: dts: marvell: eDPU: drop redundant address/size-cells
arm64: dts: marvell: turris-mox: drop unneeded flash address/size-cells
arm64: dts: marvell: espressobin-ultra: fix Ethernet Switch unit address
arch/arm64/boot/dts/marvell/armada-3720-eDPU.dts | 2 -
.../dts/marvell/armada-3720-espressobin-ultra.dts | 98 ++++++++++++++--------
.../boot/dts/marvell/armada-3720-turris-mox.dts | 2 -
arch/arm64/boot/dts/marvell/armada-ap80x.dtsi | 2 +-
arch/arm64/boot/dts/marvell/cn9130-crb.dtsi | 13 ++-
arch/arm64/boot/dts/marvell/cn9130-db.dtsi | 18 ++--
arch/arm64/boot/dts/marvell/cn9131-db.dtsi | 8 +-
arch/arm64/boot/dts/marvell/cn9132-db.dtsi | 12 +--
8 files changed, 88 insertions(+), 67 deletions(-)
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next reply other threads:[~2024-05-05 21:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-05 21:30 Gregory CLEMENT [this message]
2024-05-05 21:30 ` [GIT PULL] ARM: mvebu: dt64 for v6.10 (#1) Gregory CLEMENT
2024-05-07 9:40 ` 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=87jzk8ndyy.fsf@BLaptop.bootlin.com \
--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.