* [PATCH] clk: qcom: Select the intended config in QCS_DISPCC_615
@ 2025-09-02 12:17 Lukas Bulwahn
2025-09-02 12:35 ` Dmitry Baryshkov
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Lukas Bulwahn @ 2025-09-02 12:17 UTC (permalink / raw)
To: Bjorn Andersson, Michael Turquette, Stephen Boyd, Taniya Das,
Dmitry Baryshkov, Konrad Dybcio, linux-arm-msm, linux-clk
Cc: kernel-janitors, linux-kernel, Lukas Bulwahn
From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Commit 9b47105f5434 ("clk: qcom: dispcc-qcs615: Add QCS615 display clock
controller driver") adds the config QCS_DISPCC_615, which selects the
non-existing config QCM_GCC_615. Probably, this is just a three-letter
abbreviation mix-up here, though. There is a config named QCS_GCC_615,
and the related config QCS_CAMCC_615 selects that config.
Fix the typo and use the intended config name in the select command.
Fixes: 9b47105f5434 ("clk: qcom: dispcc-qcs615: Add QCS615 display clock controller driver")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
---
drivers/clk/qcom/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/clk/qcom/Kconfig b/drivers/clk/qcom/Kconfig
index aeb6197d7c90..823125f48346 100644
--- a/drivers/clk/qcom/Kconfig
+++ b/drivers/clk/qcom/Kconfig
@@ -504,7 +504,7 @@ config QCM_DISPCC_2290
config QCS_DISPCC_615
tristate "QCS615 Display Clock Controller"
- select QCM_GCC_615
+ select QCS_GCC_615
help
Support for the display clock controller on Qualcomm Technologies, Inc
QCS615 devices.
--
2.51.0
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] clk: qcom: Select the intended config in QCS_DISPCC_615
2025-09-02 12:17 [PATCH] clk: qcom: Select the intended config in QCS_DISPCC_615 Lukas Bulwahn
@ 2025-09-02 12:35 ` Dmitry Baryshkov
2025-09-02 16:41 ` Imran Shaik
2025-09-04 14:35 ` Bjorn Andersson
2 siblings, 0 replies; 4+ messages in thread
From: Dmitry Baryshkov @ 2025-09-02 12:35 UTC (permalink / raw)
To: Lukas Bulwahn
Cc: Bjorn Andersson, Michael Turquette, Stephen Boyd, Taniya Das,
Dmitry Baryshkov, Konrad Dybcio, linux-arm-msm, linux-clk,
kernel-janitors, linux-kernel, Lukas Bulwahn
On Tue, Sep 02, 2025 at 02:17:54PM +0200, Lukas Bulwahn wrote:
> From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
>
> Commit 9b47105f5434 ("clk: qcom: dispcc-qcs615: Add QCS615 display clock
> controller driver") adds the config QCS_DISPCC_615, which selects the
> non-existing config QCM_GCC_615. Probably, this is just a three-letter
> abbreviation mix-up here, though. There is a config named QCS_GCC_615,
> and the related config QCS_CAMCC_615 selects that config.
>
> Fix the typo and use the intended config name in the select command.
>
> Fixes: 9b47105f5434 ("clk: qcom: dispcc-qcs615: Add QCS615 display clock controller driver")
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> ---
> drivers/clk/qcom/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
>
--
With best wishes
Dmitry
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] clk: qcom: Select the intended config in QCS_DISPCC_615
2025-09-02 12:17 [PATCH] clk: qcom: Select the intended config in QCS_DISPCC_615 Lukas Bulwahn
2025-09-02 12:35 ` Dmitry Baryshkov
@ 2025-09-02 16:41 ` Imran Shaik
2025-09-04 14:35 ` Bjorn Andersson
2 siblings, 0 replies; 4+ messages in thread
From: Imran Shaik @ 2025-09-02 16:41 UTC (permalink / raw)
To: Lukas Bulwahn, Bjorn Andersson, Michael Turquette, Stephen Boyd,
Taniya Das, Dmitry Baryshkov, Konrad Dybcio, linux-arm-msm,
linux-clk
Cc: kernel-janitors, linux-kernel, Lukas Bulwahn
On 9/2/2025 5:47 PM, Lukas Bulwahn wrote:
> From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
>
> Commit 9b47105f5434 ("clk: qcom: dispcc-qcs615: Add QCS615 display clock
> controller driver") adds the config QCS_DISPCC_615, which selects the
> non-existing config QCM_GCC_615. Probably, this is just a three-letter
> abbreviation mix-up here, though. There is a config named QCS_GCC_615,
> and the related config QCS_CAMCC_615 selects that config.
>
> Fix the typo and use the intended config name in the select command.
>
> Fixes: 9b47105f5434 ("clk: qcom: dispcc-qcs615: Add QCS615 display clock controller driver")
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> ---
> drivers/clk/qcom/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Reviewed-by: Imran Shaik <imran.shaik@oss.qualcomm.com>
Thanks,
Imran
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] clk: qcom: Select the intended config in QCS_DISPCC_615
2025-09-02 12:17 [PATCH] clk: qcom: Select the intended config in QCS_DISPCC_615 Lukas Bulwahn
2025-09-02 12:35 ` Dmitry Baryshkov
2025-09-02 16:41 ` Imran Shaik
@ 2025-09-04 14:35 ` Bjorn Andersson
2 siblings, 0 replies; 4+ messages in thread
From: Bjorn Andersson @ 2025-09-04 14:35 UTC (permalink / raw)
To: Michael Turquette, Stephen Boyd, Taniya Das, Dmitry Baryshkov,
Konrad Dybcio, linux-arm-msm, linux-clk, Lukas Bulwahn
Cc: kernel-janitors, linux-kernel, Lukas Bulwahn
On Tue, 02 Sep 2025 14:17:54 +0200, Lukas Bulwahn wrote:
> Commit 9b47105f5434 ("clk: qcom: dispcc-qcs615: Add QCS615 display clock
> controller driver") adds the config QCS_DISPCC_615, which selects the
> non-existing config QCM_GCC_615. Probably, this is just a three-letter
> abbreviation mix-up here, though. There is a config named QCS_GCC_615,
> and the related config QCS_CAMCC_615 selects that config.
>
> Fix the typo and use the intended config name in the select command.
>
> [...]
Applied, thanks!
[1/1] clk: qcom: Select the intended config in QCS_DISPCC_615
commit: 9524f95c4042545ee8fc3191b9b89c61a1aca6fb
Best regards,
--
Bjorn Andersson <andersson@kernel.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-09-04 14:35 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-09-02 12:17 [PATCH] clk: qcom: Select the intended config in QCS_DISPCC_615 Lukas Bulwahn
2025-09-02 12:35 ` Dmitry Baryshkov
2025-09-02 16:41 ` Imran Shaik
2025-09-04 14:35 ` Bjorn Andersson
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®