From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime COQUELIN Subject: [PATCH v3 0/5] Add STiH407 SoC and reference board support Date: Fri, 7 Mar 2014 15:40:46 +0100 Message-ID: <1394203251-25361-1-git-send-email-maxime.coquelin@st.com> Return-path: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Rob Landley , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , Srinivas Kandagatla , Stuart Menefy , Linus Walleij , Giuseppe Cavallaro , Maxime Coquelin , linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, kernel-F5mvAk5X5gdBDgjK7y7TUQ@public.gmane.org Cc: lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org List-Id: devicetree@vger.kernel.org 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 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 Giuseppe Cavallaro (2): pinctrl: st: Enhance the controller to manage unavailable registers pinctrl: st: add pinctrl support for the STiH407 SoC Maxime Coquelin (3): ARM: STi: Add STiH407 SoC support ARM: dts: Add STiH407 SoC support ARM: dts: STiH407: Add B2120 board support Documentation/arm/sti/stih407-overview.txt | 18 + Documentation/devicetree/bindings/arm/sti.txt | 15 + arch/arm/boot/dts/Makefile | 3 +- arch/arm/boot/dts/stih407-b2120.dts | 78 ++++ arch/arm/boot/dts/stih407-clock.dtsi | 41 ++ arch/arm/boot/dts/stih407-pinctrl.dtsi | 618 ++++++++++++++++++++++++++ arch/arm/boot/dts/stih407.dtsi | 250 +++++++++++ arch/arm/mach-sti/Kconfig | 9 + arch/arm/mach-sti/board-dt.c | 1 + drivers/pinctrl/pinctrl-st.c | 123 +++-- 10 files changed, 1110 insertions(+), 46 deletions(-) create mode 100644 Documentation/arm/sti/stih407-overview.txt create mode 100644 Documentation/devicetree/bindings/arm/sti.txt 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.0 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html