All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add SMP support for MSM8660 and MSM8960
@ 2013-06-04  0:19 Rohit Vaswani
  2013-06-04  0:19 ` [PATCH 1/3] msm: platsmp: Consolidate write to pen_release Rohit Vaswani
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Rohit Vaswani @ 2013-06-04  0:19 UTC (permalink / raw)
  To: Grant Likely, Rob Herring, Rob Landley, Russell King, David Brown,
	Daniel Walker, Bryan Huntsman
  Cc: Rohit Vaswani, linux-doc, linux-kernel, linux-arm-msm,
	devicetree-discuss

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

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

end of thread, other threads:[~2013-06-04 22:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-04  0:19 [PATCH 0/3] Add SMP support for MSM8660 and MSM8960 Rohit Vaswani
2013-06-04  0:19 ` [PATCH 1/3] msm: platsmp: Consolidate write to pen_release Rohit Vaswani
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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.