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

Krzysztof Kozlowski posted 1 patch 1 month, 3 weeks ago
drivers/edac/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] EDAC/qcom: Unify user-visible "Qualcomm" name
Posted by Krzysztof Kozlowski 1 month, 3 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/edac/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig
index a44b85c440ca..a229bd3499c4 100644
--- a/drivers/edac/Kconfig
+++ b/drivers/edac/Kconfig
@@ -490,7 +490,7 @@ config EDAC_TI
 	  Support for error detection and correction on the TI SoCs.
 
 config EDAC_QCOM
-	tristate "QCOM EDAC Controller"
+	tristate "Qualcomm EDAC Controller"
 	depends on ARCH_QCOM && QCOM_LLCC
 	help
 	  Support for error detection and correction on the
-- 
2.51.0
RE: [PATCH] EDAC/qcom: Unify user-visible "Qualcomm" name
Posted by Zhuo, Qiuxu 1 month, 3 weeks ago
> From: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
> Sent: Friday, April 24, 2026 1:36 AM
> To: Borislav Petkov <bp@alien8.de>; Luck, Tony <tony.luck@intel.com>; linux-
> edac@vger.kernel.org; linux-kernel@vger.kernel.org
> Cc: =Bjorn Andersson <andersson@kernel.org>; Konrad Dybcio
> <konradybcio@kernel.org>; linux-arm-msm@vger.kernel.org; Krzysztof
> Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
> Subject: [PATCH] EDAC/qcom: Unify user-visible "Qualcomm" name
> 
> 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>

LGTM,

  Reviewed-by: Qiuxu Zhuo <qiuxu.zhuo@intel.com>