Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1456301

[PATCH v2 00/17] ARM: mvebu: misc Armada 38x/39x DT and v7 defconfig improvements

From Grzegorz Jaszczyk <jaz@semihalf.com>
Newsgroups linux.kernel
Subject [PATCH v2 00/17] ARM: mvebu: misc Armada 38x/39x DT and v7 defconfig improvements
Date 2016-08-04 12:20 +0200
Message-ID <s2nUR-7xS-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hello,

This is the second version of patch-set which enables some commonly used
features in mvebu_v7_defconfig and updates old or introduces new dts/dtsi
related to Armada 38x and Armada 39x SoC family. All comments from
v1 are included, more details in a changelog below.

Any comments or remarks would be welcome.

Best regards,
Grzegorz

Changelog:
v1 -> v2

- Add at least one line of commit log entry for those patches, which
contained only commit title.

Suggested by Andrew Lunn and Gregory Clement.

- Drop patch "ARM: mvebu: enable E1000E in mvebu_v7_defconfig", since it
enables PCIe card which is not a part of the SoC.

Suggested by Russell King and Thomas Petazzoni.

- Change dts prefixes in commit title from "ARM: mvebu: <board_name>" to
"ARM: dts: mvebu: <board_name>"

Suggested by Gregory Clement.

- Add nodes describing the eeproms connected to I2C buses in
armada-390-db.dts and armada-395-gp.dts. Also add information about
connectors used and described in mentioned dts's.

Suggested by Gregory Clement.

- Improve devicetree bindings about required property for Marvell Armada 39x
family: Armada 398 based boards should have only "marvell,armada398" and not
"marvell,armada395".

Suggested by Rob Herring.

Grzegorz Jaszczyk (17):
  ARM: mvebu: enable MTD command line partition table in
    mvebu_v7_defconfig
  ARM: mvebu: enable UBI and UBIFS in mvebu_v7_defconfig
  ARM: dts: mvebu: a385-db-ap: enable USB (orion-ehci) port
  ARM: dts: mvebu: a385-db-ap: add default partition description for
    NAND
  ARM: dts: mvebu: armada-390: add missing compatibility string and
    bracket
  ARM: dts: mvebu: armada-39x: update the SDHCI node on Armada 39x
  ARM: dts: mvebu: armada-39x: enable PMU, CA9 SoC Controller and
    Coherency fabric
  ARM: dts: mvebu: armada-39x: enable the thermal sensor in Armada-39x
    SoCs
  ARM: dts: mvebu: armada-39x: enable watchdog for all Armada-39x SoCs
  ARM: dts: mvebu: armada-39x: add missing nodes describing GPIO's
  ARM: dts: mvebu: armada-39x: add missing nodes describing USB2.0 and
    USB3.0
  ARM: dts: mvebu: armada-39x: enable rtc for all Armada-39x SoCs
  ARM: dts: mvebu: armada-395: add support for the Armada 395 SoC family
  ARM: dts: mvebu: armada-398: update the dtsi about missing interfaces
  ARM: dts: mvebu: armada-398-db: enable supported usb interfaces
  ARM: dts: mvebu: armada-390-db: add support for the Armada 390 DB
    board
  ARM: dts: mvebu: armada-395-gp: add support for the Armada 395 GP
    Board

 .../devicetree/bindings/arm/marvell/armada-39x.txt |  15 +-
 arch/arm/boot/dts/armada-385-db-ap.dts             |  30 +++-
 arch/arm/boot/dts/armada-390-db.dts                | 175 +++++++++++++++++++++
 arch/arm/boot/dts/armada-390.dtsi                  |   3 +
 arch/arm/boot/dts/armada-395-gp.dts                | 163 +++++++++++++++++++
 arch/arm/boot/dts/armada-395.dtsi                  |  76 +++++++++
 arch/arm/boot/dts/armada-398-db.dts                |   8 +
 arch/arm/boot/dts/armada-398.dtsi                  |  10 +-
 arch/arm/boot/dts/armada-39x.dtsi                  |  94 ++++++++++-
 arch/arm/configs/mvebu_v7_defconfig                |   3 +
 10 files changed, 570 insertions(+), 7 deletions(-)
 create mode 100644 arch/arm/boot/dts/armada-390-db.dts
 create mode 100644 arch/arm/boot/dts/armada-395-gp.dts
 create mode 100644 arch/arm/boot/dts/armada-395.dtsi

-- 
1.8.3.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 00/17] ARM: mvebu: misc Armada 38x/39x DT and v7 defconfig improvements Grzegorz Jaszczyk <jaz@semihalf.com> - 2016-08-04 12:20 +0200
  [PATCH v2 17/17] ARM: dts: mvebu: armada-395-gp: add support for the Armada 395 GP Board Grzegorz Jaszczyk <jaz@semihalf.com> - 2016-08-04 12:20 +0200
    Re: [PATCH v2 17/17] ARM: dts: mvebu: armada-395-gp: add support for  the Armada 395 GP Board Rob Herring <robh@kernel.org> - 2016-08-04 20:30 +0200
  [PATCH v2 10/17] ARM: dts: mvebu: armada-39x: add missing nodes describing GPIO's Grzegorz Jaszczyk <jaz@semihalf.com> - 2016-08-04 12:20 +0200
  [PATCH v2 08/17] ARM: dts: mvebu: armada-39x: enable the thermal sensor in Armada-39x SoCs Grzegorz Jaszczyk <jaz@semihalf.com> - 2016-08-04 12:20 +0200
  [PATCH v2 09/17] ARM: dts: mvebu: armada-39x: enable watchdog for all Armada-39x SoCs Grzegorz Jaszczyk <jaz@semihalf.com> - 2016-08-04 12:20 +0200
  [PATCH v2 13/17] ARM: dts: mvebu: armada-395: add support for the Armada 395 SoC family Grzegorz Jaszczyk <jaz@semihalf.com> - 2016-08-04 12:30 +0200
    Re: [PATCH v2 13/17] ARM: dts: mvebu: armada-395: add support for  the Armada 395 SoC family Rob Herring <robh@kernel.org> - 2016-08-04 20:20 +0200
  [PATCH v2 11/17] ARM: dts: mvebu: armada-39x: add missing nodes describing USB2.0 and USB3.0 Grzegorz Jaszczyk <jaz@semihalf.com> - 2016-08-04 12:30 +0200
  [PATCH v2 05/17] ARM: dts: mvebu: armada-390: add missing compatibility string and bracket Grzegorz Jaszczyk <jaz@semihalf.com> - 2016-08-04 12:30 +0200
  Re: [PATCH v2 00/17] ARM: mvebu: misc Armada 38x/39x DT and v7 defconfig improvements Gregory CLEMENT <gregory.clement@free-electrons.com> - 2016-08-08 17:10 +0200
    Re: [PATCH v2 00/17] ARM: mvebu: misc Armada 38x/39x DT and v7  defconfig improvements Grzegorz Jaszczyk <jaz@semihalf.com> - 2016-08-09 12:10 +0200

csiph-web