[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1400579192-17620-1-git-send-email-maxime.coquelin@st.com>
Date: Tue, 20 May 2014 11:46:28 +0200
From: Maxime COQUELIN <maxime.coquelin@...com>
To: Olof Johansson <olof@...om.net>, Rob Landley <rob@...dley.net>,
Rob Herring <robh+dt@...nel.org>,
Pawel Moll <pawel.moll@....com>,
Mark Rutland <mark.rutland@....com>,
Ian Campbell <ijc+devicetree@...lion.org.uk>,
Kumar Gala <galak@...eaurora.org>,
Russell King <linux@....linux.org.uk>,
Srinivas Kandagatla <srinivas.kandagatla@...aro.org>,
Linus Walleij <linus.walleij@...aro.org>,
Giuseppe Cavallaro <peppe.cavallaro@...com>,
Maxime Coquelin <maxime.coquelin@...com>,
linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org,
devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
kernel@...inux.com
Cc: lee.jones@...aro.org
Subject: [PATCH v6 0/4] Add STiH407 SoC and reference board support
This series adds basic support to the STMicroelectronics STiH407 SoC and its
B2120 reference board. The STiH407 is a dual-core ARM Cortex-A9 CPU aimed at
STB market.
Changes since v5:
-----------------
- Sort STi boards in DTS'es Makefile
- Re-order compatibles in STi boards from specific to generic
- Only contains DT patches, other patches being merged
Changes since v4:
-----------------
- remove patches already present in v3.15 (pinctrl)
- rebase on top of v3.15-rc2
Changes since v3:
-----------------
- Removed SOC_STIH407 as unused for now
- Cosmetic changes in DT
- Added new lines in pinctrl-st around if:s
- Use ARRAY_SIZE instead of raw values
Changes since v2:
-----------------
- Reordered the pinctrl patches
- Moved stih407_flashdata to stih407 pinctrl patch
Changes since v1:
-----------------
- Changed patch 2 commit title
- Rebased pinctrl patches to linux-pinctrl/devel
- Rebased ARM patches to arm_soc/for-next
Maxime Coquelin (4):
ARM: dts: Sort STi boards in Makefile
ARM: dts: Fix STi boards compatibles
ARM: dts: Add STiH407 SoC support
ARM: dts: STiH407: Add B2120 board support
arch/arm/boot/dts/Makefile | 5 +-
arch/arm/boot/dts/stih407-b2120.dts | 78 +++++
arch/arm/boot/dts/stih407-clock.dtsi | 40 +++
arch/arm/boot/dts/stih407-pinctrl.dtsi | 615 +++++++++++++++++++++++++++++++++
arch/arm/boot/dts/stih407.dtsi | 263 ++++++++++++++
arch/arm/boot/dts/stih415-b2000.dts | 2 +-
arch/arm/boot/dts/stih415-b2020.dts | 2 +-
arch/arm/boot/dts/stih416-b2000.dts | 3 +-
arch/arm/boot/dts/stih416-b2020.dts | 3 +-
9 files changed, 1003 insertions(+), 8 deletions(-)
create mode 100644 arch/arm/boot/dts/stih407-b2120.dts
create mode 100644 arch/arm/boot/dts/stih407-clock.dtsi
create mode 100644 arch/arm/boot/dts/stih407-pinctrl.dtsi
create mode 100644 arch/arm/boot/dts/stih407.dtsi
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists