Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756232Ab3GOUhR (ORCPT ); Mon, 15 Jul 2013 16:37:17 -0400 Received: from smtp.codeaurora.org ([198.145.11.231]:44078 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754690Ab3GOUhN (ORCPT ); Mon, 15 Jul 2013 16:37:13 -0400 Message-ID: <51E45D77.3060500@codeaurora.org> Date: Mon, 15 Jul 2013 13:37:11 -0700 From: Rohit Vaswani User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: Rohit Vaswani CC: Grant Likely , Rob Herring , Rob Landley , Russell King , David Brown , Daniel Walker , Bryan Huntsman , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree-discuss@lists.ozlabs.org, linux-arm-msm@vger.kernel.org Subject: Re: [PATCH 0/4] Add SMP support for MSM8660, MSM8960 and MSM8974 References: <1372461962-17197-1-git-send-email-rvaswani@codeaurora.org> In-Reply-To: <1372461962-17197-1-git-send-email-rvaswani@codeaurora.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1915 Lines: 45 ping ? On 6/28/2013 4:25 PM, Rohit Vaswani wrote: > This series re-organizes the platsmp.c and adds SMP support for > MSM8660, MSM8960 and MSM8974. > We convert to using the cpus property in device tree and > add a "enable-method" property for arm32. > This helps select the appropriate release sequence for the > secondary cores based on the cpu. > > Rohit Vaswani (4): > ARM: msm: Remove pen_release usage > ARM: msm: Re-organize platsmp to make it extensible > ARM: msm: Add SMP support for 8960 > ARM: msm: Add support for 8974 SMP > > Documentation/devicetree/bindings/arm/cpus.txt | 9 + > Documentation/devicetree/bindings/arm/msm/kpss.txt | 16 ++ > Documentation/devicetree/bindings/arm/msm/scss.txt | 15 ++ > arch/arm/boot/dts/msm8660-surf.dts | 23 +- > arch/arm/boot/dts/msm8960-cdp.dts | 22 ++ > arch/arm/boot/dts/msm8974.dts | 23 ++ > arch/arm/mach-msm/board-dt-8974.c | 3 + > arch/arm/mach-msm/headsmp.S | 41 ---- > arch/arm/mach-msm/hotplug.c | 31 +-- > arch/arm/mach-msm/platsmp.c | 265 ++++++++++++++++----- > arch/arm/mach-msm/scm-boot.h | 8 +- > 11 files changed, 330 insertions(+), 126 deletions(-) > create mode 100644 Documentation/devicetree/bindings/arm/msm/kpss.txt > create mode 100644 Documentation/devicetree/bindings/arm/msm/scss.txt > delete mode 100644 arch/arm/mach-msm/headsmp.S > Thanks, Rohit Vaswani -- 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/