Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932171AbaBRQk1 (ORCPT ); Tue, 18 Feb 2014 11:40:27 -0500 Received: from smtp.codeaurora.org ([198.145.11.231]:46837 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932127AbaBRQkY convert rfc822-to-8bit (ORCPT ); Tue, 18 Feb 2014 11:40:24 -0500 Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) Subject: Re: [GIT PULL] qcom SoC changes for v3.15 From: Kumar Gala In-Reply-To: Date: Tue, 18 Feb 2014 10:40:18 -0600 Cc: Kevin Hilman , Arnd Bergmann , linux-arm-msm , linux-kernel@vger.kernel.org, Rohit Vaswani , Olof Johansson , David Brown , linux-arm-kernel@lists.infradead.org Content-Transfer-Encoding: 8BIT Message-Id: <5F62C529-4D77-4D33-A546-4780B50CE24C@codeaurora.org> References: To: arm@kernel.org X-Mailer: Apple Mail (2.1827) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Feb 11, 2014, at 3:19 PM, Kumar Gala wrote: > The following changes since commit cf1e8f0cd665e2a9966d2bee4e11ecc0938ff166: > > ARM: qcom: Rename various msm prefixed functions to qcom (2014-02-06 16:20:41 -0600) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git tags/qcom-soc-for-3.15 > > for you to fetch changes up to 6990c132abc984bd6e75ac2be1f1d657cd600f63: > > ARM: qcom: Add SMP support for KPSSv2 (2014-02-11 15:00:40 -0600) > > ---------------------------------------------------------------- > Qualcomm ARM Based SoC Updates for v3.15 > > * Add support for determining smp ops based on device tree. > * Add DT binding specs for Krait/Scorpion enable method > * Add DT binding specs for various Krait Processor controller complexes > * Add SoC SMP support for Krait Processor Subsystem v1 & v2 > > ---------------------------------------------------------------- > Rohit Vaswani (4): > ARM: qcom: Re-organize platsmp to make it extensible > devicetree: bindings: Document Krait/Scorpion cpus and enable-method > ARM: qcom: Add SMP support for KPSSv1 > ARM: qcom: Add SMP support for KPSSv2 > > Stephen Boyd (3): > ARM: Introduce CPU_METHOD_OF_DECLARE() for cpu hotplug/smp > devicetree: bindings: Document qcom,kpss-acc > devicetree: bindings: Document qcom,saw2 node > > Documentation/devicetree/bindings/arm/cpus.txt | 25 +- > .../devicetree/bindings/arm/msm/qcom,kpss-acc.txt | 30 ++ > .../devicetree/bindings/arm/msm/qcom,saw2.txt | 35 +++ > arch/arm/include/asm/smp.h | 9 + > arch/arm/kernel/devtree.c | 40 +++ > arch/arm/mach-msm/common.h | 2 - > arch/arm/mach-qcom/board.c | 14 - > arch/arm/mach-qcom/platsmp.c | 341 ++++++++++++++++++--- > arch/arm/mach-qcom/scm-boot.h | 8 +- > include/asm-generic/vmlinux.lds.h | 10 + > 10 files changed, 444 insertions(+), 70 deletions(-) > create mode 100644 Documentation/devicetree/bindings/arm/msm/qcom,kpss-acc.txt > create mode 100644 Documentation/devicetree/bindings/arm/msm/qcom,saw2.txt > > ? ping - k -- Employee of Qualcomm Innovation Center, Inc. Qualcomm Innovation Center, Inc. is a member of 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/