All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andy Gross <agross@codeaurora.org>
To: Lina Iyer <lina.iyer@linaro.org>
Cc: linux-arm-kernel@lists.infradead.org,
	linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
	linux-pm@vger.kernel.org, msivasub@codeaurora.org,
	sboyd@codeaurora.org, robh@kernel.org
Subject: Re: [PATCH RFC 06/10] drivers: qcom: Enable genpd on selecting QCOM_PM
Date: Wed, 5 Aug 2015 11:38:37 -0500	[thread overview]
Message-ID: <20150805163837.GB14198@qualcomm.com> (raw)
In-Reply-To: <1438792366-2737-7-git-send-email-lina.iyer@linaro.org>

On Wed, Aug 05, 2015 at 10:32:42AM -0600, Lina Iyer wrote:
> Enable PM_CPU_DOMAIN and its PM_GENERIC_DOMAINS dependenciesd to provide
> cpu domain support for QCOM SoCs.

Fix dependencies <sic>

> 
> Signed-off-by: Lina Iyer <lina.iyer@linaro.org>
> ---
>  drivers/soc/qcom/Kconfig | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig
> index ba47b70..b6c2e5d 100644
> --- a/drivers/soc/qcom/Kconfig
> +++ b/drivers/soc/qcom/Kconfig
> @@ -14,6 +14,10 @@ config QCOM_PM
>  	bool "Qualcomm Power Management"
>  	depends on ARCH_QCOM && !ARM64
>  	select QCOM_SCM
> +	select ARM_CPU_SUSPEND
> +	select PM_GENERIC_DOMAINS
> +	select PM_GENERIC_DOMAINS_SLEEP
> +	select PM_GENERIC_DOMAINS_OF
>  	help
>  	  QCOM Platform specific power driver to manage cores and L2 low power
>  	  modes. It interface with various system drivers to put the cores in
> -- 
> 2.1.4
> 

-- 
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: agross@codeaurora.org (Andy Gross)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH RFC 06/10] drivers: qcom: Enable genpd on selecting QCOM_PM
Date: Wed, 5 Aug 2015 11:38:37 -0500	[thread overview]
Message-ID: <20150805163837.GB14198@qualcomm.com> (raw)
In-Reply-To: <1438792366-2737-7-git-send-email-lina.iyer@linaro.org>

On Wed, Aug 05, 2015 at 10:32:42AM -0600, Lina Iyer wrote:
> Enable PM_CPU_DOMAIN and its PM_GENERIC_DOMAINS dependenciesd to provide
> cpu domain support for QCOM SoCs.

Fix dependencies <sic>

> 
> Signed-off-by: Lina Iyer <lina.iyer@linaro.org>
> ---
>  drivers/soc/qcom/Kconfig | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig
> index ba47b70..b6c2e5d 100644
> --- a/drivers/soc/qcom/Kconfig
> +++ b/drivers/soc/qcom/Kconfig
> @@ -14,6 +14,10 @@ config QCOM_PM
>  	bool "Qualcomm Power Management"
>  	depends on ARCH_QCOM && !ARM64
>  	select QCOM_SCM
> +	select ARM_CPU_SUSPEND
> +	select PM_GENERIC_DOMAINS
> +	select PM_GENERIC_DOMAINS_SLEEP
> +	select PM_GENERIC_DOMAINS_OF
>  	help
>  	  QCOM Platform specific power driver to manage cores and L2 low power
>  	  modes. It interface with various system drivers to put the cores in
> -- 
> 2.1.4
> 

-- 
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-08-05 16:38 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <438731339-58317-1-git-send-email-lina.iyer@linaro.org>
2015-08-05 16:32 ` [PATCH RFC 00/10] qcom: 8084: Cluster idle support Lina Iyer
2015-08-05 16:32   ` Lina Iyer
2015-08-05 16:32   ` [PATCH RFC 01/10] drivers: qcom: spm: Support cache SPMs Lina Iyer
2015-08-05 16:32     ` Lina Iyer
2015-08-05 16:32   ` [PATCH RFC 02/10] drivers: qcom: spm: Add 8084 L2 SPM register data Lina Iyer
2015-08-05 16:32     ` Lina Iyer
2015-08-05 16:32   ` [PATCH RFC 03/10] drivers: qcom: spm: Enable runtime suspend/resume of CPU PM domain Lina Iyer
2015-08-05 16:32     ` Lina Iyer
2015-08-05 16:32   ` [PATCH RFC 04/10] arm: dts: Add L2 power-controller device bindings for APQ8084 Lina Iyer
2015-08-05 16:32     ` Lina Iyer
2015-08-05 16:32   ` [PATCH RFC 05/10] arm: dts: Add power domain " Lina Iyer
2015-08-05 16:32     ` Lina Iyer
2015-08-05 16:32   ` [PATCH RFC 06/10] drivers: qcom: Enable genpd on selecting QCOM_PM Lina Iyer
2015-08-05 16:32     ` Lina Iyer
2015-08-05 16:38     ` Andy Gross [this message]
2015-08-05 16:38       ` Andy Gross
2015-08-05 16:32   ` [PATCH RFC 07/10] hwspinlock: Introduce raw capability for hwspinlocks Lina Iyer
2015-08-05 16:32     ` Lina Iyer
2015-08-05 16:32   ` [PATCH RFC 09/10] drivers: qcom: spm: Use hwspinlock to serialize entry into SCM Lina Iyer
2015-08-05 16:32     ` Lina Iyer
     [not found]   ` <1438792366-2737-1-git-send-email-lina.iyer-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2015-08-05 16:32     ` [PATCH RFC 08/10] hwspinlock: qcom: Lock #7 is special lock, uses dynamic proc_id Lina Iyer
2015-08-05 16:32       ` Lina Iyer
     [not found]       ` <1438792366-2737-9-git-send-email-lina.iyer-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2015-08-13  4:30         ` Bjorn Andersson
2015-08-13  4:30           ` Bjorn Andersson
     [not found]           ` <20150813043036.GJ13472-P9SbAA3LsXe39TS3lRcy0mP6iJigPa5YXqFh9Ls21Oc@public.gmane.org>
2015-08-14 14:12             ` Lina Iyer
2015-08-14 14:12               ` Lina Iyer
2015-08-05 16:32     ` [PATCH RFC 10/10] arm: dts: qcom: Add TCSR mutex device bindings for APQ8084 Lina Iyer
2015-08-05 16:32       ` 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=20150805163837.GB14198@qualcomm.com \
    --to=agross@codeaurora.org \
    --cc=devicetree@vger.kernel.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=msivasub@codeaurora.org \
    --cc=robh@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.