linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ARM: mvebu: dt64 for v5.15 (#1)
@ 2021-08-17 16:52 Gregory CLEMENT
  2021-08-18 12:59 ` Arnd Bergmann
  0 siblings, 1 reply; 2+ messages in thread
From: Gregory CLEMENT @ 2021-08-17 16:52 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 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

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

* Re: [GIT PULL] ARM: mvebu: dt64 for v5.15 (#1)
  2021-08-17 16:52 [GIT PULL] ARM: mvebu: dt64 for v5.15 (#1) Gregory CLEMENT
@ 2021-08-18 12:59 ` Arnd Bergmann
  0 siblings, 0 replies; 2+ messages in thread
From: Arnd Bergmann @ 2021-08-18 12:59 UTC (permalink / raw)
  To: Olof Johansson, soc, arm, Gregory CLEMENT
  Cc: Arnd Bergmann, linux-arm-kernel, Andrew Lunn, Sebastian Hesselbarth

From: Arnd Bergmann <arnd@arndb.de>

On Tue, 17 Aug 2021 18:52:13 +0200, Gregory CLEMENT wrote:
> 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)
> 
> [...]

Merged into arm/dt, thanks!

merge commit: c4d3928250de919a1d324f6c8a7f26f51af40fd2

       Arnd

_______________________________________________
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] 2+ messages in thread

end of thread, other threads:[~2021-08-18 13:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-17 16:52 [GIT PULL] ARM: mvebu: dt64 for v5.15 (#1) Gregory CLEMENT
2021-08-18 12:59 ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).