All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lina Iyer <lina.iyer@linaro.org>
To: Kumar Gala <galak@codeaurora.org>
Cc: olof@lixom.net, arnd@arndb.de, daniel.lezcano@linaro.org,
	khilman@linaro.org, sboyd@codeaurora.org,
	linux-arm-msm@vger.kernel.org, linux-pm@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, msivasub@codeaurora.org,
	agross@codeaurora.org
Subject: Re: [PATCH v19 0/3] ARM: qcom: cpuidle support for 8064, 8074, 8084
Date: Tue, 28 Apr 2015 13:58:09 -0600	[thread overview]
Message-ID: <20150428195809.GA424@linaro.org> (raw)
In-Reply-To: <D3466AA5-C5E9-4A5E-9EA7-CDD3938A2CCA@codeaurora.org>

On Tue, Apr 28 2015 at 13:32 -0600, Kumar Gala wrote:
>
>> On Apr 9, 2015, at 2:20 PM, Lina Iyer <lina.iyer@linaro.org> wrote:
>>
>> Hi,
>>
>> This patchset adds acks and reviewed-by tags to the SPM driver and updates the
>> defconfig files to enable cpuidle support on the v18 rev of the patchset [1].
>>
>> The dependencies for these changes are
>> - SCM and device tree changes for QCOM SoCs [2], [4].
>> - cpuidle framework changes [3]
>>
>> Changes since v18:
>> + Add commit tags to SPM driver
>> + Update qcom_defconfig to enable cpuidle support
>> + Update multi_v7_defconfig to enable cpuidle support
>>
>> Thanks,
>> Lina
>>
>> [1]. http://lists.infradead.org/pipermail/linux-arm-kernel/2015-March/333521.html
>> [2]. https://lkml.org/lkml/2015/3/27/599
>> [3]. https://lkml.org/lkml/2015/3/25/117
>> [4]. https://lkml.org/lkml/2015/1/19/483
>>
>> Lina Iyer (3):
>>  ARM: qcom: Add Subsystem Power Manager (SPM) driver
>>  ARM: config: Update qcom_defconfig to enable cpuidle
>>  ARM: config: multi_v7: Update to enable cpuidle for QCOM SoCs
>>
>> arch/arm/configs/multi_v7_defconfig |   2 +
>> arch/arm/configs/qcom_defconfig     |   2 +
>> drivers/soc/qcom/Kconfig            |   7 +
>> drivers/soc/qcom/Makefile           |   1 +
>> drivers/soc/qcom/spm.c              | 385 ++++++++++++++++++++++++++++++++++++
>> 5 files changed, 397 insertions(+)
>> create mode 100644 drivers/soc/qcom/spm.c
>
>Applied.
Thank you so much.

>
>I’ve updated the Kconfig to only be built on ARM32 for now.
>
Sounds good.

Thanks,
Lina

WARNING: multiple messages have this Message-ID (diff)
From: lina.iyer@linaro.org (Lina Iyer)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v19 0/3] ARM: qcom: cpuidle support for 8064, 8074, 8084
Date: Tue, 28 Apr 2015 13:58:09 -0600	[thread overview]
Message-ID: <20150428195809.GA424@linaro.org> (raw)
In-Reply-To: <D3466AA5-C5E9-4A5E-9EA7-CDD3938A2CCA@codeaurora.org>

On Tue, Apr 28 2015 at 13:32 -0600, Kumar Gala wrote:
>
>> On Apr 9, 2015, at 2:20 PM, Lina Iyer <lina.iyer@linaro.org> wrote:
>>
>> Hi,
>>
>> This patchset adds acks and reviewed-by tags to the SPM driver and updates the
>> defconfig files to enable cpuidle support on the v18 rev of the patchset [1].
>>
>> The dependencies for these changes are
>> - SCM and device tree changes for QCOM SoCs [2], [4].
>> - cpuidle framework changes [3]
>>
>> Changes since v18:
>> + Add commit tags to SPM driver
>> + Update qcom_defconfig to enable cpuidle support
>> + Update multi_v7_defconfig to enable cpuidle support
>>
>> Thanks,
>> Lina
>>
>> [1]. http://lists.infradead.org/pipermail/linux-arm-kernel/2015-March/333521.html
>> [2]. https://lkml.org/lkml/2015/3/27/599
>> [3]. https://lkml.org/lkml/2015/3/25/117
>> [4]. https://lkml.org/lkml/2015/1/19/483
>>
>> Lina Iyer (3):
>>  ARM: qcom: Add Subsystem Power Manager (SPM) driver
>>  ARM: config: Update qcom_defconfig to enable cpuidle
>>  ARM: config: multi_v7: Update to enable cpuidle for QCOM SoCs
>>
>> arch/arm/configs/multi_v7_defconfig |   2 +
>> arch/arm/configs/qcom_defconfig     |   2 +
>> drivers/soc/qcom/Kconfig            |   7 +
>> drivers/soc/qcom/Makefile           |   1 +
>> drivers/soc/qcom/spm.c              | 385 ++++++++++++++++++++++++++++++++++++
>> 5 files changed, 397 insertions(+)
>> create mode 100644 drivers/soc/qcom/spm.c
>
>Applied.
Thank you so much.

>
>I?ve updated the Kconfig to only be built on ARM32 for now.
>
Sounds good.

Thanks,
Lina

  reply	other threads:[~2015-04-28 19:58 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-09 19:20 [PATCH v19 0/3] ARM: qcom: cpuidle support for 8064, 8074, 8084 Lina Iyer
2015-04-09 19:20 ` Lina Iyer
2015-04-09 19:20 ` [PATCH v19 1/3] ARM: qcom: Add Subsystem Power Manager (SPM) driver Lina Iyer
2015-04-09 19:20   ` Lina Iyer
2015-04-09 19:20 ` [PATCH v19 2/3] ARM: config: Update qcom_defconfig to enable cpuidle Lina Iyer
2015-04-09 19:20   ` Lina Iyer
2015-04-09 19:20 ` [PATCH v19 3/3] ARM: config: multi_v7: Update to enable cpuidle for QCOM SoCs Lina Iyer
2015-04-09 19:20   ` Lina Iyer
2015-04-28 19:32 ` [PATCH v19 0/3] ARM: qcom: cpuidle support for 8064, 8074, 8084 Kumar Gala
2015-04-28 19:32   ` Kumar Gala
2015-04-28 19:58   ` Lina Iyer [this message]
2015-04-28 19:58     ` 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=20150428195809.GA424@linaro.org \
    --to=lina.iyer@linaro.org \
    --cc=agross@codeaurora.org \
    --cc=arnd@arndb.de \
    --cc=daniel.lezcano@linaro.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=msivasub@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 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.