linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Initial device tree support for mxs
@ 2012-05-07 14:11 Shawn Guo
  2012-05-07 14:11 ` [PATCH 1/3] ARM: mxs: add initial device tree support for imx28-evk board Shawn Guo
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Shawn Guo @ 2012-05-07 14:11 UTC (permalink / raw)
  To: linux-arm-kernel

This series is based on mxs common clk and pinctrl support to recreate
the mxs/dt branch, which includes the initial device tree support, fec
and serial console for imx28-evk and imx23-evk boards.

Dong Aisheng (1):
  ARM: mxs: add initial device tree support for imx28-evk board

Shawn Guo (2):
  ARM: mxs: add initial device tree support for imx23-evk board
  ARM: mxs: always build in device tree support

 Documentation/devicetree/bindings/arm/fsl.txt |    8 +
 arch/arm/Kconfig                              |    1 +
 arch/arm/boot/dts/imx23-evk.dts               |   32 ++
 arch/arm/boot/dts/imx23.dtsi                  |  243 ++++++++++++++++
 arch/arm/boot/dts/imx28-evk.dts               |   48 +++
 arch/arm/boot/dts/imx28.dtsi                  |  382 +++++++++++++++++++++++++
 arch/arm/configs/mxs_defconfig                |    1 +
 arch/arm/mach-mxs/Kconfig                     |   10 +
 arch/arm/mach-mxs/Makefile                    |    1 +
 arch/arm/mach-mxs/devices/Kconfig             |    1 -
 arch/arm/mach-mxs/mach-mxs.c                  |  109 +++++++
 drivers/clk/mxs/clk-imx23.c                   |    1 +
 drivers/clk/mxs/clk-imx28.c                   |    1 +
 13 files changed, 837 insertions(+), 1 deletions(-)
 create mode 100644 arch/arm/boot/dts/imx23-evk.dts
 create mode 100644 arch/arm/boot/dts/imx23.dtsi
 create mode 100644 arch/arm/boot/dts/imx28-evk.dts
 create mode 100644 arch/arm/boot/dts/imx28.dtsi
 create mode 100644 arch/arm/mach-mxs/mach-mxs.c

-- 
1.7.5.4

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

end of thread, other threads:[~2012-05-07 16:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-07 14:11 [PATCH 0/3] Initial device tree support for mxs Shawn Guo
2012-05-07 14:11 ` [PATCH 1/3] ARM: mxs: add initial device tree support for imx28-evk board Shawn Guo
2012-05-07 16:09   ` Marek Vasut
2012-05-07 14:11 ` [PATCH 2/3] ARM: mxs: add initial device tree support for imx23-evk board Shawn Guo
2012-05-07 16:11   ` Marek Vasut
2012-05-07 14:11 ` [PATCH 3/3] ARM: mxs: always build in device tree support Shawn Guo
2012-05-07 16:11   ` Marek Vasut

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