linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/6] Add STiH407 SoC and reference board support
@ 2014-03-12  8:50 Maxime COQUELIN
  2014-03-12  8:50 ` [PATCH v4 1/6] ARM: STi: Add STiH407 SoC support Maxime COQUELIN
                   ` (6 more replies)
  0 siblings, 7 replies; 31+ messages in thread
From: Maxime COQUELIN @ 2014-03-12  8:50 UTC (permalink / raw)
  To: linux-arm-kernel

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

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

Maxime Coquelin (4):
  ARM: STi: Add STiH407 SoC support
  pinctrl: st: Use ARRAY_SIZE instead of raw value for number of delays
  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          |  40 ++
 arch/arm/boot/dts/stih407-pinctrl.dtsi        | 615 ++++++++++++++++++++++++++
 arch/arm/boot/dts/stih407.dtsi                | 263 +++++++++++
 arch/arm/mach-sti/board-dt.c                  |   1 +
 drivers/pinctrl/pinctrl-st.c                  | 125 ++++--
 9 files changed, 1112 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] 31+ messages in thread

end of thread, other threads:[~2014-05-21 10:02 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-12  8:50 [PATCH v4 0/6] Add STiH407 SoC and reference board support Maxime COQUELIN
2014-03-12  8:50 ` [PATCH v4 1/6] ARM: STi: Add STiH407 SoC support Maxime COQUELIN
2014-03-12  9:37   ` Lee Jones
2014-03-12  8:50 ` [PATCH v4 2/6] pinctrl: st: Enhance the controller to manage unavailable registers Maxime COQUELIN
2014-03-12  9:38   ` Lee Jones
2014-03-12 14:16   ` Linus Walleij
2014-03-12  8:50 ` [PATCH v4 3/6] pinctrl: st: add pinctrl support for the STiH407 SoC Maxime COQUELIN
2014-03-12 14:17   ` Linus Walleij
2014-03-12  8:50 ` [PATCH v4 4/6] pinctrl: st: Use ARRAY_SIZE instead of raw value for number of delays Maxime COQUELIN
2014-03-12  9:39   ` Lee Jones
2014-03-12 14:19   ` Linus Walleij
2014-03-12 14:25   ` Joe Perches
2014-03-14  9:20     ` Linus Walleij
2014-03-14  9:44       ` Maxime Coquelin
2014-03-14  9:46         ` srinivas kandagatla
2014-03-12  8:50 ` [PATCH v4 5/6] ARM: dts: Add STiH407 SoC support Maxime COQUELIN
2014-05-13 12:04   ` [STLinux Kernel] " Patrice Chotard
2014-03-12  8:50 ` [PATCH v4 6/6] ARM: dts: STiH407: Add B2120 board support Maxime COQUELIN
2014-05-13 12:05   ` [STLinux Kernel] " Patrice Chotard
2014-05-20  6:18   ` Olof Johansson
2014-05-20  7:20     ` Lee Jones
2014-05-20  7:24       ` Olof Johansson
2014-05-20  7:43         ` Lee Jones
2014-05-20  7:53           ` Maxime Coquelin
2014-05-20 22:10           ` Olof Johansson
2014-05-21 10:02             ` Lee Jones
2014-05-20  8:27     ` Maxime Coquelin
2014-03-12 14:20 ` [PATCH v4 0/6] Add STiH407 SoC and reference " Linus Walleij
2014-03-12 15:26   ` Maxime Coquelin
2014-03-14 10:14     ` Linus Walleij
2014-04-22 12:17       ` 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).