mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] scsi: ufs: qcom: Unify user-visible "Qualcomm" name
@ 2026-04-27  7:00 Krzysztof Kozlowski
  2026-04-27 15:43 ` Bart Van Assche
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2026-04-27  7:00 UTC (permalink / raw)
  To: James E.J. Bottomley, Martin K. Petersen, linux-scsi, linux-kernel
  Cc: =Bjorn Andersson, Konrad Dybcio, linux-arm-msm, Krzysztof Kozlowski

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/ufs/host/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/ufs/host/Kconfig b/drivers/ufs/host/Kconfig
index 964ae70e7390..ff170c0b6da0 100644
--- a/drivers/ufs/host/Kconfig
+++ b/drivers/ufs/host/Kconfig
@@ -55,7 +55,7 @@ config SCSI_UFS_DWC_TC_PLATFORM
 	  If unsure, say N.
 
 config SCSI_UFS_QCOM
-	tristate "QCOM specific hooks to UFS controller platform driver"
+	tristate "Qualcomm specific hooks to UFS controller platform driver"
 	depends on SCSI_UFSHCD_PLATFORM && ARCH_QCOM
 	depends on GENERIC_MSI_IRQ
 	depends on RESET_CONTROLLER
-- 
2.51.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] scsi: ufs: qcom: Unify user-visible "Qualcomm" name
  2026-04-27  7:00 [PATCH] scsi: ufs: qcom: Unify user-visible "Qualcomm" name Krzysztof Kozlowski
@ 2026-04-27 15:43 ` Bart Van Assche
  2026-04-30 11:48 ` Martin K. Petersen
  2026-05-23  3:14 ` Martin K. Petersen
  2 siblings, 0 replies; 4+ messages in thread
From: Bart Van Assche @ 2026-04-27 15:43 UTC (permalink / raw)
  To: Krzysztof Kozlowski, James E.J. Bottomley, Martin K. Petersen,
	linux-scsi, linux-kernel
  Cc: =Bjorn Andersson, Konrad Dybcio, linux-arm-msm

On 4/27/26 12:00 AM, 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.

Reviewed-by: Bart Van Assche <bvanassche@acm.org>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] scsi: ufs: qcom: Unify user-visible "Qualcomm" name
  2026-04-27  7:00 [PATCH] scsi: ufs: qcom: Unify user-visible "Qualcomm" name Krzysztof Kozlowski
  2026-04-27 15:43 ` Bart Van Assche
@ 2026-04-30 11:48 ` Martin K. Petersen
  2026-05-23  3:14 ` Martin K. Petersen
  2 siblings, 0 replies; 4+ messages in thread
From: Martin K. Petersen @ 2026-04-30 11:48 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: James E.J. Bottomley, Martin K. Petersen, linux-scsi,
	linux-kernel, =Bjorn Andersson, Konrad Dybcio, linux-arm-msm


Krzysztof,

> 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.

Applied to 7.2/scsi-staging, thanks!

-- 
Martin K. Petersen

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] scsi: ufs: qcom: Unify user-visible "Qualcomm" name
  2026-04-27  7:00 [PATCH] scsi: ufs: qcom: Unify user-visible "Qualcomm" name Krzysztof Kozlowski
  2026-04-27 15:43 ` Bart Van Assche
  2026-04-30 11:48 ` Martin K. Petersen
@ 2026-05-23  3:14 ` Martin K. Petersen
  2 siblings, 0 replies; 4+ messages in thread
From: Martin K. Petersen @ 2026-05-23  3:14 UTC (permalink / raw)
  To: James E.J. Bottomley, linux-scsi, linux-kernel, Krzysztof Kozlowski
  Cc: Martin K . Petersen, =Bjorn Andersson, Konrad Dybcio, linux-arm-msm

On Mon, 27 Apr 2026 09:00:49 +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.
> 
> 

Applied to 7.2/scsi-queue, thanks!

[1/1] scsi: ufs: qcom: Unify user-visible "Qualcomm" name
      https://git.kernel.org/mkp/scsi/c/0bdf7d7ee75d

-- 
Martin K. Petersen

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-05-23  3:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-04-27  7:00 [PATCH] scsi: ufs: qcom: Unify user-visible "Qualcomm" name Krzysztof Kozlowski
2026-04-27 15:43 ` Bart Van Assche
2026-04-30 11:48 ` Martin K. Petersen
2026-05-23  3:14 ` Martin K. Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®