From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752602AbaIYWdT (ORCPT ); Thu, 25 Sep 2014 18:33:19 -0400 Received: from smtp.codeaurora.org ([198.145.11.231]:44067 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752482AbaIYWdS convert rfc822-to-8bit (ORCPT ); Thu, 25 Sep 2014 18:33:18 -0400 Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: [GIT PULL] qcom SoC changes for v3.18 (updated) From: Kumar Gala In-Reply-To: Date: Thu, 25 Sep 2014 17:33:15 -0500 Cc: Kevin Hilman , Arnd Bergmann , linux-arm-msm , linux-kernel@vger.kernel.org, Olof Johansson , linux-arm-kernel@lists.infradead.org, Lina Iyer , Stephen Boyd , Olav Haugan , markivx@codeaurora.org Content-Transfer-Encoding: 8BIT Message-Id: References: To: arm@kernel.org X-Mailer: Apple Mail (2.1878.6) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sep 22, 2014, at 4:54 PM, Kumar Gala wrote: > [ some how scm-boot.c got dropped, fixed now ] > > The following changes since commit 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9: > > Linux 3.17-rc1 (2014-08-16 10:40:26 -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.18 > > for you to fetch changes up to 6d42c5c5ce79b20139eec15dc359dfbcda3b3557: > > ARM: qcom: Move scm-boot files to drivers/soc and include/soc (2014-09-22 16:49:13 -0500) > > ---------------------------------------------------------------- > Qualcomm ARM Based SoC Updates for v3.18 > > * Moved scm support into drivers/soc/qcom (allows for use by drivers) > * Various bug fixes and minor feature additions to scm code > * Added big-endian support to debug MSM uart > > ---------------------------------------------------------------- > Lina Iyer (2): > ARM: qcom: Add SCM warmboot flags for quad core targets. > ARM: qcom: Move scm-boot files to drivers/soc and include/soc > > Olav Haugan (1): > ARM: qcom: scm: Add logging of actual return code from scm call > > Stephen Boyd (6): > ARM: debug: Update MSM and QCOM DEBUG_LL help > ARM: debug: msm: Support big-endian CPUs > ARM: qcom: scm: Fix incorrect cache invalidation > ARM: qcom: scm: Get cacheline size from CTR > ARM: qcom: scm: Move the scm driver to drivers/soc/qcom > ARM: qcom: scm: Add atomic SCM APIs > > Vikram Mulukutla (1): > ARM: qcom: scm: Flush the command buffer only instead of the entire cache > > arch/arm/Kconfig.debug | 5 +- > arch/arm/include/debug/msm.S | 6 + > arch/arm/mach-qcom/Kconfig | 3 - > arch/arm/mach-qcom/Makefile | 3 - > arch/arm/mach-qcom/platsmp.c | 2 +- > drivers/soc/qcom/Kconfig | 2 + > drivers/soc/qcom/Makefile | 2 + > .../arm/mach-qcom => drivers/soc/qcom}/scm-boot.c | 4 +- > {arch/arm/mach-qcom => drivers/soc/qcom}/scm.c | 131 ++++++++++++++++++--- > .../arm/mach-qcom => include/soc/qcom}/scm-boot.h | 2 + > {arch/arm/mach-qcom => include/soc/qcom}/scm.h | 5 +- > 11 files changed, 137 insertions(+), 28 deletions(-) > rename {arch/arm/mach-qcom => drivers/soc/qcom}/scm-boot.c (95%) > rename {arch/arm/mach-qcom => drivers/soc/qcom}/scm.c (67%) > rename {arch/arm/mach-qcom => include/soc/qcom}/scm-boot.h (92%) > rename {arch/arm/mach-qcom => include/soc/qcom}/scm.h (80%) > — ping. - k -- Employee of Qualcomm Innovation Center, Inc. Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation