linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: defconfig: enable APSS clock driver for IPQ6018
@ 2020-09-17 13:56 Kathiravan T
  2020-10-08 16:29 ` Kathiravan T
  0 siblings, 1 reply; 3+ messages in thread
From: Kathiravan T @ 2020-09-17 13:56 UTC (permalink / raw)
  To: catalin.marinas, will, bjorn.andersson, shawnguo,
	linux-arm-kernel, linux-kernel
  Cc: sivaprak, kathirav

Lets enable the APSS clock driver for the DVFS support.

Signed-off-by: Kathiravan T <kathirav@codeaurora.org>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 6d04b9577b0b..67244560f869 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -850,6 +850,7 @@ CONFIG_QCOM_A53PLL=y
 CONFIG_QCOM_CLK_APCS_MSM8916=y
 CONFIG_QCOM_CLK_SMD_RPM=y
 CONFIG_QCOM_CLK_RPMH=y
+CONFIG_IPQ_APSS_6018=y
 CONFIG_IPQ_GCC_8074=y
 CONFIG_IPQ_GCC_6018=y
 CONFIG_MSM_GCC_8916=y

base-commit: 856deb866d16e29bd65952e0289066f6078af773
-- 
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm64: defconfig: enable APSS clock driver for IPQ6018
  2020-09-17 13:56 [PATCH] arm64: defconfig: enable APSS clock driver for IPQ6018 Kathiravan T
@ 2020-10-08 16:29 ` Kathiravan T
  2020-10-29  4:09   ` Kathiravan T
  0 siblings, 1 reply; 3+ messages in thread
From: Kathiravan T @ 2020-10-08 16:29 UTC (permalink / raw)
  To: catalin.marinas, will, bjorn.andersson, shawnguo,
	linux-arm-kernel, linux-kernel
  Cc: sivaprak

Bjorn,

Any comments on this? I would like to know if there is any chances of 
taking this patch for v5.10 merge window?

Thanks,

Kathiravan T.


On 9/17/2020 7:26 PM, Kathiravan T wrote:
> Lets enable the APSS clock driver for the DVFS support.
>
> Signed-off-by: Kathiravan T <kathirav@codeaurora.org>
> ---
>   arch/arm64/configs/defconfig | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 6d04b9577b0b..67244560f869 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -850,6 +850,7 @@ CONFIG_QCOM_A53PLL=y
>   CONFIG_QCOM_CLK_APCS_MSM8916=y
>   CONFIG_QCOM_CLK_SMD_RPM=y
>   CONFIG_QCOM_CLK_RPMH=y
> +CONFIG_IPQ_APSS_6018=y
>   CONFIG_IPQ_GCC_8074=y
>   CONFIG_IPQ_GCC_6018=y
>   CONFIG_MSM_GCC_8916=y
>
> base-commit: 856deb866d16e29bd65952e0289066f6078af773

-- 
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm64: defconfig: enable APSS clock driver for IPQ6018
  2020-10-08 16:29 ` Kathiravan T
@ 2020-10-29  4:09   ` Kathiravan T
  0 siblings, 0 replies; 3+ messages in thread
From: Kathiravan T @ 2020-10-29  4:09 UTC (permalink / raw)
  To: catalin.marinas, will, bjorn.andersson, shawnguo,
	linux-arm-kernel, linux-kernel
  Cc: sivaprak

Bjorn,

Wondering if this patch was overlooked due to some reason or should I 
send V2 based on v5.10-rc1?

Thanks,

Kathiravan T.

On 10/8/2020 9:59 PM, Kathiravan T wrote:
> Bjorn,
>
> Any comments on this? I would like to know if there is any chances of 
> taking this patch for v5.10 merge window?
>
> Thanks,
>
> Kathiravan T.
>
>
> On 9/17/2020 7:26 PM, Kathiravan T wrote:
>> Lets enable the APSS clock driver for the DVFS support.
>>
>> Signed-off-by: Kathiravan T <kathirav@codeaurora.org>
>> ---
>>   arch/arm64/configs/defconfig | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
>> index 6d04b9577b0b..67244560f869 100644
>> --- a/arch/arm64/configs/defconfig
>> +++ b/arch/arm64/configs/defconfig
>> @@ -850,6 +850,7 @@ CONFIG_QCOM_A53PLL=y
>>   CONFIG_QCOM_CLK_APCS_MSM8916=y
>>   CONFIG_QCOM_CLK_SMD_RPM=y
>>   CONFIG_QCOM_CLK_RPMH=y
>> +CONFIG_IPQ_APSS_6018=y
>>   CONFIG_IPQ_GCC_8074=y
>>   CONFIG_IPQ_GCC_6018=y
>>   CONFIG_MSM_GCC_8916=y
>>
>> base-commit: 856deb866d16e29bd65952e0289066f6078af773
>
-- 
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-10-29  8:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-17 13:56 [PATCH] arm64: defconfig: enable APSS clock driver for IPQ6018 Kathiravan T
2020-10-08 16:29 ` Kathiravan T
2020-10-29  4:09   ` Kathiravan T

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).