* [PATCH v2 2/2] clk: qcom: De-acronymize Glymur SoC name
2026-02-17 13:00 [PATCH v2 1/2] dt-bindings: clock: qcom,glymur-dispcc: De-acronymize SoC name Krzysztof Kozlowski
@ 2026-02-17 13:00 ` Krzysztof Kozlowski
2026-02-17 13:07 ` Konrad Dybcio
2026-02-17 16:23 ` Dmitry Baryshkov
2026-02-17 13:06 ` [PATCH v2 1/2] dt-bindings: clock: qcom,glymur-dispcc: De-acronymize " Konrad Dybcio
` (2 subsequent siblings)
3 siblings, 2 replies; 7+ messages in thread
From: Krzysztof Kozlowski @ 2026-02-17 13:00 UTC (permalink / raw)
To: Bjorn Andersson, Michael Turquette, Stephen Boyd, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Taniya Das, linux-arm-msm,
linux-clk, devicetree, linux-kernel
Cc: Krzysztof Kozlowski
Glymur is a codename of Qualcomm SoC, not an acronym.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
---
drivers/clk/qcom/Kconfig | 12 ++++++------
drivers/clk/qcom/dispcc-glymur.c | 2 +-
drivers/clk/qcom/gcc-glymur.c | 2 +-
drivers/clk/qcom/tcsrcc-glymur.c | 2 +-
4 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/drivers/clk/qcom/Kconfig b/drivers/clk/qcom/Kconfig
index a8a86ea6bb74..7c50d0965d8d 100644
--- a/drivers/clk/qcom/Kconfig
+++ b/drivers/clk/qcom/Kconfig
@@ -20,30 +20,30 @@ menuconfig COMMON_CLK_QCOM
if COMMON_CLK_QCOM
config CLK_GLYMUR_DISPCC
- tristate "GLYMUR Display Clock Controller"
+ tristate "Glymur Display Clock Controller"
depends on ARM64 || COMPILE_TEST
select CLK_GLYMUR_GCC
help
Support for the display clock controllers on Qualcomm
- Technologies, Inc. GLYMUR devices.
+ Technologies, Inc. Glymur devices.
Say Y if you want to support display devices and functionality such as
splash screen.
config CLK_GLYMUR_GCC
- tristate "GLYMUR Global Clock Controller"
+ tristate "Glymur Global Clock Controller"
depends on ARM64 || COMPILE_TEST
select QCOM_GDSC
help
- Support for the global clock controller on GLYMUR devices.
+ Support for the global clock controller on Glymur devices.
Say Y if you want to use peripheral devices such as UART, SPI,
I2C, USB, UFS, SDCC, etc.
config CLK_GLYMUR_TCSRCC
- tristate "GLYMUR TCSR Clock Controller"
+ tristate "Glymur TCSR Clock Controller"
depends on ARM64 || COMPILE_TEST
select QCOM_GDSC
help
- Support for the TCSR clock controller on GLYMUR devices.
+ Support for the TCSR clock controller on Glymur devices.
Say Y if you want to use peripheral devices such as USB/PCIe/EDP.
config CLK_KAANAPALI_CAMCC
diff --git a/drivers/clk/qcom/dispcc-glymur.c b/drivers/clk/qcom/dispcc-glymur.c
index 5203fa6383f6..c1facd4e80f2 100644
--- a/drivers/clk/qcom/dispcc-glymur.c
+++ b/drivers/clk/qcom/dispcc-glymur.c
@@ -1978,5 +1978,5 @@ static struct platform_driver disp_cc_glymur_driver = {
module_platform_driver(disp_cc_glymur_driver);
-MODULE_DESCRIPTION("QTI DISPCC GLYMUR Driver");
+MODULE_DESCRIPTION("QTI DISPCC Glymur Driver");
MODULE_LICENSE("GPL");
diff --git a/drivers/clk/qcom/gcc-glymur.c b/drivers/clk/qcom/gcc-glymur.c
index 238e205735ed..19f4b3cbcdc0 100644
--- a/drivers/clk/qcom/gcc-glymur.c
+++ b/drivers/clk/qcom/gcc-glymur.c
@@ -8611,5 +8611,5 @@ static void __exit gcc_glymur_exit(void)
}
module_exit(gcc_glymur_exit);
-MODULE_DESCRIPTION("QTI GCC GLYMUR Driver");
+MODULE_DESCRIPTION("QTI GCC Glymur Driver");
MODULE_LICENSE("GPL");
diff --git a/drivers/clk/qcom/tcsrcc-glymur.c b/drivers/clk/qcom/tcsrcc-glymur.c
index 215bc2ac548d..9d9621a61072 100644
--- a/drivers/clk/qcom/tcsrcc-glymur.c
+++ b/drivers/clk/qcom/tcsrcc-glymur.c
@@ -309,5 +309,5 @@ static void __exit tcsr_cc_glymur_exit(void)
}
module_exit(tcsr_cc_glymur_exit);
-MODULE_DESCRIPTION("QTI TCSRCC GLYMUR Driver");
+MODULE_DESCRIPTION("QTI TCSRCC Glymur Driver");
MODULE_LICENSE("GPL");
--
2.51.0
^ permalink raw reply related [flat|nested] 7+ messages in thread* Re: [PATCH v2 2/2] clk: qcom: De-acronymize Glymur SoC name
2026-02-17 13:00 ` [PATCH v2 2/2] clk: qcom: De-acronymize Glymur " Krzysztof Kozlowski
@ 2026-02-17 13:07 ` Konrad Dybcio
2026-02-17 16:23 ` Dmitry Baryshkov
1 sibling, 0 replies; 7+ messages in thread
From: Konrad Dybcio @ 2026-02-17 13:07 UTC (permalink / raw)
To: Krzysztof Kozlowski, Bjorn Andersson, Michael Turquette,
Stephen Boyd, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Taniya Das, linux-arm-msm, linux-clk, devicetree, linux-kernel
On 2/17/26 2:00 PM, Krzysztof Kozlowski wrote:
> Glymur is a codename of Qualcomm SoC, not an acronym.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Konrad
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH v2 2/2] clk: qcom: De-acronymize Glymur SoC name
2026-02-17 13:00 ` [PATCH v2 2/2] clk: qcom: De-acronymize Glymur " Krzysztof Kozlowski
2026-02-17 13:07 ` Konrad Dybcio
@ 2026-02-17 16:23 ` Dmitry Baryshkov
1 sibling, 0 replies; 7+ messages in thread
From: Dmitry Baryshkov @ 2026-02-17 16:23 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Bjorn Andersson, Michael Turquette, Stephen Boyd, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Taniya Das, linux-arm-msm,
linux-clk, devicetree, linux-kernel
On Tue, Feb 17, 2026 at 02:00:49PM +0100, Krzysztof Kozlowski wrote:
> Glymur is a codename of Qualcomm SoC, not an acronym.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
> ---
> drivers/clk/qcom/Kconfig | 12 ++++++------
> drivers/clk/qcom/dispcc-glymur.c | 2 +-
> drivers/clk/qcom/gcc-glymur.c | 2 +-
> drivers/clk/qcom/tcsrcc-glymur.c | 2 +-
> 4 files changed, 9 insertions(+), 9 deletions(-)
>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
--
With best wishes
Dmitry
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH v2 1/2] dt-bindings: clock: qcom,glymur-dispcc: De-acronymize SoC name
2026-02-17 13:00 [PATCH v2 1/2] dt-bindings: clock: qcom,glymur-dispcc: De-acronymize SoC name Krzysztof Kozlowski
2026-02-17 13:00 ` [PATCH v2 2/2] clk: qcom: De-acronymize Glymur " Krzysztof Kozlowski
@ 2026-02-17 13:06 ` Konrad Dybcio
2026-02-18 17:35 ` Taniya Das
2026-02-23 19:56 ` (subset) " Bjorn Andersson
3 siblings, 0 replies; 7+ messages in thread
From: Konrad Dybcio @ 2026-02-17 13:06 UTC (permalink / raw)
To: Krzysztof Kozlowski, Bjorn Andersson, Michael Turquette,
Stephen Boyd, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Taniya Das, linux-arm-msm, linux-clk, devicetree, linux-kernel
On 2/17/26 2:00 PM, Krzysztof Kozlowski wrote:
> Glymur is a codename of Qualcomm SoC, not an acronym.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Konrad
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH v2 1/2] dt-bindings: clock: qcom,glymur-dispcc: De-acronymize SoC name
2026-02-17 13:00 [PATCH v2 1/2] dt-bindings: clock: qcom,glymur-dispcc: De-acronymize SoC name Krzysztof Kozlowski
2026-02-17 13:00 ` [PATCH v2 2/2] clk: qcom: De-acronymize Glymur " Krzysztof Kozlowski
2026-02-17 13:06 ` [PATCH v2 1/2] dt-bindings: clock: qcom,glymur-dispcc: De-acronymize " Konrad Dybcio
@ 2026-02-18 17:35 ` Taniya Das
2026-02-23 19:56 ` (subset) " Bjorn Andersson
3 siblings, 0 replies; 7+ messages in thread
From: Taniya Das @ 2026-02-18 17:35 UTC (permalink / raw)
To: Krzysztof Kozlowski, Bjorn Andersson, Michael Turquette,
Stephen Boyd, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
linux-arm-msm, linux-clk, devicetree, linux-kernel
On 2/17/2026 6:30 PM, Krzysztof Kozlowski wrote:
> Glymur is a codename of Qualcomm SoC, not an acronym.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
>
> ---
>
> Changes in v2:
> Split from previous patchset, because I messed up commands and combined
> wrong patches together.
> ---
> .../devicetree/bindings/clock/qcom,glymur-dispcc.yaml | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/clock/qcom,glymur-dispcc.yaml b/Documentation/devicetree/bindings/clock/qcom,glymur-dispcc.yaml
> index 45f027c70e03..9de4ba71f1d9 100644
> --- a/Documentation/devicetree/bindings/clock/qcom,glymur-dispcc.yaml
> +++ b/Documentation/devicetree/bindings/clock/qcom,glymur-dispcc.yaml
> @@ -4,14 +4,14 @@
> $id: http://devicetree.org/schemas/clock/qcom,glymur-dispcc.yaml#
> $schema: http://devicetree.org/meta-schemas/core.yaml#
>
> -title: Qualcomm Display Clock & Reset Controller on GLYMUR
> +title: Qualcomm Display Clock & Reset Controller on Glymur SoC
>
> maintainers:
> - Taniya Das <taniya.das@oss.qualcomm.com>
>
> description: |
> Qualcomm display clock control module which supports the clocks, resets and
> - power domains for the MDSS instances on GLYMUR SoC.
> + power domains for the MDSS instances on Glymur SoC.
>
> See also:
> include/dt-bindings/clock/qcom,dispcc-glymur.h
Reviewed-by: Taniya Das <taniya.das@oss.qualcomm.com>
--
Thanks,
Taniya Das
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: (subset) [PATCH v2 1/2] dt-bindings: clock: qcom,glymur-dispcc: De-acronymize SoC name
2026-02-17 13:00 [PATCH v2 1/2] dt-bindings: clock: qcom,glymur-dispcc: De-acronymize SoC name Krzysztof Kozlowski
` (2 preceding siblings ...)
2026-02-18 17:35 ` Taniya Das
@ 2026-02-23 19:56 ` Bjorn Andersson
3 siblings, 0 replies; 7+ messages in thread
From: Bjorn Andersson @ 2026-02-23 19:56 UTC (permalink / raw)
To: Michael Turquette, Stephen Boyd, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Taniya Das, linux-arm-msm, linux-clk, devicetree,
linux-kernel, Krzysztof Kozlowski
On Tue, 17 Feb 2026 14:00:48 +0100, Krzysztof Kozlowski wrote:
> Glymur is a codename of Qualcomm SoC, not an acronym.
>
>
Applied, thanks!
[1/2] dt-bindings: clock: qcom,glymur-dispcc: De-acronymize SoC name
commit: eba8bcf96e763ba250a993b053d6ecaaaa1f4cf3
[2/2] clk: qcom: De-acronymize Glymur SoC name
commit: 85072bcd4f3fe65fe5819de1a2a677f59d811dbe
Best regards,
--
Bjorn Andersson <andersson@kernel.org>
^ permalink raw reply [flat|nested] 7+ messages in thread