From: b35083@freescale.com (Jingchang Lu)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] ARM: add Freescale Vybrid family platform and development board support
Date: Fri, 12 Apr 2013 14:57:02 +0800 [thread overview]
Message-ID: <1365749825-20601-1-git-send-email-b35083@freescale.com> (raw)
Freescale Vybrid family microprocessors are built on
an asymmetrical-multiprocessing architecture using ARM Cortex-A5
and Cortex-M4. These series contain the support for MVF600 Soc and
Vybrid Tower development board.
----------------------------------------------------------------
Jingchang Lu (3):
ARM/MVF600: add Vybrid Family platform support
ARM:DTS:MVF600: add basic device tree source
pinctrl: add MVF pinctrl driver
Documentation/devicetree/bindings/pinctrl/fsl,mvf-pinctrl.txt | 825 ++++++++++++
arch/arm/boot/dts/imx-mvf600.dtsi | 442 +++++++
arch/arm/boot/dts/imx-mvf600twr.dts | 82 ++
arch/arm/mach-imx/Kconfig | 39 +
arch/arm/mach-imx/Makefile | 4 +
arch/arm/mach-imx/Makefile.boot | 4 +
arch/arm/mach-imx/clk-mvf.c | 320 +++++
arch/arm/mach-imx/common.h | 3 +
arch/arm/mach-imx/mach-mvf600.c | 121 ++
arch/arm/mach-imx/pit.c | 254 ++++
drivers/pinctrl/Kconfig | 8 +
drivers/pinctrl/Makefile | 1 +
drivers/pinctrl/pinctrl-mvf.c | 2042 +++++++++++++++++++++++++++++
13 files changed, 4145 insertions(+)
create mode 100644 Documentation/devicetree/bindings/pinctrl/fsl,mvf-pinctrl.txt
create mode 100644 arch/arm/boot/dts/imx-mvf600.dtsi
create mode 100644 arch/arm/boot/dts/imx-mvf600twr.dts
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
create mode 100644 drivers/pinctrl/pinctrl-mvf.c
next reply other threads:[~2013-04-12 6:57 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-12 6:57 Jingchang Lu [this message]
2013-04-12 6:57 ` [PATCH 1/3] ARM/MVF600: add Vybrid Family platform support Jingchang Lu
2013-04-12 11:29 ` Sascha Hauer
2013-04-21 13:50 ` Ed Nash
2013-04-12 6:57 ` [PATCH 2/3] ARM:DTS:MVF600: add basic device tree source Jingchang Lu
2013-04-12 11:39 ` Sascha Hauer
2013-04-12 11:48 ` Fabio Estevam
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=1365749825-20601-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).