From: shawn.guo@linaro.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] Initial device tree support for mxs
Date: Mon, 7 May 2012 22:11:27 +0800 [thread overview]
Message-ID: <1336399890-12883-1-git-send-email-shawn.guo@linaro.org> (raw)
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
next reply other threads:[~2012-05-07 14:11 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-07 14:11 Shawn Guo [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1336399890-12883-1-git-send-email-shawn.guo@linaro.org \
--to=shawn.guo@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).