linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [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.
@ 2013-05-02  7:38 Jingchang Lu
  2013-05-02  7:38 ` [PATCH V2 1/2] ARM/MVF600: add Vybrid Family platform support Jingchang Lu
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Jingchang Lu @ 2013-05-02  7:38 UTC (permalink / raw)
  To: linux-arm-kernel

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

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

end of thread, other threads:[~2013-05-08 18:03 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-02  7:38 [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 Jingchang Lu
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

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