mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Kumar Gala <galak@codeaurora.org>
To: arm@kernel.org
Cc: Kevin Hilman <khilman@linaro.org>, Arnd Bergmann <arnd@arndb.de>,
	linux-arm-msm <linux-arm-msm@vger.kernel.org>,
	linux-kernel@vger.kernel.org, Olof Johansson <olof@lixom.net>,
	linux-arm-kernel@lists.infradead.org,
	Lina Iyer <lina.iyer@linaro.org>,
	Stephen Boyd <sboyd@codeaurora.org>,
	Olav Haugan <ohaugan@codeaurora.org>,
	markivx@codeaurora.org
Subject: Re: [GIT PULL] qcom SoC changes for v3.18 (updated)
Date: Thu, 25 Sep 2014 17:33:15 -0500	[thread overview]
Message-ID: <D70B4C77-BA52-4F08-8D85-131E174348DF@codeaurora.org> (raw)
In-Reply-To: <A9208907-75E3-487C-B1CF-21AF3E3B5841@codeaurora.org>


On Sep 22, 2014, at 4:54 PM, Kumar Gala <galak@codeaurora.org> 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


  reply	other threads:[~2014-09-25 22:33 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-22 20:15 [GIT PULL] qcom SoC changes for v3.18 Kumar Gala
2014-09-22 21:54 ` [GIT PULL] qcom SoC changes for v3.18 (updated) Kumar Gala
2014-09-25 22:33   ` Kumar Gala [this message]
2014-10-01 14:41 ` [GIT PULL] qcom SoC changes for v3.18 Arnd Bergmann
2014-10-15  8:18   ` Kumar Gala
2014-10-16 17:52     ` Olof Johansson
2015-01-14 22:04     ` Andy Gross

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=D70B4C77-BA52-4F08-8D85-131E174348DF@codeaurora.org \
    --to=galak@codeaurora.org \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=khilman@linaro.org \
    --cc=lina.iyer@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=markivx@codeaurora.org \
    --cc=ohaugan@codeaurora.org \
    --cc=olof@lixom.net \
    --cc=sboyd@codeaurora.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome