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.11 (#1)
Date: Mon, 30 Nov 2020 17:02:59 +0100	[thread overview]
Message-ID: <87eekaj0i4.fsf@BL-laptop> (raw)

Hi,

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

It is based on v5.10-rc2 because some fixes on the device tree has been
merged after v5.10-rc1.

Gregory

The following changes since commit 3cea11cd5e3b00d91caf0b4730194039b45c5891:

  Linux 5.10-rc2 (2020-11-01 14:43:51 -0800)

are available in the Git repository at:

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

for you to fetch changes up to a2081c09d7410c3e55d902a09602b833dc96c58a:

  arm64: dts: armada-3720-turris-mox: add 3W power capability to SFP cage (2020-11-30 16:46:30 +0100)

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

 - Add support for IEI Puzzle-M801 board (Armada 8040 based)
 - Add support ESPRESSObin-Ultra (Armada 3720 based)
 - Clean-up and improve espressobin device tree
 - Switch to per-port SATA interrupts on CP110 based SoC
 - Use compliant node name for USB3  on CP110 based SoC
 - Add heartbeat LED on mcbin singleshot
 - Disable SMMU by default for Armada 7040 and 8040 to continued
   supporting custom bot firmware
 - Turris mox:
   - add 3W power capability to SFP cage
   - update ethernet-phy handle name

----------------------------------------------------------------
Andre Heider (2):
      arm64: dts: marvell: espressobin: Simplify v7 ethernet port labeling
      arm64: dts: marvell: espressobin: Get rid of duplicate serial aliases

Luka Kovacic (1):
      arm64: dts: marvell: Add a device tree for the IEI Puzzle-M801 board

Marek Behún (2):
      arm64: dts: armada-3720-turris-mox: update ethernet-phy handle name
      arm64: dts: armada-3720-turris-mox: add 3W power capability to SFP cage

Pali Rohár (3):
      arm64: dts: marvell: espressobin: De-duplicate eMMC definitions
      arm64: dts: marvell: espressobin: Add support for LED2
      arm64: dts: marvell: espressobin: Update link to V7 schematic

Serge Semin (1):
      arm64: dts: marvell: cp11x: Harmonize xHCI DT nodes name

Sven Auhagen (1):
      arm64: dts: marvell: armada-cp110: Switch to per-port SATA interrupts

Tomasz Maciej Nowak (1):
      arm64: dts: mcbin-singleshot: add heartbeat LED

Tomasz Nowicki (1):
      arm64: dts: marvell: keep SMMU disabled by default for Armada 7040 and 8040

Vladimir Vid (1):
      arm64: dts: marvell: add DT for ESPRESSObin-Ultra

 arch/arm64/boot/dts/marvell/Makefile               |   2 +
 .../dts/marvell/armada-3720-espressobin-emmc.dts   |  18 -
 .../dts/marvell/armada-3720-espressobin-ultra.dts  | 165 +++++++
 .../marvell/armada-3720-espressobin-v7-emmc.dts    |  40 +-
 .../dts/marvell/armada-3720-espressobin-v7.dts     |  24 +-
 .../boot/dts/marvell/armada-3720-espressobin.dtsi  |  39 +-
 .../boot/dts/marvell/armada-3720-turris-mox.dts    |   3 +-
 arch/arm64/boot/dts/marvell/armada-7040.dtsi       |   4 -
 .../dts/marvell/armada-8040-mcbin-singleshot.dts   |  22 +
 .../boot/dts/marvell/armada-8040-puzzle-m801.dts   | 523 +++++++++++++++++++++
 arch/arm64/boot/dts/marvell/armada-8040.dtsi       |   4 -
 arch/arm64/boot/dts/marvell/armada-cp11x.dtsi      |  10 +-
 12 files changed, 775 insertions(+), 79 deletions(-)
 create mode 100644 arch/arm64/boot/dts/marvell/armada-3720-espressobin-ultra.dts
 create mode 100644 arch/arm64/boot/dts/marvell/armada-8040-puzzle-m801.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>,
	linux-arm-kernel@lists.infradead.org,
	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Subject: [GIT PULL] ARM: mvebu: dt64 for v5.11 (#1)
Date: Mon, 30 Nov 2020 17:02:59 +0100	[thread overview]
Message-ID: <87eekaj0i4.fsf@BL-laptop> (raw)
Message-ID: <20201130160259.dd5yG6iQJvM4fQv4i5V7uXRixwgf5INtGWqh92fXwQw@z> (raw)

Hi,

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

It is based on v5.10-rc2 because some fixes on the device tree has been
merged after v5.10-rc1.

Gregory

The following changes since commit 3cea11cd5e3b00d91caf0b4730194039b45c5891:

  Linux 5.10-rc2 (2020-11-01 14:43:51 -0800)

are available in the Git repository at:

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

for you to fetch changes up to a2081c09d7410c3e55d902a09602b833dc96c58a:

  arm64: dts: armada-3720-turris-mox: add 3W power capability to SFP cage (2020-11-30 16:46:30 +0100)

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

 - Add support for IEI Puzzle-M801 board (Armada 8040 based)
 - Add support ESPRESSObin-Ultra (Armada 3720 based)
 - Clean-up and improve espressobin device tree
 - Switch to per-port SATA interrupts on CP110 based SoC
 - Use compliant node name for USB3  on CP110 based SoC
 - Add heartbeat LED on mcbin singleshot
 - Disable SMMU by default for Armada 7040 and 8040 to continued
   supporting custom bot firmware
 - Turris mox:
   - add 3W power capability to SFP cage
   - update ethernet-phy handle name

----------------------------------------------------------------
Andre Heider (2):
      arm64: dts: marvell: espressobin: Simplify v7 ethernet port labeling
      arm64: dts: marvell: espressobin: Get rid of duplicate serial aliases

Luka Kovacic (1):
      arm64: dts: marvell: Add a device tree for the IEI Puzzle-M801 board

Marek Behún (2):
      arm64: dts: armada-3720-turris-mox: update ethernet-phy handle name
      arm64: dts: armada-3720-turris-mox: add 3W power capability to SFP cage

Pali Rohár (3):
      arm64: dts: marvell: espressobin: De-duplicate eMMC definitions
      arm64: dts: marvell: espressobin: Add support for LED2
      arm64: dts: marvell: espressobin: Update link to V7 schematic

Serge Semin (1):
      arm64: dts: marvell: cp11x: Harmonize xHCI DT nodes name

Sven Auhagen (1):
      arm64: dts: marvell: armada-cp110: Switch to per-port SATA interrupts

Tomasz Maciej Nowak (1):
      arm64: dts: mcbin-singleshot: add heartbeat LED

Tomasz Nowicki (1):
      arm64: dts: marvell: keep SMMU disabled by default for Armada 7040 and 8040

Vladimir Vid (1):
      arm64: dts: marvell: add DT for ESPRESSObin-Ultra

 arch/arm64/boot/dts/marvell/Makefile               |   2 +
 .../dts/marvell/armada-3720-espressobin-emmc.dts   |  18 -
 .../dts/marvell/armada-3720-espressobin-ultra.dts  | 165 +++++++
 .../marvell/armada-3720-espressobin-v7-emmc.dts    |  40 +-
 .../dts/marvell/armada-3720-espressobin-v7.dts     |  24 +-
 .../boot/dts/marvell/armada-3720-espressobin.dtsi  |  39 +-
 .../boot/dts/marvell/armada-3720-turris-mox.dts    |   3 +-
 arch/arm64/boot/dts/marvell/armada-7040.dtsi       |   4 -
 .../dts/marvell/armada-8040-mcbin-singleshot.dts   |  22 +
 .../boot/dts/marvell/armada-8040-puzzle-m801.dts   | 523 +++++++++++++++++++++
 arch/arm64/boot/dts/marvell/armada-8040.dtsi       |   4 -
 arch/arm64/boot/dts/marvell/armada-cp11x.dtsi      |  10 +-
 12 files changed, 775 insertions(+), 79 deletions(-)
 create mode 100644 arch/arm64/boot/dts/marvell/armada-3720-espressobin-ultra.dts
 create mode 100644 arch/arm64/boot/dts/marvell/armada-8040-puzzle-m801.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

             reply	other threads:[~2020-11-30 16:03 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-30 16:02 Gregory CLEMENT [this message]
2020-11-30 16:02 ` [GIT PULL] ARM: mvebu: dt64 for v5.11 (#1) Gregory CLEMENT
2020-12-08 23:09 ` Arnd Bergmann
2020-12-08 23:09   ` Arnd Bergmann
2020-12-08 23:50 ` 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=87eekaj0i4.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.