[PATCH] mailbox: qcom: Unify user-visible "Qualcomm" name

Krzysztof Kozlowski posted 1 patch 1 month, 2 weeks ago
drivers/mailbox/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] mailbox: qcom: Unify user-visible "Qualcomm" name
Posted by Krzysztof Kozlowski 1 month, 2 weeks ago
Various names for Qualcomm as a company are used in user-visible config
options: QCOM, Qualcomm and Qualcomm Technologies.  Switch to unified
"Qualcomm" so it will be easier for users to identify the options when
for example running menuconfig.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>

---

And "Qualcomm Technologies" has even variations over the tree:
Qualcomm Technologies
Qualcomm Technologies Inc.
Qualcomm Technologies, Inc.

I am doing this tree wide:
https://lore.kernel.org/all/?q=f%3Akrzysztof+s%3A%22Unify+user-visible%22+s%3AQualcomm
---
 drivers/mailbox/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/mailbox/Kconfig b/drivers/mailbox/Kconfig
index 5bf4155b090a..3062ee352f78 100644
--- a/drivers/mailbox/Kconfig
+++ b/drivers/mailbox/Kconfig
@@ -341,7 +341,7 @@ config SPRD_MBOX
 	  you want to build the Spreatrum mailbox controller driver.
 
 config QCOM_CPUCP_MBOX
-	tristate "Qualcomm Technologies, Inc. CPUCP mailbox driver"
+	tristate "Qualcomm CPUCP mailbox driver"
 	depends on (ARCH_QCOM || COMPILE_TEST) && 64BIT
 	help
 	  Qualcomm Technologies, Inc. CPUSS Control Processor (CPUCP) mailbox
@@ -349,7 +349,7 @@ config QCOM_CPUCP_MBOX
 	  Y here if you want to build this driver.
 
 config QCOM_IPCC
-	tristate "Qualcomm Technologies, Inc. IPCC driver"
+	tristate "Qualcomm IPCC driver"
 	depends on ARCH_QCOM || COMPILE_TEST
 	help
 	  Qualcomm Technologies, Inc. Inter-Processor Communication Controller
-- 
2.51.0
Re: [PATCH] mailbox: qcom: Unify user-visible "Qualcomm" name
Posted by Jassi Brar 4 weeks, 1 day ago
On Mon, Apr 27, 2026 at 2:01 AM Krzysztof Kozlowski
<krzysztof.kozlowski@oss.qualcomm.com> wrote:
>
> Various names for Qualcomm as a company are used in user-visible config
> options: QCOM, Qualcomm and Qualcomm Technologies.  Switch to unified
> "Qualcomm" so it will be easier for users to identify the options when
> for example running menuconfig.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
>
> ---
>
> And "Qualcomm Technologies" has even variations over the tree:
> Qualcomm Technologies
> Qualcomm Technologies Inc.
> Qualcomm Technologies, Inc.
>
> I am doing this tree wide:
> https://lore.kernel.org/all/?q=f%3Akrzysztof+s%3A%22Unify+user-visible%22+s%3AQualcomm
> ---
>  drivers/mailbox/Kconfig | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/mailbox/Kconfig b/drivers/mailbox/Kconfig
> index 5bf4155b090a..3062ee352f78 100644
> --- a/drivers/mailbox/Kconfig
> +++ b/drivers/mailbox/Kconfig
> @@ -341,7 +341,7 @@ config SPRD_MBOX
>           you want to build the Spreatrum mailbox controller driver.
>
>  config QCOM_CPUCP_MBOX
> -       tristate "Qualcomm Technologies, Inc. CPUCP mailbox driver"
> +       tristate "Qualcomm CPUCP mailbox driver"
>         depends on (ARCH_QCOM || COMPILE_TEST) && 64BIT
>         help
>           Qualcomm Technologies, Inc. CPUSS Control Processor (CPUCP) mailbox
> @@ -349,7 +349,7 @@ config QCOM_CPUCP_MBOX
>           Y here if you want to build this driver.
>
>  config QCOM_IPCC
> -       tristate "Qualcomm Technologies, Inc. IPCC driver"
> +       tristate "Qualcomm IPCC driver"
>         depends on ARCH_QCOM || COMPILE_TEST
>         help
>           Qualcomm Technologies, Inc. Inter-Processor Communication Controller
> --
> 2.51.0
>
Applied to mailbox/for-next
Thanks
Jassi