linux-samsung-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] phy: samsung: unify naming and describe driver in KConfig
@ 2021-09-24 13:26 Krzysztof Kozlowski
  2021-09-24 13:26 ` [PATCH 2/2] scsi: ufs: exynos: unify naming Krzysztof Kozlowski
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2021-09-24 13:26 UTC (permalink / raw)
  To: Kishon Vijay Abraham I, Vinod Koul, Alim Akhtar, Avri Altman,
	James E.J. Bottomley, Martin K. Petersen, Krzysztof Kozlowski,
	Marek Szyprowski, Jaehoon Chung, linux-phy, linux-kernel,
	linux-scsi, Chanho Park, linux-arm-kernel, linux-samsung-soc

We use everywhere "Samsung" and "Exynos", not the uppercase versions.
Describe better which driver applies to which SoC, to make configuring
kernel for Samsung SoC easier.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
---
 drivers/phy/samsung/Kconfig | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/drivers/phy/samsung/Kconfig b/drivers/phy/samsung/Kconfig
index e20d2fcc9fe7..3ccaabf2850a 100644
--- a/drivers/phy/samsung/Kconfig
+++ b/drivers/phy/samsung/Kconfig
@@ -30,16 +30,16 @@ config PHY_EXYNOS_PCIE
 	  This driver provides PHY interface for Exynos PCIe controller.
 
 config PHY_SAMSUNG_UFS
-	tristate "SAMSUNG SoC series UFS PHY driver"
+	tristate "Exynos SoC series UFS PHY driver"
 	depends on OF && (ARCH_EXYNOS || COMPILE_TEST)
 	select GENERIC_PHY
 	help
-	  Enable this to support the Samsung UFS PHY driver for
-	  Samsung SoCs. This driver provides the interface for UFS
-	  host controller to do PHY related programming.
+	  Enable this to support the Samsung Exynos SoC UFS PHY driver for
+	  Samsung Exynos SoCs. This driver provides the interface for UFS host
+	  controller to do PHY related programming.
 
 config PHY_SAMSUNG_USB2
-	tristate "Samsung USB 2.0 PHY driver"
+	tristate "S5P/Exynos SoC series USB 2.0 PHY driver"
 	depends on HAS_IOMEM
 	depends on USB_EHCI_EXYNOS || USB_OHCI_EXYNOS || USB_DWC2 || COMPILE_TEST
 	select GENERIC_PHY
@@ -47,9 +47,9 @@ config PHY_SAMSUNG_USB2
 	default ARCH_EXYNOS
 	help
 	  Enable this to support the Samsung USB 2.0 PHY driver for Samsung
-	  SoCs. This driver provides the interface for USB 2.0 PHY. Support
-	  for particular PHYs will be enabled based on the SoC type in addition
-	  to this driver.
+	  S5Pv210 and Exynos SoCs. This driver provides the interface for USB
+	  2.0 PHY. Support for particular PHYs will be enabled based on the SoC
+	  type in addition to this driver.
 
 config PHY_EXYNOS4210_USB2
 	bool
-- 
2.30.2


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

* [PATCH 2/2] scsi: ufs: exynos: unify naming
  2021-09-24 13:26 [PATCH 1/2] phy: samsung: unify naming and describe driver in KConfig Krzysztof Kozlowski
@ 2021-09-24 13:26 ` Krzysztof Kozlowski
  2021-09-28  6:16   ` Alim Akhtar
  2021-09-29  2:46   ` Martin K. Petersen
  2021-10-01  6:16 ` [PATCH 1/2] phy: samsung: unify naming and describe driver in KConfig Vinod Koul
  2021-10-05  4:34 ` Martin K. Petersen
  2 siblings, 2 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2021-09-24 13:26 UTC (permalink / raw)
  To: Kishon Vijay Abraham I, Vinod Koul, Alim Akhtar, Avri Altman,
	James E.J. Bottomley, Martin K. Petersen, Krzysztof Kozlowski,
	Marek Szyprowski, Jaehoon Chung, linux-phy, linux-kernel,
	linux-scsi, Chanho Park, linux-arm-kernel, linux-samsung-soc

We use everywhere "Samsung" and "Exynos", not the uppercase versions.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
---
 drivers/scsi/ufs/Kconfig | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/drivers/scsi/ufs/Kconfig b/drivers/scsi/ufs/Kconfig
index 565e8aa6319d..af66cb3634a8 100644
--- a/drivers/scsi/ufs/Kconfig
+++ b/drivers/scsi/ufs/Kconfig
@@ -165,14 +165,14 @@ config SCSI_UFS_BSG
 	  If unsure, say N.
 
 config SCSI_UFS_EXYNOS
-	tristate "EXYNOS specific hooks to UFS controller platform driver"
+	tristate "Exynos specific hooks to UFS controller platform driver"
 	depends on SCSI_UFSHCD_PLATFORM && (ARCH_EXYNOS || COMPILE_TEST)
 	help
-	  This selects the EXYNOS specific additions to UFSHCD platform driver.
-	  UFS host on EXYNOS includes HCI and UNIPRO layer, and associates with
-	  UFS-PHY driver.
+	  This selects the Samsung Exynos SoC specific additions to UFSHCD
+	  platform driver.  UFS host on Samsung Exynos SoC includes HCI and
+	  UNIPRO layer, and associates with UFS-PHY driver.
 
-	  Select this if you have UFS host controller on EXYNOS chipset.
+	  Select this if you have UFS host controller on Samsung Exynos SoC.
 	  If unsure, say N.
 
 config SCSI_UFS_CRYPTO
-- 
2.30.2


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

* RE: [PATCH 2/2] scsi: ufs: exynos: unify naming
  2021-09-24 13:26 ` [PATCH 2/2] scsi: ufs: exynos: unify naming Krzysztof Kozlowski
@ 2021-09-28  6:16   ` Alim Akhtar
  2021-09-29  2:46   ` Martin K. Petersen
  1 sibling, 0 replies; 6+ messages in thread
From: Alim Akhtar @ 2021-09-28  6:16 UTC (permalink / raw)
  To: 'Krzysztof Kozlowski', 'Kishon Vijay Abraham I',
	'Vinod Koul', 'Avri Altman',
	'James E.J. Bottomley', 'Martin K. Petersen',
	'Marek Szyprowski', 'Jaehoon Chung',
	linux-phy, linux-kernel, linux-scsi, 'Chanho Park',
	linux-arm-kernel, linux-samsung-soc

Hello Krzysztof,

>-----Original Message-----
>From: Krzysztof Kozlowski [mailto:krzysztof.kozlowski@canonical.com]
>Sent: Friday, September 24, 2021 6:57 PM
>To: Kishon Vijay Abraham I <kishon@ti.com>; Vinod Koul <vkoul@kernel.org>;
>Alim Akhtar <alim.akhtar@samsung.com>; Avri Altman <avri.altman@wdc.com>;
>James E.J. Bottomley <jejb@linux.ibm.com>; Martin K. Petersen
><martin.petersen@oracle.com>; Krzysztof Kozlowski
><krzysztof.kozlowski@canonical.com>; Marek Szyprowski
><m.szyprowski@samsung.com>; Jaehoon Chung <jh80.chung@samsung.com>;
>linux-phy@lists.infradead.org; linux-kernel@vger.kernel.org; linux-
>scsi@vger.kernel.org; Chanho Park <chanho61.park@samsung.com>; linux-arm-
>kernel@lists.infradead.org; linux-samsung-soc@vger.kernel.org
>Subject: [PATCH 2/2] scsi: ufs: exynos: unify naming
>
>We use everywhere "Samsung" and "Exynos", not the uppercase versions.
>
>Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
>---
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>

> drivers/scsi/ufs/Kconfig | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
>diff --git a/drivers/scsi/ufs/Kconfig b/drivers/scsi/ufs/Kconfig index
>565e8aa6319d..af66cb3634a8 100644
>--- a/drivers/scsi/ufs/Kconfig
>+++ b/drivers/scsi/ufs/Kconfig
>@@ -165,14 +165,14 @@ config SCSI_UFS_BSG
> 	  If unsure, say N.
>
> config SCSI_UFS_EXYNOS
>-	tristate "EXYNOS specific hooks to UFS controller platform driver"
>+	tristate "Exynos specific hooks to UFS controller platform driver"
> 	depends on SCSI_UFSHCD_PLATFORM && (ARCH_EXYNOS ||
>COMPILE_TEST)
> 	help
>-	  This selects the EXYNOS specific additions to UFSHCD platform
driver.
>-	  UFS host on EXYNOS includes HCI and UNIPRO layer, and associates
>with
>-	  UFS-PHY driver.
>+	  This selects the Samsung Exynos SoC specific additions to UFSHCD
>+	  platform driver.  UFS host on Samsung Exynos SoC includes HCI and
>+	  UNIPRO layer, and associates with UFS-PHY driver.
>
>-	  Select this if you have UFS host controller on EXYNOS chipset.
>+	  Select this if you have UFS host controller on Samsung Exynos SoC.
> 	  If unsure, say N.
>
> config SCSI_UFS_CRYPTO
>--
>2.30.2



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

* Re: [PATCH 2/2] scsi: ufs: exynos: unify naming
  2021-09-24 13:26 ` [PATCH 2/2] scsi: ufs: exynos: unify naming Krzysztof Kozlowski
  2021-09-28  6:16   ` Alim Akhtar
@ 2021-09-29  2:46   ` Martin K. Petersen
  1 sibling, 0 replies; 6+ messages in thread
From: Martin K. Petersen @ 2021-09-29  2:46 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Kishon Vijay Abraham I, Vinod Koul, Alim Akhtar, Avri Altman,
	James E.J. Bottomley, Martin K. Petersen, Marek Szyprowski,
	Jaehoon Chung, linux-phy, linux-kernel, linux-scsi, Chanho Park,
	linux-arm-kernel, linux-samsung-soc


Krzysztof,

> We use everywhere "Samsung" and "Exynos", not the uppercase versions.

Applied to 5.16/scsi-staging, thanks!

-- 
Martin K. Petersen	Oracle Linux Engineering

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

* Re: [PATCH 1/2] phy: samsung: unify naming and describe driver in KConfig
  2021-09-24 13:26 [PATCH 1/2] phy: samsung: unify naming and describe driver in KConfig Krzysztof Kozlowski
  2021-09-24 13:26 ` [PATCH 2/2] scsi: ufs: exynos: unify naming Krzysztof Kozlowski
@ 2021-10-01  6:16 ` Vinod Koul
  2021-10-05  4:34 ` Martin K. Petersen
  2 siblings, 0 replies; 6+ messages in thread
From: Vinod Koul @ 2021-10-01  6:16 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Kishon Vijay Abraham I, Alim Akhtar, Avri Altman,
	James E.J. Bottomley, Martin K. Petersen, Marek Szyprowski,
	Jaehoon Chung, linux-phy, linux-kernel, linux-scsi, Chanho Park,
	linux-arm-kernel, linux-samsung-soc

On 24-09-21, 15:26, Krzysztof Kozlowski wrote:
> We use everywhere "Samsung" and "Exynos", not the uppercase versions.
> Describe better which driver applies to which SoC, to make configuring
> kernel for Samsung SoC easier.

Applied, thanks

-- 
~Vinod

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

* Re: [PATCH 1/2] phy: samsung: unify naming and describe driver in KConfig
  2021-09-24 13:26 [PATCH 1/2] phy: samsung: unify naming and describe driver in KConfig Krzysztof Kozlowski
  2021-09-24 13:26 ` [PATCH 2/2] scsi: ufs: exynos: unify naming Krzysztof Kozlowski
  2021-10-01  6:16 ` [PATCH 1/2] phy: samsung: unify naming and describe driver in KConfig Vinod Koul
@ 2021-10-05  4:34 ` Martin K. Petersen
  2 siblings, 0 replies; 6+ messages in thread
From: Martin K. Petersen @ 2021-10-05  4:34 UTC (permalink / raw)
  To: linux-phy, Vinod Koul, linux-arm-kernel, Marek Szyprowski,
	linux-scsi, Avri Altman, Kishon Vijay Abraham I, Jaehoon Chung,
	Chanho Park, Alim Akhtar, Krzysztof Kozlowski, linux-samsung-soc,
	James E.J. Bottomley, linux-kernel
  Cc: Martin K . Petersen

On Fri, 24 Sep 2021 15:26:57 +0200, Krzysztof Kozlowski wrote:

> We use everywhere "Samsung" and "Exynos", not the uppercase versions.
> Describe better which driver applies to which SoC, to make configuring
> kernel for Samsung SoC easier.
> 
> 

Applied to 5.16/scsi-queue, thanks!

[2/2] scsi: ufs: exynos: unify naming
      https://git.kernel.org/mkp/scsi/c/ce580e47e848

-- 
Martin K. Petersen	Oracle Linux Engineering

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

end of thread, other threads:[~2021-10-05  4:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-24 13:26 [PATCH 1/2] phy: samsung: unify naming and describe driver in KConfig Krzysztof Kozlowski
2021-09-24 13:26 ` [PATCH 2/2] scsi: ufs: exynos: unify naming Krzysztof Kozlowski
2021-09-28  6:16   ` Alim Akhtar
2021-09-29  2:46   ` Martin K. Petersen
2021-10-01  6:16 ` [PATCH 1/2] phy: samsung: unify naming and describe driver in KConfig Vinod Koul
2021-10-05  4:34 ` 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;
as well as URLs for NNTP newsgroup(s).