devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Add STiH407 SoC and reference board support
@ 2014-02-28 12:17 Maxime COQUELIN
  2014-02-28 12:17 ` [PATCH 2/5] ARM: STi: add pinctrl support for the STiH407 SoC Maxime COQUELIN
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Maxime COQUELIN @ 2014-02-28 12:17 UTC (permalink / raw)
  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,
	linux-kernel, devicetree, linux-arm-kernel, kernel
  Cc: lee.jones

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.

Giuseppe Cavallaro (2):
  ARM: STi: add pinctrl support for the STiH407 SoC
  pinctrl: st: Enhance the controller to manage unavailable registers

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


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

end of thread, other threads:[~2014-03-07  8:34 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-28 12:17 [PATCH 0/5] Add STiH407 SoC and reference board support Maxime COQUELIN
2014-02-28 12:17 ` [PATCH 2/5] ARM: STi: add pinctrl support for the STiH407 SoC Maxime COQUELIN
2014-02-28 12:17 ` [PATCH 3/5] pinctrl: st: Enhance the controller to manage unavailable registers Maxime COQUELIN
2014-03-07  3:10   ` Linus Walleij
2014-03-07  8:34     ` Maxime Coquelin
2014-02-28 12:17 ` [PATCH 4/5] ARM: dts: Add STiH407 SoC support Maxime COQUELIN
2014-02-28 12:17 ` [PATCH 5/5] ARM: dts: STiH407: Add B2120 board support Maxime COQUELIN
     [not found] ` <1393589841-6634-1-git-send-email-maxime.coquelin-qxv4g6HH51o@public.gmane.org>
2014-02-28 12:17   ` [PATCH 1/5] ARM: STi: Add STiH407 SoC support Maxime COQUELIN
2014-03-07  3:11   ` [PATCH 0/5] Add STiH407 SoC and reference board support Linus Walleij
2014-03-07  8:31     ` Maxime Coquelin

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