All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lina Iyer <lina.iyer@linaro.org>
To: Kumar Gala <galak@codeaurora.org>
Cc: sboyd@codeaurora.org, linux-arm-msm@vger.kernel.org,
	agross@codeaurora.org, linux-arm-kernel@lists.infradead.org,
	linux-pm@vger.kernel.org
Subject: Re: [PATCH 0/2] Add SCM warmboot support for QCOM SoCs
Date: Thu, 26 Feb 2015 15:20:35 -0700	[thread overview]
Message-ID: <20150226222035.GB1250@linaro.org> (raw)
In-Reply-To: <24986C4E-2DED-456F-A1D3-E52037540E01@codeaurora.org>

On Thu, Feb 26 2015 at 15:10 -0700, Kumar Gala wrote:
>
>On Feb 25, 2015, at 4:54 PM, Lina Iyer <lina.iyer@linaro.org> wrote:
>
>> Hi,
>>
>> These patches used to be part of my cpuidle patchset, think these can go in
>> independently.
>>
>> The patches do the following -
>>
>> 1. Add QCOM Secure Monitor specific enumeration for warm boot on qcom targets
>> 2. Add an API to set up the warmboot address. Consolidate the warm boot flags
>> into the implementation file
>>
>> Thanks,
>> Lina
>>
>> Lina Iyer (2):
>>  ARM: qcom: Add SCM warmboot flags for quad core targets.
>>  qcom: scm: Add scm_set_warm_boot_addr function
>>
>> arch/arm/mach-qcom/scm-boot.c | 38 ++++++++++++++++++++++++++++++++++++++
>> arch/arm/mach-qcom/scm-boot.h |  5 +++--
>> 2 files changed, 41 insertions(+), 2 deletions(-)
>
>Lina,
>
>Do you mind rebasing these patches on my recent SCM cleanup set.  You find it at:
>
>git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git qcom/scm-cleanup
>

Sure. As suggested by Kevin H, I will merge the two patches and rebase
on top yours and resubmit.


>thanks
>
>- k
>
>-- 
>Qualcomm Innovation Center, Inc.
>The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
>a Linux Foundation Collaborative Project
>

WARNING: multiple messages have this Message-ID (diff)
From: lina.iyer@linaro.org (Lina Iyer)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] Add SCM warmboot support for QCOM SoCs
Date: Thu, 26 Feb 2015 15:20:35 -0700	[thread overview]
Message-ID: <20150226222035.GB1250@linaro.org> (raw)
In-Reply-To: <24986C4E-2DED-456F-A1D3-E52037540E01@codeaurora.org>

On Thu, Feb 26 2015 at 15:10 -0700, Kumar Gala wrote:
>
>On Feb 25, 2015, at 4:54 PM, Lina Iyer <lina.iyer@linaro.org> wrote:
>
>> Hi,
>>
>> These patches used to be part of my cpuidle patchset, think these can go in
>> independently.
>>
>> The patches do the following -
>>
>> 1. Add QCOM Secure Monitor specific enumeration for warm boot on qcom targets
>> 2. Add an API to set up the warmboot address. Consolidate the warm boot flags
>> into the implementation file
>>
>> Thanks,
>> Lina
>>
>> Lina Iyer (2):
>>  ARM: qcom: Add SCM warmboot flags for quad core targets.
>>  qcom: scm: Add scm_set_warm_boot_addr function
>>
>> arch/arm/mach-qcom/scm-boot.c | 38 ++++++++++++++++++++++++++++++++++++++
>> arch/arm/mach-qcom/scm-boot.h |  5 +++--
>> 2 files changed, 41 insertions(+), 2 deletions(-)
>
>Lina,
>
>Do you mind rebasing these patches on my recent SCM cleanup set.  You find it at:
>
>git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git qcom/scm-cleanup
>

Sure. As suggested by Kevin H, I will merge the two patches and rebase
on top yours and resubmit.


>thanks
>
>- k
>
>-- 
>Qualcomm Innovation Center, Inc.
>The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
>a Linux Foundation Collaborative Project
>

  reply	other threads:[~2015-02-26 22:20 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-25 22:54 [PATCH 0/2] Add SCM warmboot support for QCOM SoCs Lina Iyer
2015-02-25 22:54 ` Lina Iyer
2015-02-25 22:54 ` [PATCH 1/2] ARM: qcom: Add SCM warmboot flags for quad core targets Lina Iyer
2015-02-25 22:54   ` Lina Iyer
2015-02-25 22:54 ` [PATCH 2/2] qcom: scm: Add scm_set_warm_boot_addr function Lina Iyer
2015-02-25 22:54   ` Lina Iyer
2015-02-26 18:47   ` Kevin Hilman
2015-02-26 18:47     ` Kevin Hilman
2015-02-27 20:00     ` Lina Iyer
2015-02-27 20:00       ` Lina Iyer
2015-02-26 22:10 ` [PATCH 0/2] Add SCM warmboot support for QCOM SoCs Kumar Gala
2015-02-26 22:10   ` Kumar Gala
2015-02-26 22:20   ` Lina Iyer [this message]
2015-02-26 22:20     ` Lina Iyer
2015-02-27 20:07     ` Lina Iyer
2015-02-27 20:07       ` Lina Iyer
2015-02-27 21:23       ` Kumar Gala
2015-02-27 21:23         ` Kumar Gala

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=20150226222035.GB1250@linaro.org \
    --to=lina.iyer@linaro.org \
    --cc=agross@codeaurora.org \
    --cc=galak@codeaurora.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.