devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Daniel Lezcano <daniel.lezcano@linaro.org>
To: Lina Iyer <lina.iyer@linaro.org>,
	khilman@linaro.org, sboyd@codeaurora.org, galak@codeaurora.org,
	linux-arm-msm@vger.kernel.org, linux-pm@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Cc: lorenzo.pieralisi@arm.com, msivasub@codeaurora.org,
	devicetree@vger.kernel.org, agross@codeaurora.org,
	Arnd Bergmann <arnd@arndb.de>
Subject: Re: [PATCH v18 04/11] ARM: cpuidle: Add cpuidle support for QCOM cpus
Date: Fri, 27 Mar 2015 18:58:25 +0100	[thread overview]
Message-ID: <55159A41.4010700@linaro.org> (raw)
In-Reply-To: <1427315136-44321-5-git-send-email-lina.iyer@linaro.org>

On 03/25/2015 09:25 PM, Lina Iyer wrote:
> Define ARM_QCOM_CPUIDLE config item to enable cpuidle support.
>
> Cc: Stephen Boyd <sboyd@codeaurora.org>
> Cc: Arnd Bergmann <arnd@arndb.de>
> Cc: Kevin Hilman <khilman@linaro.org>
> Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
> Signed-off-by: Lina Iyer <lina.iyer@linaro.org>

Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>

> ---
>   drivers/cpuidle/Kconfig.arm | 7 +++++++
>   1 file changed, 7 insertions(+)
>
> diff --git a/drivers/cpuidle/Kconfig.arm b/drivers/cpuidle/Kconfig.arm
> index 21340e0..325be7f 100644
> --- a/drivers/cpuidle/Kconfig.arm
> +++ b/drivers/cpuidle/Kconfig.arm
> @@ -74,3 +74,10 @@ config ARM_MVEBU_V7_CPUIDLE
>   	depends on ARCH_MVEBU && !ARM64
>   	help
>   	  Select this to enable cpuidle on Armada 370, 38x and XP processors.
> +
> +config ARM_QCOM_CPUIDLE
> +	bool "CPU Idle Driver for QCOM processors"
> +	depends on ARCH_QCOM
> +	select ARM_CPUIDLE
> +	help
> +	  Select this to enable cpuidle on QCOM processors.
>


-- 
  <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog

  parent reply	other threads:[~2015-03-27 17:58 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-25 20:25 [PATCH v18 00/11] ARM: qcom: cpuidle support for 8064, 8074, 8084 Lina Iyer
     [not found] ` <1427315136-44321-1-git-send-email-lina.iyer-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2015-03-25 20:25   ` [PATCH v18 01/11] ARM: qcom: Add Subsystem Power Manager (SPM) driver Lina Iyer
2015-03-27 16:22     ` Kumar Gala
2015-04-03 21:53     ` Kevin Hilman
2015-04-04 19:09       ` Lina Iyer
2015-04-09 16:58     ` Stephen Boyd
2015-04-09 17:04       ` Lina Iyer
2015-03-25 20:25   ` [PATCH v18 02/11] devicetree: bindings: Update qcom,saw2 node bindings Lina Iyer
2015-03-25 20:25 ` [PATCH v18 03/11] devicetree: bindings: Document qcom,idle-states Lina Iyer
2015-03-25 20:25 ` [PATCH v18 04/11] ARM: cpuidle: Add cpuidle support for QCOM cpus Lina Iyer
2015-03-27 16:22   ` Kumar Gala
2015-03-27 17:58   ` Daniel Lezcano [this message]
2015-03-25 20:25 ` [PATCH v18 05/11] ARM: dts: qcom: Add power-controller device node for 8074 Krait CPUs Lina Iyer
2015-03-25 20:25 ` [PATCH v18 06/11] ARM: dts: qcom: Add power-controller device node for 8084 " Lina Iyer
2015-03-25 20:25 ` [PATCH v18 07/11] ARM: dts: qcom: Update power-controller device node for 8064 " Lina Iyer
2015-03-25 20:25 ` [PATCH v18 08/11] ARM: dts: qcom: Add idle states device nodes for 8974/8074 Lina Iyer
2015-03-25 20:25 ` [PATCH v18 09/11] ARM: dts: qcom: Add idle states device nodes for 8084 Lina Iyer
2015-03-25 20:25 ` [PATCH v18 10/11] ARM: dts: qcom: Add idle state device nodes for 8064 Lina Iyer
2015-03-25 20:25 ` [PATCH v18 11/11] ARM: qcom: Update defconfig to enable cpuidle 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=55159A41.4010700@linaro.org \
    --to=daniel.lezcano@linaro.org \
    --cc=agross@codeaurora.org \
    --cc=arnd@arndb.de \
    --cc=devicetree@vger.kernel.org \
    --cc=galak@codeaurora.org \
    --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-pm@vger.kernel.org \
    --cc=lorenzo.pieralisi@arm.com \
    --cc=msivasub@codeaurora.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).