devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V3 0/3] bring up pxa988 with DT
@ 2013-07-09  6:42 Neil Zhang
  2013-07-09  6:42 ` [PATCH V3 1/3] dts: change Marvell prefix to 'marvell' Neil Zhang
                   ` (2 more replies)
  0 siblings, 3 replies; 33+ messages in thread
From: Neil Zhang @ 2013-07-09  6:42 UTC (permalink / raw)
  To: grant.likely, haojian.zhuang, arnd, devicetree-discuss,
	linux-kernel, linux-arm-kernel
  Cc: Neil Zhang

This patch is supposed to bring up pxa988 SMP.

ChangeLog
V3:
1. change all Marvell prefix to 'marvell'
2. Support CLOCKSOURCE for mmp timer
3. Modify the bring up patch according to Arnd's comments.

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

Neil Zhang (3):
  dts: change Marvell prefix to 'marvell'
  clocksource: mmp: support CLOCKSOURCE OF DECLARE
  ARM: mmp: bring up pxa988 with device tree support

 .../devicetree/bindings/arm/mrvl/intc.txt          |   16 +-
 .../devicetree/bindings/arm/mrvl/mrvl.txt          |    6 +-
 .../devicetree/bindings/arm/mrvl/timer.txt         |    4 +-
 Documentation/devicetree/bindings/i2c/i2c-pxa.txt  |   14 +-
 .../devicetree/bindings/mmc/sdhci-pxa.txt          |    8 +-
 .../devicetree/bindings/rtc/sa1100-rtc.txt         |    4 +-
 .../devicetree/bindings/serial/mrvl-serial.txt     |    2 +-
 arch/arm/boot/dts/mmp2-brownstone.dts              |    2 +-
 arch/arm/boot/dts/mmp2.dtsi                        |   56 +++---
 arch/arm/boot/dts/pxa168-aspenite.dts              |    2 +-
 arch/arm/boot/dts/pxa168.dtsi                      |   24 ++--
 arch/arm/boot/dts/pxa2xx.dtsi                      |   16 +-
 arch/arm/boot/dts/pxa3xx.dtsi                      |    2 +-
 arch/arm/boot/dts/pxa910-dkb.dts                   |    2 +-
 arch/arm/boot/dts/pxa910.dtsi                      |   27 ++--
 .../dts/{pxa168-aspenite.dts => pxa988-dkb.dts}    |   12 +-
 arch/arm/boot/dts/pxa988.dtsi                      |  190 ++++++++++++++++++++
 arch/arm/mach-mmp/Kconfig                          |   18 ++
 arch/arm/mach-mmp/Makefile                         |    1 +
 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/irq.c                            |   16 +-
 arch/arm/mach-mmp/mmp-dt.c                         |   33 ++--
 arch/arm/mach-mmp/mmp2-dt.c                        |   60 +++++-
 arch/arm/mach-mmp/platsmp.c                        |  167 +++++++++++++++++
 arch/arm/mach-mmp/reset.c                          |   66 +++++++
 arch/arm/mach-mmp/reset.h                          |   29 +++
 arch/arm/mach-mmp/time.c                           |   15 +--
 arch/arm/mach-pxa/pxa-dt.c                         |   14 +-
 drivers/clk/mmp/Makefile                           |    1 +
 drivers/i2c/busses/i2c-pxa.c                       |   10 +-
 drivers/mmc/host/sdhci-pxav2.c                     |    4 +-
 drivers/mmc/host/sdhci-pxav3.c                     |    4 +-
 drivers/rtc/rtc-sa1100.c                           |    4 +-
 drivers/tty/serial/pxa.c                           |    4 +-
 37 files changed, 788 insertions(+), 168 deletions(-)
 copy arch/arm/boot/dts/{pxa168-aspenite.dts => pxa988-dkb.dts} (74%)
 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/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] 33+ messages in thread

end of thread, other threads:[~2013-07-17 13:37 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-09  6:42 [PATCH V3 0/3] bring up pxa988 with DT Neil Zhang
2013-07-09  6:42 ` [PATCH V3 1/3] dts: change Marvell prefix to 'marvell' Neil Zhang
     [not found]   ` <1373352166-10064-2-git-send-email-zhangwm-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>
2013-07-09 12:49     ` Jason Cooper
2013-07-10  7:25       ` Neil Zhang
2013-07-10 12:20         ` Jason Cooper
2013-07-10 14:41           ` Daniel Drake
2013-07-10  8:19       ` Haojian Zhuang
2013-07-10 12:24         ` Jason Cooper
2013-07-10 14:08           ` Haojian Zhuang
     [not found]             ` <CAN1soZzMvront1-jcBW6-uRKNs0OZNGnmiOjKGZSM28bViB_8A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-07-10 21:50               ` Jason Cooper
2013-07-11 23:54                 ` Haojian Zhuang
2013-07-12 15:10                   ` Daniel Drake
2013-07-12 15:57                     ` Jason Cooper
2013-07-12 16:05                       ` Daniel Drake
2013-07-12 16:14                         ` Jason Cooper
     [not found]                     ` <CAMLZHHQGZvDssY-YxQ3ZW8FYhpG-H1-VbokOid33socRSPrMNw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-07-13  0:35                       ` Haojian Zhuang
     [not found]                         ` <CAN1soZzQz8PaHOwNf-Ec6G=ahhx_P8gaaX4fQnpX-Mqrepk_7g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-07-13 14:30                           ` Daniel Drake
     [not found]                 ` <20130710215041.GR11908-u4khhh1J0LxI1Ri9qeTfzeTW4wlIGRCZ@public.gmane.org>
2013-07-13 19:56                   ` Olof Johansson
2013-07-15  4:39                     ` Jason Cooper
2013-07-10 20:50       ` Matt Sealey
2013-07-10 21:49         ` Jason Cooper
2013-07-11 11:20           ` Neil Zhang
2013-07-14 19:29             ` Arnd Bergmann
     [not found]               ` <201307142129.43271.arnd-r2nGTMty4D4@public.gmane.org>
2013-07-17 13:37                 ` Neil Zhang
2013-07-09  6:42 ` [PATCH V3 2/3] clocksource: mmp: support CLOCKSOURCE OF DECLARE Neil Zhang
2013-07-09 16:14   ` Thomas Petazzoni
2013-07-09 21:16     ` Arnd Bergmann
2013-07-10  5:58       ` Haojian Zhuang
2013-07-11 11:23         ` Neil Zhang
2013-07-11 23:51           ` Haojian Zhuang
2013-07-09  6:42 ` [PATCH V3 3/3] ARM: mmp: bring up pxa988 with device tree support Neil Zhang
2013-07-09 22:05   ` Arnd Bergmann
2013-07-11 11:35     ` Neil Zhang

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