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, khilman@linaro.org
Subject: Re: [PATCH v4 0/3] firmware: qcom: scm: Add cpu power on/off support
Date: Fri, 13 Mar 2015 21:02:33 -0600 [thread overview]
Message-ID: <20150314030233.GK497@linaro.org> (raw)
In-Reply-To: <FF397312-A395-40ED-8FCF-E893E2849208@codeaurora.org>
On Fri, Mar 13 2015 at 18:52 -0600, Kumar Gala wrote:
>I’ve applied these to my ‘soc’ branch.
>
Great. Thank you.
-Lina.
>- k
>
>On Mar 13, 2015, at 12:16 PM, Lina Iyer <lina.iyer@linaro.org> wrote:
>
>> Kumar, Stephen, Andy,
>>
>> Any comments on this patchset?
>>
>> Thanks,
>> Lina
>>
>> On Mon, Mar 02 2015 at 16:30 -0700, Lina Iyer wrote:
>>> Hi,
>>>
>>> This series of patches adds SCM cold boot clean up and support for warm boot
>>> for QCOM quad core (and dual core) cpus.
>>>
>>> v4 Changes:
>>> - Added QCOM_SCM_CPU_DOWN_ prefix for L2 on/off enums, relocated them to be close
>>> to the function declaration.
>>>
>>> v3 Changes:
>>> - Addressed review comments from Kumar.
>>> + Cleaned up the cold boot api and the warm boot api to match
>>> + Uniform qcom_scm_ prefix
>>> - Add support for cpu power down using scm_call_atomic1() from [1].
>>> + No longer dependent on the series from sboyd.
>>>
>>> v2 Changes:
>>> - Merge the warm boot patches into a single patch.
>>>
>>> [1]. https://lkml.org/lkml/2014/8/4/765
>>>
>>> Thanks,
>>> Lina
>>>
>>> Lina Iyer (3):
>>> firmware: qcom: scm: Clean cold boot entry to export only the API
>>> firmware: qcom: scm: Add qcom_scm_set_warm_boot_addr function
>>> firmware: qcom: scm: Support cpu power down through SCM
>>>
>>> arch/arm/mach-qcom/platsmp.c | 21 +-----
>>> drivers/firmware/qcom_scm.c | 154 ++++++++++++++++++++++++++++++++++++++++++-
>>> include/linux/qcom_scm.h | 17 +++--
>>> 3 files changed, 163 insertions(+), 29 deletions(-)
>>>
>>> --
>>> 2.1.0
>>>
>
>--
>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 v4 0/3] firmware: qcom: scm: Add cpu power on/off support
Date: Fri, 13 Mar 2015 21:02:33 -0600 [thread overview]
Message-ID: <20150314030233.GK497@linaro.org> (raw)
In-Reply-To: <FF397312-A395-40ED-8FCF-E893E2849208@codeaurora.org>
On Fri, Mar 13 2015 at 18:52 -0600, Kumar Gala wrote:
>I?ve applied these to my ?soc? branch.
>
Great. Thank you.
-Lina.
>- k
>
>On Mar 13, 2015, at 12:16 PM, Lina Iyer <lina.iyer@linaro.org> wrote:
>
>> Kumar, Stephen, Andy,
>>
>> Any comments on this patchset?
>>
>> Thanks,
>> Lina
>>
>> On Mon, Mar 02 2015 at 16:30 -0700, Lina Iyer wrote:
>>> Hi,
>>>
>>> This series of patches adds SCM cold boot clean up and support for warm boot
>>> for QCOM quad core (and dual core) cpus.
>>>
>>> v4 Changes:
>>> - Added QCOM_SCM_CPU_DOWN_ prefix for L2 on/off enums, relocated them to be close
>>> to the function declaration.
>>>
>>> v3 Changes:
>>> - Addressed review comments from Kumar.
>>> + Cleaned up the cold boot api and the warm boot api to match
>>> + Uniform qcom_scm_ prefix
>>> - Add support for cpu power down using scm_call_atomic1() from [1].
>>> + No longer dependent on the series from sboyd.
>>>
>>> v2 Changes:
>>> - Merge the warm boot patches into a single patch.
>>>
>>> [1]. https://lkml.org/lkml/2014/8/4/765
>>>
>>> Thanks,
>>> Lina
>>>
>>> Lina Iyer (3):
>>> firmware: qcom: scm: Clean cold boot entry to export only the API
>>> firmware: qcom: scm: Add qcom_scm_set_warm_boot_addr function
>>> firmware: qcom: scm: Support cpu power down through SCM
>>>
>>> arch/arm/mach-qcom/platsmp.c | 21 +-----
>>> drivers/firmware/qcom_scm.c | 154 ++++++++++++++++++++++++++++++++++++++++++-
>>> include/linux/qcom_scm.h | 17 +++--
>>> 3 files changed, 163 insertions(+), 29 deletions(-)
>>>
>>> --
>>> 2.1.0
>>>
>
>--
>Qualcomm Innovation Center, Inc.
>The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
>a Linux Foundation Collaborative Project
>
next prev parent reply other threads:[~2015-03-14 3:02 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-02 23:30 [PATCH v4 0/3] firmware: qcom: scm: Add cpu power on/off support Lina Iyer
2015-03-02 23:30 ` Lina Iyer
2015-03-02 23:30 ` [PATCH v4 1/3] firmware: qcom: scm: Clean cold boot entry to export only the API Lina Iyer
2015-03-02 23:30 ` Lina Iyer
2015-03-02 23:30 ` [PATCH v4 2/3] firmware: qcom: scm: Add qcom_scm_set_warm_boot_addr function Lina Iyer
2015-03-02 23:30 ` Lina Iyer
2015-03-02 23:30 ` [PATCH v4 3/3] firmware: qcom: scm: Support cpu power down through SCM Lina Iyer
2015-03-02 23:30 ` Lina Iyer
2015-03-13 17:16 ` [PATCH v4 0/3] firmware: qcom: scm: Add cpu power on/off support Lina Iyer
2015-03-13 17:16 ` Lina Iyer
2015-03-14 0:52 ` Kumar Gala
2015-03-14 0:52 ` Kumar Gala
2015-03-14 3:02 ` Lina Iyer [this message]
2015-03-14 3:02 ` Lina Iyer
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=20150314030233.GK497@linaro.org \
--to=lina.iyer@linaro.org \
--cc=agross@codeaurora.org \
--cc=galak@codeaurora.org \
--cc=khilman@linaro.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.