public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] Add initial Freescale Vybrid MVF600 support
@ 2013-05-16  6:10 Jingchang Lu
  2013-05-16  6:10 ` [PATCH v3 1/4] ARM: imx: add MVF600 clock support Jingchang Lu
                   ` (3 more replies)
  0 siblings, 4 replies; 19+ messages in thread
From: Jingchang Lu @ 2013-05-16  6:10 UTC (permalink / raw)
  To: linux-arm-kernel

Vybird MVF600 is a heterogeneous dual-core eMPU using ARM Cortex-A5 and
Cortex-M4 cores. The kernel are implemented on the Cortex-A5 core.
The core is different with current I.MX serial. However, This SOC
still shares some IPs with I.MX serials, such as FEC, ESDHC, WATCHDOG,
I2C, ASRC and ESAI, This SOC also shares some IPs with ColdFire platform,
such as eDMA and DSPI. And this SOC still have its own IPs such as PIT,
SAI, UART, QuadSPI and DCU.

Jingchang Lu (4):
  ARM: imx: add MVF600 clock support
  ARM: imx: add initial support for MVF600
  ARM: dts: add SoC level device tree source for MVF600
  ARM: dts: add initial MVF600 Tower board dts support

 Documentation/devicetree/bindings/clock/mvf600-clock.txt |  26 ++
 arch/arm/boot/dts/Makefile                               |   3 +-
 arch/arm/boot/dts/mvf600-pinfunc.h                       | 810 +++++++++++++++++++++++++++++++++++
 arch/arm/boot/dts/mvf600-twr.dts                         | 108 +++++
 arch/arm/boot/dts/mvf600.dtsi                            | 475 ++++++++++++++++++++
 arch/arm/mach-imx/Kconfig                                |  15 +
 arch/arm/mach-imx/Makefile                               |   2 +
 arch/arm/mach-imx/clk-mvf600.c                           | 322 ++++++++++++++
 arch/arm/mach-imx/common.h                               |   1 +
 arch/arm/mach-imx/mach-mvf600.c                          |  70 +++
 include/dt-bindings/clock/mvf600-clock.h                 | 163 +++++++
 11 files changed, 1994 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-mvf600.c
 create mode 100644 arch/arm/mach-imx/mach-mvf600.c
 create mode 100644 include/dt-bindings/clock/mvf600-clock.h

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

end of thread, other threads:[~2013-05-21  2:17 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-16  6:10 [PATCH v3 0/4] Add initial Freescale Vybrid MVF600 support Jingchang Lu
2013-05-16  6:10 ` [PATCH v3 1/4] ARM: imx: add MVF600 clock support Jingchang Lu
2013-05-16  6:10 ` [PATCH v3 2/4] ARM: imx: add initial support for MVF600 Jingchang Lu
2013-05-16 10:29   ` Arnd Bergmann
2013-05-17  8:57     ` Shawn Guo
2013-05-17 12:29       ` Arnd Bergmann
2013-05-17 12:31         ` Arnd Bergmann
2013-05-17 13:06         ` Shawn Guo
2013-05-17 13:17           ` Arnd Bergmann
2013-05-17 13:54             ` Shawn Guo
2013-05-21  2:17             ` Shawn Guo
2013-05-17  9:08   ` Shawn Guo
2013-05-18  1:27   ` Shawn Guo
2013-05-16  6:10 ` [PATCH v3 3/4] ARM: dts: add SoC level device tree source " Jingchang Lu
2013-05-19 14:14   ` Shawn Guo
2013-05-16  6:10 ` [PATCH v3 4/4] ARM: dts: add initial MVF600 Tower board dts support Jingchang Lu
2013-05-19 15:29   ` Shawn Guo
2013-05-20  5:01     ` Lu Jingchang-B35083
2013-05-20  5:53       ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox