]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
clk: qcom: De-acronymize Glymur SoC name
authorKrzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Tue, 17 Feb 2026 13:00:49 +0000 (14:00 +0100)
committerBjorn Andersson <andersson@kernel.org>
Mon, 23 Feb 2026 16:27:49 +0000 (10:27 -0600)
Glymur is a codename of Qualcomm SoC, not an acronym.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20260217130047.281813-4-krzysztof.kozlowski@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/clk/qcom/Kconfig
drivers/clk/qcom/dispcc-glymur.c
drivers/clk/qcom/gcc-glymur.c
drivers/clk/qcom/tcsrcc-glymur.c

index a8a86ea6bb7445e396048a5bba23fce8d719281f..7c50d0965d8d857d663c82e8b93e638b5b2c0ef0 100644 (file)
@@ -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
index 5203fa6383f6ac7fb49e888887ee9105101a9b56..c1facd4e80f28303bf1014d524f6164b0b652552 100644 (file)
@@ -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");
index 238e205735ed594618b8526651968a4f73b1104e..19f4b3cbcdc02826f1482a103044f21123accbeb 100644 (file)
@@ -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");
index 215bc2ac548da83aec23921ef9a4bd59b6b307bc..9d9621a6107251a4ae060f743afa81d9e1ef83f9 100644 (file)
@@ -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");