All of lore.kernel.org
 help / color / mirror / Atom feed
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 v5.15 (#1)
Date: Tue, 17 Aug 2021 18:52:13 +0200	[thread overview]
Message-ID: <878s10ypxe.fsf@BL-laptop> (raw)
Message-ID: <20210817165213.ZjD2XqYtptEUpBvVlQedFHUzZjda91K6lX7xjmw2xzs@z> (raw)

Hi,

Here is the first pull request for dt64 for mvebu for v5.15.

Gregory

The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu.git tags/mvebu-dt64-5.15-1

for you to fetch changes up to 514ef1e62d6521c2199d192b1c71b79d2aa21d5a:

  arm64: dts: marvell: armada-37xx: Extend PCIe MEM space (2021-08-17 18:30:14 +0200)

----------------------------------------------------------------
mvebu dt64 for 5.15 (part 1)

 - DTS updates for Marvell Armada CN913x platforms

   + Add support for Armada CN913x Development Board topology "B"
   + Add support for Armada CN913x Reference Design boards (CRB)
   + Fixes the NAND partitioning scheme in DTS eliminating gap between
     consecutive partitions
   + Fix 10Gb ports PHY mode names

 - Extend PCIe MEM space on Armada 37xx: useful for some combination
    of PCIe cards where the initial 16MB was not enough

----------------------------------------------------------------
Konstantin Porotchkin (3):
      arm64: dts: cn913x: add device trees for topology B boards
      arm64: dts: add support for Marvell cn9130-crb platform
      arch/arm64: dts: change 10gbase-kr to 10gbase-r in Armada

Pali Rohár (1):
      arm64: dts: marvell: armada-37xx: Extend PCIe MEM space

Stefan Chulski (1):
      dts: marvell: Enable 10G interfaces on 9130-DB and 9131-DB boards

 arch/arm64/boot/dts/marvell/Makefile               |   5 +
 .../boot/dts/marvell/armada-3720-turris-mox.dts    |  17 +
 arch/arm64/boot/dts/marvell/armada-37xx.dtsi       |  11 +-
 arch/arm64/boot/dts/marvell/armada-7040-db.dts     |   2 +-
 arch/arm64/boot/dts/marvell/armada-8040-db.dts     |   4 +-
 arch/arm64/boot/dts/marvell/cn9130-crb-A.dts       |  38 ++
 arch/arm64/boot/dts/marvell/cn9130-crb-B.dts       |  46 +++
 arch/arm64/boot/dts/marvell/cn9130-crb.dtsi        | 222 +++++++++++
 arch/arm64/boot/dts/marvell/cn9130-db-B.dts        |  22 ++
 arch/arm64/boot/dts/marvell/cn9130-db.dts          | 403 +-------------------
 arch/arm64/boot/dts/marvell/cn9130-db.dtsi         | 410 +++++++++++++++++++++
 arch/arm64/boot/dts/marvell/cn9131-db-B.dts        |  22 ++
 arch/arm64/boot/dts/marvell/cn9131-db.dts          | 197 +---------
 arch/arm64/boot/dts/marvell/cn9131-db.dtsi         | 206 +++++++++++
 arch/arm64/boot/dts/marvell/cn9132-db-B.dts        |  22 ++
 arch/arm64/boot/dts/marvell/cn9132-db.dts          | 218 +----------
 arch/arm64/boot/dts/marvell/cn9132-db.dtsi         | 227 ++++++++++++
 17 files changed, 1267 insertions(+), 805 deletions(-)
 create mode 100644 arch/arm64/boot/dts/marvell/cn9130-crb-A.dts
 create mode 100644 arch/arm64/boot/dts/marvell/cn9130-crb-B.dts
 create mode 100644 arch/arm64/boot/dts/marvell/cn9130-crb.dtsi
 create mode 100644 arch/arm64/boot/dts/marvell/cn9130-db-B.dts
 create mode 100644 arch/arm64/boot/dts/marvell/cn9130-db.dtsi
 create mode 100644 arch/arm64/boot/dts/marvell/cn9131-db-B.dts
 create mode 100644 arch/arm64/boot/dts/marvell/cn9131-db.dtsi
 create mode 100644 arch/arm64/boot/dts/marvell/cn9132-db-B.dts
 create mode 100644 arch/arm64/boot/dts/marvell/cn9132-db.dtsi
-- 
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

             reply	other threads:[~2021-08-17 16:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-17 16:52 Gregory CLEMENT [this message]
2021-08-17 16:52 ` [GIT PULL] ARM: mvebu: dt64 for v5.15 (#1) Gregory CLEMENT
2021-08-18 12:59   ` Arnd Bergmann
2021-08-18 12:59     ` Arnd Bergmann

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=878s10ypxe.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.