mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] cpufreq: Add QCS8300 to cpufreq-dt-platdev blocklist
@ 2026-03-16 10:37 Faruque Ansari
  2026-03-16 13:50 ` Dmitry Baryshkov
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Faruque Ansari @ 2026-03-16 10:37 UTC (permalink / raw)
  To: viresh.kumar, rafael
  Cc: linux-pm, linux-kernel, umang.chheda, linux-arm-msm, Faruque Ansari

The Qualcomm QCS8300 platform uses the qcom-cpufreq-hw
driver, so add it to the cpufreq-dt-platdev driver's blocklist.

Signed-off-by: Faruque Ansari <faruque.ansari@oss.qualcomm.com>
---
 drivers/cpufreq/cpufreq-dt-platdev.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
index 25fd3b191b7e..ff1204c666b1 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -159,6 +159,7 @@ static const struct of_device_id blocklist[] __initconst = {
 	{ .compatible = "qcom,qcm2290", },
 	{ .compatible = "qcom,qcm6490", },
 	{ .compatible = "qcom,qcs404", },
+	{ .compatible = "qcom,qcs8300", },
 	{ .compatible = "qcom,qdu1000", },
 	{ .compatible = "qcom,sa8155p" },
 	{ .compatible = "qcom,sa8540p" },
--
2.34.1


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

* Re: [PATCH] cpufreq: Add QCS8300 to cpufreq-dt-platdev blocklist
  2026-03-16 10:37 [PATCH] cpufreq: Add QCS8300 to cpufreq-dt-platdev blocklist Faruque Ansari
@ 2026-03-16 13:50 ` Dmitry Baryshkov
  2026-03-16 15:41 ` Mukesh Ojha
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Dmitry Baryshkov @ 2026-03-16 13:50 UTC (permalink / raw)
  To: Faruque Ansari
  Cc: viresh.kumar, rafael, linux-pm, linux-kernel, umang.chheda,
	linux-arm-msm

On Mon, Mar 16, 2026 at 04:07:52PM +0530, Faruque Ansari wrote:
> The Qualcomm QCS8300 platform uses the qcom-cpufreq-hw
> driver, so add it to the cpufreq-dt-platdev driver's blocklist.
> 
> Signed-off-by: Faruque Ansari <faruque.ansari@oss.qualcomm.com>
> ---
>  drivers/cpufreq/cpufreq-dt-platdev.c | 1 +
>  1 file changed, 1 insertion(+)
> 

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>


-- 
With best wishes
Dmitry

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

* Re: [PATCH] cpufreq: Add QCS8300 to cpufreq-dt-platdev blocklist
  2026-03-16 10:37 [PATCH] cpufreq: Add QCS8300 to cpufreq-dt-platdev blocklist Faruque Ansari
  2026-03-16 13:50 ` Dmitry Baryshkov
@ 2026-03-16 15:41 ` Mukesh Ojha
  2026-03-16 15:54 ` Konrad Dybcio
  2026-03-17  8:51 ` Viresh Kumar
  3 siblings, 0 replies; 5+ messages in thread
From: Mukesh Ojha @ 2026-03-16 15:41 UTC (permalink / raw)
  To: Faruque Ansari
  Cc: viresh.kumar, rafael, linux-pm, linux-kernel, umang.chheda,
	linux-arm-msm

On Mon, Mar 16, 2026 at 04:07:52PM +0530, Faruque Ansari wrote:
> The Qualcomm QCS8300 platform uses the qcom-cpufreq-hw
> driver, so add it to the cpufreq-dt-platdev driver's blocklist.
> 
> Signed-off-by: Faruque Ansari <faruque.ansari@oss.qualcomm.com>
> ---
>  drivers/cpufreq/cpufreq-dt-platdev.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
> index 25fd3b191b7e..ff1204c666b1 100644
> --- a/drivers/cpufreq/cpufreq-dt-platdev.c
> +++ b/drivers/cpufreq/cpufreq-dt-platdev.c
> @@ -159,6 +159,7 @@ static const struct of_device_id blocklist[] __initconst = {
>  	{ .compatible = "qcom,qcm2290", },
>  	{ .compatible = "qcom,qcm6490", },
>  	{ .compatible = "qcom,qcs404", },
> +	{ .compatible = "qcom,qcs8300", },

Reviewed-by: Mukesh Ojha <mukesh.ojha@oss.qualcomm.com>

>  	{ .compatible = "qcom,qdu1000", },
>  	{ .compatible = "qcom,sa8155p" },
>  	{ .compatible = "qcom,sa8540p" },
> --
> 2.34.1
> 

-- 
-Mukesh Ojha

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

* Re: [PATCH] cpufreq: Add QCS8300 to cpufreq-dt-platdev blocklist
  2026-03-16 10:37 [PATCH] cpufreq: Add QCS8300 to cpufreq-dt-platdev blocklist Faruque Ansari
  2026-03-16 13:50 ` Dmitry Baryshkov
  2026-03-16 15:41 ` Mukesh Ojha
@ 2026-03-16 15:54 ` Konrad Dybcio
  2026-03-17  8:51 ` Viresh Kumar
  3 siblings, 0 replies; 5+ messages in thread
From: Konrad Dybcio @ 2026-03-16 15:54 UTC (permalink / raw)
  To: Faruque Ansari, viresh.kumar, rafael
  Cc: linux-pm, linux-kernel, umang.chheda, linux-arm-msm

On 3/16/26 11:37 AM, Faruque Ansari wrote:
> The Qualcomm QCS8300 platform uses the qcom-cpufreq-hw
> driver, so add it to the cpufreq-dt-platdev driver's blocklist.
> 
> Signed-off-by: Faruque Ansari <faruque.ansari@oss.qualcomm.com>
> ---

Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>

Konrad

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

* Re: [PATCH] cpufreq: Add QCS8300 to cpufreq-dt-platdev blocklist
  2026-03-16 10:37 [PATCH] cpufreq: Add QCS8300 to cpufreq-dt-platdev blocklist Faruque Ansari
                   ` (2 preceding siblings ...)
  2026-03-16 15:54 ` Konrad Dybcio
@ 2026-03-17  8:51 ` Viresh Kumar
  3 siblings, 0 replies; 5+ messages in thread
From: Viresh Kumar @ 2026-03-17  8:51 UTC (permalink / raw)
  To: Faruque Ansari
  Cc: rafael, linux-pm, linux-kernel, umang.chheda, linux-arm-msm

On 16-03-26, 16:07, Faruque Ansari wrote:
> The Qualcomm QCS8300 platform uses the qcom-cpufreq-hw
> driver, so add it to the cpufreq-dt-platdev driver's blocklist.
> 
> Signed-off-by: Faruque Ansari <faruque.ansari@oss.qualcomm.com>
> ---
>  drivers/cpufreq/cpufreq-dt-platdev.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
> index 25fd3b191b7e..ff1204c666b1 100644
> --- a/drivers/cpufreq/cpufreq-dt-platdev.c
> +++ b/drivers/cpufreq/cpufreq-dt-platdev.c
> @@ -159,6 +159,7 @@ static const struct of_device_id blocklist[] __initconst = {
>  	{ .compatible = "qcom,qcm2290", },
>  	{ .compatible = "qcom,qcm6490", },
>  	{ .compatible = "qcom,qcs404", },
> +	{ .compatible = "qcom,qcs8300", },
>  	{ .compatible = "qcom,qdu1000", },
>  	{ .compatible = "qcom,sa8155p" },
>  	{ .compatible = "qcom,sa8540p" },

Applied. Thanks.

-- 
viresh

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

end of thread, other threads:[~2026-03-17  8:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-16 10:37 [PATCH] cpufreq: Add QCS8300 to cpufreq-dt-platdev blocklist Faruque Ansari
2026-03-16 13:50 ` Dmitry Baryshkov
2026-03-16 15:41 ` Mukesh Ojha
2026-03-16 15:54 ` Konrad Dybcio
2026-03-17  8:51 ` Viresh Kumar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®