diff mbox

[GIT,PULL] qcom SoC changes for 4.2-1

Message ID 3126465.IVbQcV0VyT@wuerfel (mailing list archive)
State Not Applicable, archived
Delegated to: Andy Gross
Headers show

Commit Message

Arnd Bergmann June 1, 2015, 6:35 p.m. UTC
On Friday 29 May 2015 14:42:01 Arnd Bergmann wrote:
> On Thursday 28 May 2015 10:55:39 Kumar Gala wrote:
> > Qualcomm ARM Based SoC Updates for v4.2-1
> > 
> > * Added Subsystem Power Manager (SPM) driver
> > * Split out 32-bit specific SCM code
> > * Added HDCP SCM call
> > 
> > 
> 
> Pulled into next/drivers, thanks!
> 

I've had to apply this patch on top of our for-next branch to make it
build for randconfig.

Can you check that this makes sense?

	Arnd


--
To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Kumar Gala June 1, 2015, 7:04 p.m. UTC | #1
> On Jun 1, 2015, at 1:35 PM, Arnd Bergmann <arnd@arndb.de> wrote:
> 
> On Friday 29 May 2015 14:42:01 Arnd Bergmann wrote:
>> On Thursday 28 May 2015 10:55:39 Kumar Gala wrote:
>>> Qualcomm ARM Based SoC Updates for v4.2-1
>>> 
>>> * Added Subsystem Power Manager (SPM) driver
>>> * Split out 32-bit specific SCM code
>>> * Added HDCP SCM call
>>> 
>>> 
>> 
>> Pulled into next/drivers, thanks!
>> 
> 
> I've had to apply this patch on top of our for-next branch to make it
> build for randconfig.
> 
> Can you check that this makes sense?
> 
> 	Arnd

The QCOM_SCM makes sense, Lina can comment on the ARM_CPU_SUSPEND bit, but seems reasonable to me.

- k

> 
> diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig
> index 5eea374c8fa6..01aa2fd3514d 100644
> --- a/drivers/soc/qcom/Kconfig
> +++ b/drivers/soc/qcom/Kconfig
> @@ -13,6 +13,8 @@ config QCOM_GSBI
> config QCOM_PM
> 	bool "Qualcomm Power Management"
> 	depends on ARCH_QCOM && !ARM64
> +	select QCOM_SCM
> +	select ARM_CPU_SUSPEND
> 	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
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
Lina Iyer June 1, 2015, 7:13 p.m. UTC | #2
On Mon, Jun 01 2015 at 13:04 -0600, Kumar Gala wrote:
>
>> On Jun 1, 2015, at 1:35 PM, Arnd Bergmann <arnd@arndb.de> wrote:
>>
>> On Friday 29 May 2015 14:42:01 Arnd Bergmann wrote:
>>> On Thursday 28 May 2015 10:55:39 Kumar Gala wrote:
>>>> Qualcomm ARM Based SoC Updates for v4.2-1
>>>>
>>>> * Added Subsystem Power Manager (SPM) driver
>>>> * Split out 32-bit specific SCM code
>>>> * Added HDCP SCM call
>>>>
>>>>
>>>
>>> Pulled into next/drivers, thanks!
>>>
>>
>> I've had to apply this patch on top of our for-next branch to make it
>> build for randconfig.
>>
>> Can you check that this makes sense?
>>
>> 	Arnd
>
>The QCOM_SCM makes sense, Lina can comment on the ARM_CPU_SUSPEND bit, but seems reasonable to me.
>
Make sense to have both the selects below.

I will test it and report.

Thanks,
Lina

>- k
>
>>
>> diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig
>> index 5eea374c8fa6..01aa2fd3514d 100644
>> --- a/drivers/soc/qcom/Kconfig
>> +++ b/drivers/soc/qcom/Kconfig
>> @@ -13,6 +13,8 @@ config QCOM_GSBI
>> config QCOM_PM
>> 	bool "Qualcomm Power Management"
>> 	depends on ARCH_QCOM && !ARM64
>> +	select QCOM_SCM
>> +	select ARM_CPU_SUSPEND
>> 	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
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>
>-- 
>Qualcomm Innovation Center, Inc.
>The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
>a Linux Foundation Collaborative Project
>
--
To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Lina Iyer June 4, 2015, 4:49 p.m. UTC | #3
On Mon, Jun 01 2015 at 13:13 -0600, Lina Iyer wrote:
>On Mon, Jun 01 2015 at 13:04 -0600, Kumar Gala wrote:
>>
>>>On Jun 1, 2015, at 1:35 PM, Arnd Bergmann <arnd@arndb.de> wrote:
>>>
>>>On Friday 29 May 2015 14:42:01 Arnd Bergmann wrote:
>>>>On Thursday 28 May 2015 10:55:39 Kumar Gala wrote:
>>>>>Qualcomm ARM Based SoC Updates for v4.2-1
>>>>>
>>>>>* Added Subsystem Power Manager (SPM) driver
>>>>>* Split out 32-bit specific SCM code
>>>>>* Added HDCP SCM call
>>>>>
>>>>>
>>>>
>>>>Pulled into next/drivers, thanks!
>>>>
>>>
>>>I've had to apply this patch on top of our for-next branch to make it
>>>build for randconfig.
>>>
>>>Can you check that this makes sense?
>>>
>>>	Arnd
>>
>>The QCOM_SCM makes sense, Lina can comment on the ARM_CPU_SUSPEND bit, but seems reasonable to me.
>>
>Make sense to have both the selects below.
>
>I will test it and report.
>
I dont see a problem with these changes.

>Thanks,
>Lina
>
>>- k
>>
>>>
>>>diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig
>>>index 5eea374c8fa6..01aa2fd3514d 100644
>>>--- a/drivers/soc/qcom/Kconfig
>>>+++ b/drivers/soc/qcom/Kconfig
>>>@@ -13,6 +13,8 @@ config QCOM_GSBI
>>>config QCOM_PM
>>>	bool "Qualcomm Power Management"
>>>	depends on ARCH_QCOM && !ARM64
>>>+	select QCOM_SCM
>>>+	select ARM_CPU_SUSPEND
>>>	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
>>>
>>>--
>>>To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in
>>>the body of a message to majordomo@vger.kernel.org
>>>More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>
>>-- 
>>Qualcomm Innovation Center, Inc.
>>The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
>>a Linux Foundation Collaborative Project
>>
--
To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig
index 5eea374c8fa6..01aa2fd3514d 100644
--- a/drivers/soc/qcom/Kconfig
+++ b/drivers/soc/qcom/Kconfig
@@ -13,6 +13,8 @@  config QCOM_GSBI
 config QCOM_PM
 	bool "Qualcomm Power Management"
 	depends on ARCH_QCOM && !ARM64
+	select QCOM_SCM
+	select ARM_CPU_SUSPEND
 	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