linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] ARM: add Freescale Vybrid family platform and development board support
@ 2013-04-12  6:57 Jingchang Lu
  2013-04-12  6:57 ` [PATCH 1/3] ARM/MVF600: add Vybrid Family platform support Jingchang Lu
  2013-04-12  6:57 ` [PATCH 2/3] ARM:DTS:MVF600: add basic device tree source Jingchang Lu
  0 siblings, 2 replies; 7+ messages in thread
From: Jingchang Lu @ 2013-04-12  6:57 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-04-21 13:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-12  6:57 [PATCH 0/3] ARM: add Freescale Vybrid family platform and development board support Jingchang Lu
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

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).