linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: b35083@freescale.com (Jingchang Lu)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V2 0/2] ARM/MVF600: add Freescale Vybrid Family platform and development board support This Vybird MVF600 family is a heterogeneous dual-core eMPU family combining the ARM Cortex-A5 and Corte-M4 cores. This SOC still shares some IPs with Iscale Vybrid Family SOC and Vybrid Tower development board.
Date: Thu, 2 May 2013 15:38:03 +0800	[thread overview]
Message-ID: <1367480285-26159-1-git-send-email-b35083@freescale.com> (raw)

Documentation/devicetree/bindings/clock/mvf600-clock.txt | 180 ++++++++
arch/arm/boot/dts/Makefile                               |   3 +-
arch/arm/boot/dts/mvf600-pinfunc.h                       | 816 +++++++++++++++++++++++++++++++++++
arch/arm/boot/dts/mvf600-twr.dts                         |  80 ++++
arch/arm/boot/dts/mvf600.dtsi                            | 426 ++++++++++++++++++
arch/arm/mach-imx/Kconfig                                |  15 +
arch/arm/mach-imx/Makefile                               |   3 +
arch/arm/mach-imx/clk-mvf.c                              | 406 +++++++++++++++++
arch/arm/mach-imx/common.h                               |   1 +
arch/arm/mach-imx/mach-mvf600.c                          | 118 +++++
arch/arm/mach-imx/pit.c                                  | 244 +++++++++++
11 files changed, 2291 insertions(+), 1 deletion(-)
create mode 100644 Documentation/devicetree/bindings/clock/mvf600-clock.txt
create mode 100644 arch/arm/boot/dts/mvf600-pinfunc.h
create mode 100644 arch/arm/boot/dts/mvf600-twr.dts
create mode 100644 arch/arm/boot/dts/mvf600.dtsi
create mode 100644 arch/arm/mach-imx/clk-mvf.c
create mode 100644 arch/arm/mach-imx/mach-mvf600.c
create mode 100644 arch/arm/mach-imx/pit.c

             reply	other threads:[~2013-05-02  7:38 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-02  7:38 Jingchang Lu [this message]
2013-05-02  7:38 ` [PATCH V2 1/2] ARM/MVF600: add Vybrid Family platform support Jingchang Lu
2013-05-02  8:52   ` Sascha Hauer
2013-05-02  9:20     ` Lu Jingchang-B35083
2013-05-02 16:53   ` Mike Turquette
2013-05-03  7:41   ` Shawn Guo
2013-05-08  7:26     ` Lu Jingchang-B35083
2013-05-08 14:38       ` Shawn Guo
2013-05-08 18:03   ` Russell King - ARM Linux
2013-05-02  7:38 ` [PATCH V2 2/2] ARM/DTS/MVF600: add basic device tree source for Vybrid Jingchang Lu
2013-05-02  8:56   ` Sascha Hauer
2013-05-06  2:38   ` Shawn Guo
2013-05-03  2:40 ` [PATCH V2 0/2] ARM/MVF600: add Freescale Vybrid Family platform and development board support This Vybird MVF600 family is a heterogeneous dual-core eMPU family combining the ARM Cortex-A5 and Corte-M4 cores. This SOC still shares some IPs with Iscale Vybrid Family SOC and Vybrid Tower development board 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=1367480285-26159-1-git-send-email-b35083@freescale.com \
    --to=b35083@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).