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

Krzysztof Kozlowski posted 1 patch 1 month, 2 weeks ago
drivers/usb/misc/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] USB: 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/usb/misc/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/misc/Kconfig b/drivers/usb/misc/Kconfig
index 0b56b773dbdf..91b62acb537b 100644
--- a/drivers/usb/misc/Kconfig
+++ b/drivers/usb/misc/Kconfig
@@ -145,7 +145,7 @@ config USB_APPLEDISPLAY
 	  Displays over USB. This driver provides a sysfs interface.
 
 config USB_QCOM_EUD
-	tristate "QCOM Embedded USB Debugger(EUD) Driver"
+	tristate "Qualcomm Embedded USB Debugger(EUD) Driver"
 	depends on ARCH_QCOM || COMPILE_TEST
 	select QCOM_SCM
 	select USB_ROLE_SWITCH
-- 
2.51.0
Re: [PATCH] USB: qcom: Unify user-visible "Qualcomm" name
Posted by Greg Kroah-Hartman 1 month, 2 weeks ago
On Mon, Apr 27, 2026 at 09:00:45AM +0200, Krzysztof Kozlowski 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

Does that mean you want to take this through your tree, or you are ok
with this going through the subsystem-specific tree (i.e. USB for this
one.)

Either is fine with me, whatever is easiest for you.

thanks,
greg k-h
Re: [PATCH] USB: qcom: Unify user-visible "Qualcomm" name
Posted by Krzysztof Kozlowski 1 month, 2 weeks ago
On 27/04/2026 13:25, Greg Kroah-Hartman wrote:
> On Mon, Apr 27, 2026 at 09:00:45AM +0200, Krzysztof Kozlowski 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
> 
> Does that mean you want to take this through your tree, or you are ok
> with this going through the subsystem-specific tree (i.e. USB for this
> one.)


Please take the patch via USB. I mentioned it only to show that I am not
changing a few random entries and leaving everything else in a mess.

Best regards,
Krzysztof