linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Frank.Li@freescale.com (Frank.Li at freescale.com)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/9] Add Freescale i.mx7d support
Date: Fri, 17 Apr 2015 03:17:31 +0800	[thread overview]
Message-ID: <1429211860-14438-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 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 (8):
  ARM: dts: add pinfunc include file 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           |  723 ++++++++++++++++++
 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, 4941 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-16 19:17 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-16 19:17 Frank.Li at freescale.com [this message]
2015-04-16 19:17 ` [PATCH v2 2/9] ARM: dts: add clock include file to support imx7d Frank.Li at freescale.com
2015-04-16 19:17 ` [PATCH v2 3/9] ARM: dts: add imx7d soc dtsi file Frank.Li at freescale.com
2015-04-16 20:15   ` Nathan Lynch
2015-04-17 20:53     ` Zhi Li
2015-04-16 19:17 ` [PATCH v2 4/9] pinctrl: add imx7d support Frank.Li at freescale.com
2015-04-16 19:44   ` Fabio Estevam
2015-04-16 19:17 ` [PATCH v2 5/9] ARM: imx: add msl support for imx7d Frank.Li at freescale.com
2015-04-17 23:04   ` Russell King - ARM Linux
2015-04-20 15:55     ` Zhi Li
2015-04-20 18:28       ` Robert Schwebel
2015-04-21  8:48       ` Russell King - ARM Linux
2015-04-16 19:17 ` [PATCH v2 6/9] ARM: imx: add gpt system timer " Frank.Li at freescale.com
2015-04-16 19:17 ` [PATCH v2 7/9] ARM: imx: add imx7d clk tree support Frank.Li at freescale.com
2015-04-16 19:17 ` [PATCH v2 8/9] arm: dts: add imx7d-sdb support Frank.Li at freescale.com
2015-04-16 19:43   ` Fabio Estevam
2015-04-16 19:17 ` [PATCH v2 9/9] ARM: config: imx_v6_v7_defconfig add imx7d support Frank.Li at freescale.com

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=1429211860-14438-1-git-send-email-Frank.Li@freescale.com \
    --to=frank.li@freescale.com \
    --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).