linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] bring up pxa988 with DT
@ 2013-05-31  2:58 Neil Zhang
  2013-05-31  2:58 ` [PATCH v2] ARM: mmp: bring up pxa988 with device tree support Neil Zhang
  0 siblings, 1 reply; 13+ messages in thread
From: Neil Zhang @ 2013-05-31  2:58 UTC (permalink / raw)
  To: linux-arm-kernel

This patch is supposed to bring up pxa988 SMP.
will change to use CLOCKSOURCE later.

ChangeLog
V2:
1. use early_init call for handler init.
2. Add sanity check for maximum core count.

Neil Zhang (1):
  ARM: mmp: bring up pxa988 with device tree support

 arch/arm/boot/dts/pxa988-dkb.dts          |   36 ++++++
 arch/arm/boot/dts/pxa988.dtsi             |  189 +++++++++++++++++++++++++++++
 arch/arm/mach-mmp/Kconfig                 |   27 ++++
 arch/arm/mach-mmp/Makefile                |    2 +
 arch/arm/mach-mmp/common.c                |   11 ++-
 arch/arm/mach-mmp/common.h                |    2 +
 arch/arm/mach-mmp/headsmp.S               |  104 ++++++++++++++++
 arch/arm/mach-mmp/include/mach/addr-map.h |    6 +
 arch/arm/mach-mmp/mmpx-dt.c               |   74 +++++++++++
 arch/arm/mach-mmp/platsmp.c               |  167 +++++++++++++++++++++++++
 arch/arm/mach-mmp/reset.c                 |   68 ++++++++++
 arch/arm/mach-mmp/reset.h                 |   28 +++++
 drivers/clk/mmp/Makefile                  |    1 +
 13 files changed, 714 insertions(+), 1 deletions(-)
 create mode 100644 arch/arm/boot/dts/pxa988-dkb.dts
 create mode 100644 arch/arm/boot/dts/pxa988.dtsi
 create mode 100644 arch/arm/mach-mmp/headsmp.S
 create mode 100644 arch/arm/mach-mmp/mmpx-dt.c
 create mode 100644 arch/arm/mach-mmp/platsmp.c
 create mode 100644 arch/arm/mach-mmp/reset.c
 create mode 100644 arch/arm/mach-mmp/reset.h

-- 
1.7.4.1

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

end of thread, other threads:[~2013-06-28  2:15 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-31  2:58 [PATCH v2] bring up pxa988 with DT Neil Zhang
2013-05-31  2:58 ` [PATCH v2] ARM: mmp: bring up pxa988 with device tree support Neil Zhang
2013-05-31 11:24   ` Arnd Bergmann
2013-06-06  2:48     ` Neil Zhang
2013-06-06 16:26       ` Arnd Bergmann
2013-06-08  1:07         ` Chao Xie
2013-06-10  8:35           ` Arnd Bergmann
2013-06-14  9:15             ` Chao Xie
2013-06-14 12:56               ` Arnd Bergmann
2013-06-17  4:17                 ` Chao Xie
2013-06-17 21:34                   ` Arnd Bergmann
2013-06-20  0:55                     ` Chao Xie
2013-06-28  2:15                       ` Chao Xie

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