From: shawn.guo@linaro.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/6] Add initial imx6dl support
Date: Tue, 2 Apr 2013 22:31:13 +0800 [thread overview]
Message-ID: <1364913079-26039-1-git-send-email-shawn.guo@linaro.org> (raw)
The i.MX6 DualLite/Solo (imx6dl) is a derivative of i.MX6 Quad/Dual
(imx6q). These two chips are highly compatible. The series adds the
initial imx6dl support based on imx6q base.
Linus,
The first two patches has dependency on patch "pinctrl: imx: move
hard-coding data into device tree", which is sitting on IMX tree. So
can you please give your ACK for me to take them through the same tree?
Thanks,
Shawn
Shawn Guo (6):
pinctrl: add pinctrl driver for imx6dl
pinctrl: add pinctrl driver for imx6sl
ARM: imx: add initial imx6dl support
ARM: dts: imx: make sabreauto and sabresd common
ARM: dts: imx: add initial imx6dl-sabresd support
ARM: dts: imx: add initial imx6dl-sabreauto support
.../bindings/pinctrl/fsl,imx6dl-pinctrl.txt | 38 +
.../bindings/pinctrl/fsl,imx6sl-pinctrl.txt | 39 +
arch/arm/Kconfig.debug | 4 +-
arch/arm/boot/dts/Makefile | 2 +
arch/arm/boot/dts/imx6dl-pinfunc.h | 1085 ++++++++++++++++++++
arch/arm/boot/dts/imx6dl-sabreauto.dtsp | 31 +
arch/arm/boot/dts/imx6dl-sabresd.dtsp | 35 +
arch/arm/boot/dts/imx6dl.dtsip | 114 +-
arch/arm/boot/dts/imx6q-sabreauto.dtsp | 27 +-
arch/arm/boot/dts/imx6q-sabresd.dtsp | 78 +-
arch/arm/boot/dts/imx6qdl-sabreauto.dtsip | 38 +
arch/arm/boot/dts/imx6qdl-sabresd.dtsip | 87 ++
arch/arm/boot/dts/imx6sl-pinfunc.h | 1077 +++++++++++++++++++
arch/arm/mach-imx/Kconfig | 2 +-
arch/arm/mach-imx/clk-imx6q.c | 2 +-
arch/arm/mach-imx/mach-imx6q.c | 30 +-
arch/arm/mach-imx/mxc.h | 11 +
drivers/pinctrl/Kconfig | 12 +-
drivers/pinctrl/Makefile | 1 +
drivers/pinctrl/pinctrl-imx6dl.c | 459 +++++++++
drivers/pinctrl/pinctrl-imx6sl.c | 365 +++++++
21 files changed, 3421 insertions(+), 116 deletions(-)
create mode 100644 Documentation/devicetree/bindings/pinctrl/fsl,imx6dl-pinctrl.txt
create mode 100644 Documentation/devicetree/bindings/pinctrl/fsl,imx6sl-pinctrl.txt
create mode 100644 arch/arm/boot/dts/imx6dl-pinfunc.h
create mode 100644 arch/arm/boot/dts/imx6dl-sabreauto.dtsp
create mode 100644 arch/arm/boot/dts/imx6dl-sabresd.dtsp
create mode 100644 arch/arm/boot/dts/imx6qdl-sabreauto.dtsip
create mode 100644 arch/arm/boot/dts/imx6qdl-sabresd.dtsip
create mode 100644 arch/arm/boot/dts/imx6sl-pinfunc.h
create mode 100644 drivers/pinctrl/pinctrl-imx6dl.c
create mode 100644 drivers/pinctrl/pinctrl-imx6sl.c
--
1.7.9.5
next reply other threads:[~2013-04-02 14:31 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-02 14:31 Shawn Guo [this message]
2013-04-02 14:31 ` [PATCH 2/6] pinctrl: add pinctrl driver for imx6sl Shawn Guo
2013-04-02 14:31 ` [PATCH 3/6] ARM: imx: add initial imx6dl support Shawn Guo
2013-04-07 21:59 ` Mathias Hasselmann
2013-04-08 12:11 ` Shawn Guo
2013-04-02 14:31 ` [PATCH 4/6] ARM: dts: imx: make sabreauto and sabresd common Shawn Guo
2013-04-02 14:31 ` [PATCH 5/6] ARM: dts: imx: add initial imx6dl-sabresd support Shawn Guo
2013-04-02 14:31 ` [PATCH 6/6] ARM: dts: imx: add initial imx6dl-sabreauto support Shawn Guo
2013-04-02 20:52 ` [PATCH 0/6] Add initial imx6dl support Fabio Estevam
2013-04-03 1:48 ` Shawn Guo
[not found] ` <1364913079-26039-2-git-send-email-shawn.guo@linaro.org>
2013-04-03 16:39 ` [PATCH 1/6] pinctrl: add pinctrl driver for imx6dl Linus Walleij
2013-04-04 11:45 ` Shawn Guo
2013-04-03 16:42 ` [PATCH 0/6] Add initial imx6dl support Linus Walleij
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=1364913079-26039-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).