Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758861Ab3FDAUb (ORCPT ); Mon, 3 Jun 2013 20:20:31 -0400 Received: from smtp.codeaurora.org ([198.145.11.231]:55971 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758548Ab3FDAUM (ORCPT ); Mon, 3 Jun 2013 20:20:12 -0400 From: Rohit Vaswani To: Grant Likely , Rob Herring , Rob Landley , Russell King , David Brown , Daniel Walker , Bryan Huntsman Cc: Rohit Vaswani , 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 Message-Id: <1370305185-6450-1-git-send-email-rvaswani@codeaurora.org> X-Mailer: git-send-email 1.7.8.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1349 Lines: 29 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/