linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: <Frank.Li@freescale.com>
To: lznuaa@gmail.com, shawn.guo@linaro.org, linus.walleij@linaro.org
Cc: linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org,
	Frank Li <Frank.Li@freescale.com>
Subject: [PATCH v3 00/10] Add Freescale i.mx7d support
Date: Sat, 18 Apr 2015 05:28:45 +0800	[thread overview]
Message-ID: <1429306135-24695-1-git-send-email-Frank.Li@freescale.com> (raw)

From: Frank Li <Frank.Li@freescale.com>

add basic support for chip imx7d.
 - MSL
 - Clock support. All clock enabled.
 - pinctrl support
 - SD Card support

Change from v2 to v3
  - remove unsupport part in imx7d-sdb.dtb

Change from V1 to V2:
  - split patch1 to three small one to avoid 100k maillist limitation.
  - fix imx7d.dtsi code style problem

Anson Huang (1):
  ARM: imx: add msl support for imx7d

Frank Li (9):
  ARM: dts: add pinfunc include file to support imx7d
  ARM: dts: add pinfunc include file gpio1 to support imx7d
  ARM: dts: add clock include file to support imx7d
  ARM: dts: add imx7d soc dtsi file
  pinctrl: add imx7d support
  ARM: imx: add gpt system timer support for imx7d
  ARM: imx: add imx7d clk tree support
  arm: dts: add imx7d-sdb support
  ARM: config: imx_v6_v7_defconfig add imx7d support

 arch/arm/boot/dts/Makefile                |    2 +
 arch/arm/boot/dts/imx7d-pinfunc.h         | 1153 +++++++++++++++++++++++++++++
 arch/arm/boot/dts/imx7d-sdb.dts           |  684 +++++++++++++++++
 arch/arm/boot/dts/imx7d.dtsi              | 1091 +++++++++++++++++++++++++++
 arch/arm/configs/imx_v6_v7_defconfig      |    1 +
 arch/arm/mach-imx/Kconfig                 |   11 +
 arch/arm/mach-imx/Makefile                |    1 +
 arch/arm/mach-imx/anatop.c                |   33 +-
 arch/arm/mach-imx/clk-imx7d.c             |  885 ++++++++++++++++++++++
 arch/arm/mach-imx/clk-pllv3.c             |   17 +-
 arch/arm/mach-imx/clk.h                   |    8 +
 arch/arm/mach-imx/common.h                |    1 +
 arch/arm/mach-imx/cpu.c                   |   10 +
 arch/arm/mach-imx/hardware.h              |    7 +-
 arch/arm/mach-imx/mach-imx7d.c            |   53 ++
 arch/arm/mach-imx/mx7.h                   |   38 +
 arch/arm/mach-imx/mxc.h                   |   15 +-
 arch/arm/mach-imx/platsmp.c               |   24 +-
 arch/arm/mach-imx/time.c                  |    3 +-
 drivers/pinctrl/freescale/Kconfig         |    7 +
 drivers/pinctrl/freescale/Makefile        |    1 +
 drivers/pinctrl/freescale/pinctrl-imx.c   |    3 +-
 drivers/pinctrl/freescale/pinctrl-imx.h   |    1 +
 drivers/pinctrl/freescale/pinctrl-imx7d.c |  411 ++++++++++
 include/dt-bindings/clock/imx7d-clock.h   |  450 +++++++++++
 25 files changed, 4902 insertions(+), 8 deletions(-)
 create mode 100644 arch/arm/boot/dts/imx7d-pinfunc.h
 create mode 100644 arch/arm/boot/dts/imx7d-sdb.dts
 create mode 100644 arch/arm/boot/dts/imx7d.dtsi
 create mode 100644 arch/arm/mach-imx/clk-imx7d.c
 create mode 100644 arch/arm/mach-imx/mach-imx7d.c
 create mode 100644 arch/arm/mach-imx/mx7.h
 create mode 100644 drivers/pinctrl/freescale/pinctrl-imx7d.c
 create mode 100644 include/dt-bindings/clock/imx7d-clock.h

-- 
1.9.1


             reply	other threads:[~2015-04-17 21:31 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-17 21:28 Frank.Li [this message]
2015-04-17 21:28 ` [PATCH v3 01/10] ARM: dts: add pinfunc include file to support imx7d Frank.Li
2015-04-17 21:28 ` [PATCH v3 02/10] ARM: dts: add pinfunc include file gpio1 " Frank.Li
2015-04-17 21:28 ` [PATCH v3 03/10] ARM: dts: add clock include file " Frank.Li
2015-04-17 21:28 ` [PATCH v3 04/10] ARM: dts: add imx7d soc dtsi file Frank.Li
2015-04-17 21:28 ` [PATCH v3 05/10] pinctrl: add imx7d support Frank.Li
2015-04-27 13:37   ` Linus Walleij
2015-04-27 13:50     ` Zhi Li
2015-04-27 14:16   ` Shawn Guo
2015-04-27 15:20     ` Zhi Li
2015-04-17 21:28 ` [PATCH v3 06/10] ARM: imx: add msl support for imx7d Frank.Li
2015-04-17 21:28 ` [PATCH v3 07/10] ARM: imx: add gpt system timer " Frank.Li
2015-04-17 21:28 ` [PATCH v3 08/10] ARM: imx: add imx7d clk tree support Frank.Li
2015-04-17 21:28 ` [PATCH v3 09/10] arm: dts: add imx7d-sdb support Frank.Li
2015-04-17 23:20   ` Fabio Estevam
2015-04-17 21:28 ` [PATCH v3 10/10] ARM: config: imx_v6_v7_defconfig add imx7d support Frank.Li
2015-04-18  6:39 ` [PATCH v3 00/10] Add Freescale i.mx7d support Stefan Wahren

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=1429306135-24695-1-git-send-email-Frank.Li@freescale.com \
    --to=frank.li@freescale.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=lznuaa@gmail.com \
    --cc=shawn.guo@linaro.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).