linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: zhangwm@marvell.com (Neil Zhang)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/4] bring up pxa988 with DT
Date: Thu, 11 Apr 2013 11:37:39 +0800	[thread overview]
Message-ID: <1365651463-11502-1-git-send-email-zhangwm@marvell.com> (raw)

This patch sets do the following things:
1. add wakeup function for ICU.
2. move some common funciton declaration to common.h
3. bring up pxa988 with DT support

Chao Xie (1):
  ARM: mmp: add wakeup function for ICU

Neil Zhang (3):
  ARM: mmp: move function declaration to head file
  ARM: mmp: bring up pxa988 with device tree support
  ARM: mmp: add SMP support for pxa988

 .../devicetree/bindings/arm/mrvl/intc.txt          |    9 +
 arch/arm/boot/dts/pxa988-dkb.dts                   |   36 ++++
 arch/arm/boot/dts/pxa988.dtsi                      |  196 ++++++++++++++++++++
 arch/arm/mach-mmp/Kconfig                          |   25 +++
 arch/arm/mach-mmp/Makefile                         |    5 +
 arch/arm/mach-mmp/common.c                         |   11 +-
 arch/arm/mach-mmp/common.h                         |    5 +
 arch/arm/mach-mmp/headsmp.S                        |  104 +++++++++++
 arch/arm/mach-mmp/include/mach/addr-map.h          |    6 +
 arch/arm/mach-mmp/irq.c                            |   51 ++++-
 arch/arm/mach-mmp/mmp-dt.c                         |    3 -
 arch/arm/mach-mmp/mmp2-dt.c                        |    3 -
 arch/arm/mach-mmp/mmpx-dt.c                        |   80 ++++++++
 arch/arm/mach-mmp/platsmp.c                        |  170 +++++++++++++++++
 arch/arm/mach-mmp/reset.c                          |   66 +++++++
 arch/arm/mach-mmp/reset.h                          |   29 +++
 drivers/clk/mmp/Makefile                           |    1 +
 17 files changed, 783 insertions(+), 17 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

             reply	other threads:[~2013-04-11  3:37 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-11  3:37 Neil Zhang [this message]
2013-04-11  3:37 ` [PATCH 1/4] ARM: mmp: add wakeup function for ICU Neil Zhang
2013-04-13 12:50   ` Haojian Zhuang
2013-04-15 11:10     ` Neil Zhang
2013-04-16  1:55     ` Neil Zhang
2013-04-16 15:13       ` Haojian Zhuang
2013-04-11  3:37 ` [PATCH 2/4] ARM: mmp: move function declaration to head file Neil Zhang
2013-04-13 12:59   ` Haojian Zhuang
2013-04-15 11:09     ` Neil Zhang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1365651463-11502-1-git-send-email-zhangwm@marvell.com \
    --to=zhangwm@marvell.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).