From: Rohit Vaswani <rvaswani@codeaurora.org>
To: Grant Likely <grant.likely@linaro.org>,
Rob Herring <rob.herring@calxeda.com>,
Rob Landley <rob@landley.net>,
Russell King <linux@arm.linux.org.uk>,
David Brown <davidb@codeaurora.org>,
Daniel Walker <dwalker@fifo99.com>,
Bryan Huntsman <bryanh@codeaurora.org>
Cc: Rohit Vaswani <rvaswani@codeaurora.org>,
linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-msm@vger.kernel.org,
devicetree-discuss@lists.ozlabs.org
Subject: [PATCH 0/3] Add SMP support for MSM8660 and MSM8960
Date: Mon, 3 Jun 2013 17:19:42 -0700 [thread overview]
Message-ID: <1370305185-6450-1-git-send-email-rvaswani@codeaurora.org> (raw)
This series re-organizes the platsmp.c and adds SMP support for
MSM8660 and MSM8960. We convert to using the cpus property in
device tree and add a "enable-method" property for arm32.
Rohit Vaswani (3):
msm: platsmp: Consolidate write to pen_release
ARM: msm: Re-organize platsmp to make it extensible
ARM: msm: Add SMP support for 8960
Documentation/devicetree/bindings/arm/cpus.txt | 8 +
Documentation/devicetree/bindings/arm/msm/kpss.txt | 16 ++
Documentation/devicetree/bindings/arm/msm/scss.txt | 15 ++
arch/arm/boot/dts/msm8660-surf.dts | 21 +++
arch/arm/boot/dts/msm8960-cdp.dts | 22 +++
arch/arm/mach-msm/platsmp.c | 165 ++++++++++++++++---
arch/arm/mach-msm/scm-boot.h | 8 +-
7 files changed, 226 insertions(+), 29 deletions(-)
create mode 100644 Documentation/devicetree/bindings/arm/msm/kpss.txt
create mode 100644 Documentation/devicetree/bindings/arm/msm/scss.txt
--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation
next reply other threads:[~2013-06-04 0:19 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-04 0:19 Rohit Vaswani [this message]
2013-06-04 0:19 ` [PATCH 2/3] ARM: msm: Re-organize platsmp to make it extensible Rohit Vaswani
2013-06-04 9:32 ` Russell King - ARM Linux
2013-06-04 22:52 ` Rohit Vaswani
2013-06-04 0:19 ` [PATCH 3/3] ARM: msm: Add SMP support for 8960 Rohit Vaswani
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=1370305185-6450-1-git-send-email-rvaswani@codeaurora.org \
--to=rvaswani@codeaurora.org \
--cc=bryanh@codeaurora.org \
--cc=davidb@codeaurora.org \
--cc=devicetree-discuss@lists.ozlabs.org \
--cc=dwalker@fifo99.com \
--cc=grant.likely@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=rob.herring@calxeda.com \
--cc=rob@landley.net \
/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).