linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/8] Add Armada 385 General Purpose Development Board support
@ 2015-01-08 10:51 Gregory CLEMENT
  2015-01-08 10:51 ` [PATCH v2 1/8] ARM: mvebu: a38x: Fix node names Gregory CLEMENT
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: Gregory CLEMENT @ 2015-01-08 10:51 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

this patch set adds the support for the Armada 385 GP board, this
board is pretty close to the Armada 385 RD one. It comes with a new
revision of the Armada 38x SoC (A0). Actually the SoC used here is the
Armada 388 one, which differed from the Armada 385 by allowing to use
two more SATA ports.

In this second version, I took into account the various comments from
the 1st version but also some comments addressed to the Armada 385 AP
series. The bigest changes are the removal of the regulator for the
SATA which will be part of another series, the add of a dtsi file for
the Armada 388 variant, and the add of pinctrl configuration. See the
changelog for the details.

The first 3 patches came from Maxime's series to support the AP
board. I have done this in order to have a complete series and also
because I don't expect big change in these patches.

Changelog:

v1 -> v2:
- removed the earlyprintk in the command line
- added the stdout-path for the bootloader
- added the pinctrl configuration for all the node that need it
- renamed pca9555_ into expander
- added comment about the connector
- switched the PHY address to match the hardware
- removed the nr-ports property which is specific to the mv-sata and
  not the ahci
- removed the clock-frequency property of the sdhci node
- formatted the speed-map of gpio-fan with a newline between the map
  entries
- removed the SATA regulators
- added the dtsi for the Armada 388 variant

Gregory CLEMENT (5):
  ARM: mvebu: a38x: Add more pinctrl functions
  ARM: mvebu: a38x: Add missing labels
  ARM: mvebu: Document the Device Tree binding for the Armada 388 SoC
  ARM: mvebu: Add Device Tree description of the Armada 388 SoC
  ARM: mvebu: Add Armada 385 General Purpose Development Board support

Maxime Ripard (3):
  ARM: mvebu: a38x: Fix node names
  ARM: mvebu: A38x: Remove redundant pinctrl informations
  ARM: mvebu: Add a number of pinctrl functions

 .../devicetree/bindings/arm/armada-38x.txt         |   7 +
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/armada-380.dtsi                  |   3 +-
 arch/arm/boot/dts/armada-385-db.dts                |   2 +-
 arch/arm/boot/dts/armada-385-gp.dts                | 288 +++++++++++++++++++++
 arch/arm/boot/dts/armada-385-rd.dts                |   2 +-
 arch/arm/boot/dts/armada-385.dtsi                  |   3 +-
 arch/arm/boot/dts/armada-388.dtsi                  |  58 +++++
 arch/arm/boot/dts/armada-38x.dtsi                  |  93 ++++++-
 9 files changed, 447 insertions(+), 10 deletions(-)
 create mode 100644 arch/arm/boot/dts/armada-385-gp.dts
 create mode 100644 arch/arm/boot/dts/armada-388.dtsi

-- 
1.9.1

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

end of thread, other threads:[~2015-01-08 15:41 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-08 10:51 [PATCH v2 0/8] Add Armada 385 General Purpose Development Board support Gregory CLEMENT
2015-01-08 10:51 ` [PATCH v2 1/8] ARM: mvebu: a38x: Fix node names Gregory CLEMENT
2015-01-08 10:51 ` [PATCH v2 2/8] ARM: mvebu: A38x: Remove redundant pinctrl informations Gregory CLEMENT
2015-01-08 10:51 ` [PATCH v2 3/8] ARM: mvebu: Add a number of pinctrl functions Gregory CLEMENT
2015-01-08 10:51 ` [PATCH v2 4/8] ARM: mvebu: a38x: Add more " Gregory CLEMENT
2015-01-08 10:51 ` [PATCH v2 5/8] ARM: mvebu: a38x: Add missing labels Gregory CLEMENT
2015-01-08 10:51 ` [PATCH v2 6/8] ARM: mvebu: Document the Device Tree binding for the Armada 388 SoC Gregory CLEMENT
2015-01-08 14:56   ` Thomas Petazzoni
2015-01-08 10:51 ` [PATCH v2 7/8] ARM: mvebu: Add Device Tree description of " Gregory CLEMENT
2015-01-08 14:54   ` Thomas Petazzoni
2015-01-08 15:41     ` Gregory CLEMENT
2015-01-08 10:51 ` [PATCH v2 8/8] ARM: mvebu: Add Armada 385 General Purpose Development Board support Gregory CLEMENT
2015-01-08 12:47   ` Andrew Lunn

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).