linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: shawn.guo@linaro.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/5] Add initial i.MX6 SoloLite support
Date: Fri, 3 May 2013 11:49:50 +0800	[thread overview]
Message-ID: <1367552995-31777-1-git-send-email-shawn.guo@linaro.org> (raw)

The i.MX6 SoloLite (imx6sl) is another member of Freescale i.MX6 family
besides i.MX6 Quad/Dual (imx6q) and i.MX6 DualLite/Solo (imx6dl).
Unlike that there are much similarity and compatibility between imx6q
and imx6dl, imx6sl has significant differences on the integrated
multimedia IP blocks.  That's why we choose to add imx6dl support on top
of imx6q code base, but imx6sl support is added as a new SoC here.

Shawn Guo (5):
  ARM: imx: add clock support for imx6sl
  ARM: imx: enable low-level debug support for imx6sl
  ARM: imx: add initial support for imx6sl
  ARM: dts: add device tree source for imx6sl SoC
  ARM: dts: imx6sl: add initial imx6sl-evk support

 .../devicetree/bindings/clock/imx6sl-clock.txt     |   10 +
 arch/arm/Kconfig.debug                             |   13 +-
 arch/arm/boot/dts/Makefile                         |    3 +-
 arch/arm/boot/dts/imx6sl-evk.dts                   |   74 ++
 arch/arm/boot/dts/imx6sl.dtsi                      |  777 ++++++++++++++++++++
 arch/arm/include/debug/imx-uart.h                  |   10 +
 arch/arm/mach-imx/Kconfig                          |   19 +
 arch/arm/mach-imx/Makefile                         |    1 +
 arch/arm/mach-imx/clk-imx6sl.c                     |  270 +++++++
 arch/arm/mach-imx/common.h                         |    1 +
 arch/arm/mach-imx/mach-imx6sl.c                    |   48 ++
 include/dt-bindings/clock/imx6sl-clock.h           |  148 ++++
 12 files changed, 1371 insertions(+), 3 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/clock/imx6sl-clock.txt
 create mode 100644 arch/arm/boot/dts/imx6sl-evk.dts
 create mode 100644 arch/arm/boot/dts/imx6sl.dtsi
 create mode 100644 arch/arm/mach-imx/clk-imx6sl.c
 create mode 100644 arch/arm/mach-imx/mach-imx6sl.c
 create mode 100644 include/dt-bindings/clock/imx6sl-clock.h

-- 
1.7.9.5

             reply	other threads:[~2013-05-03  3:49 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-03  3:49 Shawn Guo [this message]
2013-05-03  3:49 ` [PATCH 1/5] ARM: imx: add clock support for imx6sl Shawn Guo
2013-05-03  3:49 ` [PATCH 2/5] ARM: imx: enable low-level debug " Shawn Guo
2013-05-03  3:49 ` [PATCH 3/5] ARM: imx: add initial " Shawn Guo
2013-05-03  3:49 ` [PATCH 4/5] ARM: dts: add device tree source for imx6sl SoC Shawn Guo
2013-05-03  6:26   ` Dirk Behme
2013-05-03  7:57     ` Shawn Guo
2013-05-03  3:49 ` [PATCH 5/5] ARM: dts: imx6sl: add initial imx6sl-evk support Shawn Guo

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=1367552995-31777-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).