From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kumar Gala Subject: Re: [PATCH 0/8] qcom SCM updates Date: Wed, 17 Sep 2014 15:08:39 -0700 Message-ID: References: <1407202310-3359-1-git-send-email-sboyd@codeaurora.org> Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8BIT Return-path: Received: from smtp.codeaurora.org ([198.145.11.231]:45193 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755998AbaIQWIm convert rfc822-to-8bit (ORCPT ); Wed, 17 Sep 2014 18:08:42 -0400 In-Reply-To: <1407202310-3359-1-git-send-email-sboyd@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Stephen Boyd Cc: David Brown , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Lina Iyer On Aug 4, 2014, at 6:31 PM, Stephen Boyd wrote: > The SCM code in the mainline kernel is woefully out of data from what > is in the downstream msm kernels. Update the code to be at least > functionally correct and useful for features like cpuidle and > suspend. > > Olav Haugan (1): > msm: scm: Add logging of actual return code from scm call > > Saravana Kannan (1): > msm: scm: Add API to query for service/command availability. > > Stephen Boyd (5): > msm: scm: Fix incorrect cache invalidation > msm: scm: Get cacheline size from CTR > msm: scm: Add atomic SCM APIs > msm: scm: Add a feat version query API > msm: scm: Move the scm driver to drivers/soc/qcom > > Vikram Mulukutla (1): > msm: scm: Flush the command buffer only instead of the entire cache > > arch/arm/mach-qcom/Kconfig | 3 - > arch/arm/mach-qcom/Makefile | 4 +- > arch/arm/mach-qcom/scm-boot.c | 2 +- > drivers/soc/qcom/Kconfig | 2 + > drivers/soc/qcom/Makefile | 2 + > {arch/arm/mach-qcom => drivers/soc/qcom}/scm.c | 162 ++++++++++++++++++++++--- > {arch/arm/mach-qcom => include/soc/qcom}/scm.h | 8 +- > 7 files changed, 158 insertions(+), 25 deletions(-) > rename {arch/arm/mach-qcom => drivers/soc/qcom}/scm.c (62%) > rename {arch/arm/mach-qcom => include/soc/qcom}/scm.h (69%) I took patches 1-4,7-8. There are no immediate users for 5-6 at this time. - k -- Employee of Qualcomm Innovation Center, Inc. Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation From mboxrd@z Thu Jan 1 00:00:00 1970 From: galak@codeaurora.org (Kumar Gala) Date: Wed, 17 Sep 2014 15:08:39 -0700 Subject: [PATCH 0/8] qcom SCM updates In-Reply-To: <1407202310-3359-1-git-send-email-sboyd@codeaurora.org> References: <1407202310-3359-1-git-send-email-sboyd@codeaurora.org> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Aug 4, 2014, at 6:31 PM, Stephen Boyd wrote: > The SCM code in the mainline kernel is woefully out of data from what > is in the downstream msm kernels. Update the code to be at least > functionally correct and useful for features like cpuidle and > suspend. > > Olav Haugan (1): > msm: scm: Add logging of actual return code from scm call > > Saravana Kannan (1): > msm: scm: Add API to query for service/command availability. > > Stephen Boyd (5): > msm: scm: Fix incorrect cache invalidation > msm: scm: Get cacheline size from CTR > msm: scm: Add atomic SCM APIs > msm: scm: Add a feat version query API > msm: scm: Move the scm driver to drivers/soc/qcom > > Vikram Mulukutla (1): > msm: scm: Flush the command buffer only instead of the entire cache > > arch/arm/mach-qcom/Kconfig | 3 - > arch/arm/mach-qcom/Makefile | 4 +- > arch/arm/mach-qcom/scm-boot.c | 2 +- > drivers/soc/qcom/Kconfig | 2 + > drivers/soc/qcom/Makefile | 2 + > {arch/arm/mach-qcom => drivers/soc/qcom}/scm.c | 162 ++++++++++++++++++++++--- > {arch/arm/mach-qcom => include/soc/qcom}/scm.h | 8 +- > 7 files changed, 158 insertions(+), 25 deletions(-) > rename {arch/arm/mach-qcom => drivers/soc/qcom}/scm.c (62%) > rename {arch/arm/mach-qcom => include/soc/qcom}/scm.h (69%) I took patches 1-4,7-8. There are no immediate users for 5-6 at this time. - k -- Employee of Qualcomm Innovation Center, Inc. Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation