All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] phy: qcom-ufs: fix platform dependency
@ 2015-05-19 15:11 ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2015-05-19 15:11 UTC (permalink / raw
  To: linux-arm-kernel
  Cc: linux-arm-msm, Stephen Boyd, Kishon Vijay Abraham I, Axel Lin,
	Yaniv Gardi, Dov Levenglick

The UFS PHY driver is written for the QCOM platform, but
has an incorrect dependency pointing to the recently
removed MSM platform, causing a warning whenever it
gets selected:

warning: (SCSI_UFS_QCOM) selects PHY_QCOM_UFS which has unmet direct dependencies (OF && ARCH_MSM)

This fixes the dependency.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes: af6f8fff446 ("ufs-qcom: Switch dependency to ARCH_QCOM")

diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig
index 1b5c235562c9..c4d599976306 100644
--- a/drivers/phy/Kconfig
+++ b/drivers/phy/Kconfig
@@ -304,7 +304,7 @@ config PHY_STIH41X_USB
 
 config PHY_QCOM_UFS
 	tristate "Qualcomm UFS PHY driver"
-	depends on OF && ARCH_MSM
+	depends on OF && ARCH_QCOM
 	select GENERIC_PHY
 	help
 	  Support for UFS PHY on QCOM chipsets.

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

* [PATCH] phy: qcom-ufs: fix platform dependency
@ 2015-05-19 15:11 ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2015-05-19 15:11 UTC (permalink / raw
  To: linux-arm-kernel

The UFS PHY driver is written for the QCOM platform, but
has an incorrect dependency pointing to the recently
removed MSM platform, causing a warning whenever it
gets selected:

warning: (SCSI_UFS_QCOM) selects PHY_QCOM_UFS which has unmet direct dependencies (OF && ARCH_MSM)

This fixes the dependency.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes: af6f8fff446 ("ufs-qcom: Switch dependency to ARCH_QCOM")

diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig
index 1b5c235562c9..c4d599976306 100644
--- a/drivers/phy/Kconfig
+++ b/drivers/phy/Kconfig
@@ -304,7 +304,7 @@ config PHY_STIH41X_USB
 
 config PHY_QCOM_UFS
 	tristate "Qualcomm UFS PHY driver"
-	depends on OF && ARCH_MSM
+	depends on OF && ARCH_QCOM
 	select GENERIC_PHY
 	help
 	  Support for UFS PHY on QCOM chipsets.

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

* Re: [PATCH] phy: qcom-ufs: fix platform dependency
  2015-05-19 15:11 ` Arnd Bergmann
@ 2015-05-19 18:58   ` Stephen Boyd
  -1 siblings, 0 replies; 4+ messages in thread
From: Stephen Boyd @ 2015-05-19 18:58 UTC (permalink / raw
  To: Arnd Bergmann, linux-arm-kernel
  Cc: linux-arm-msm, Kishon Vijay Abraham I, Axel Lin, Yaniv Gardi,
	Dov Levenglick

On 05/19/15 08:11, Arnd Bergmann wrote:
> The UFS PHY driver is written for the QCOM platform, but
> has an incorrect dependency pointing to the recently
> removed MSM platform, causing a warning whenever it
> gets selected:
>
> warning: (SCSI_UFS_QCOM) selects PHY_QCOM_UFS which has unmet direct dependencies (OF && ARCH_MSM)
>
> This fixes the dependency.
>
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> Fixes: af6f8fff446 ("ufs-qcom: Switch dependency to ARCH_QCOM")

Hm... I guess I should have combined the two patches into one. See [1]
for this exact patch from last month.

[1] https://lkml.org/lkml/2015/4/10/862

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

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

* [PATCH] phy: qcom-ufs: fix platform dependency
@ 2015-05-19 18:58   ` Stephen Boyd
  0 siblings, 0 replies; 4+ messages in thread
From: Stephen Boyd @ 2015-05-19 18:58 UTC (permalink / raw
  To: linux-arm-kernel

On 05/19/15 08:11, Arnd Bergmann wrote:
> The UFS PHY driver is written for the QCOM platform, but
> has an incorrect dependency pointing to the recently
> removed MSM platform, causing a warning whenever it
> gets selected:
>
> warning: (SCSI_UFS_QCOM) selects PHY_QCOM_UFS which has unmet direct dependencies (OF && ARCH_MSM)
>
> This fixes the dependency.
>
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> Fixes: af6f8fff446 ("ufs-qcom: Switch dependency to ARCH_QCOM")

Hm... I guess I should have combined the two patches into one. See [1]
for this exact patch from last month.

[1] https://lkml.org/lkml/2015/4/10/862

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

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

end of thread, other threads:[~2015-05-19 18:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-19 15:11 [PATCH] phy: qcom-ufs: fix platform dependency Arnd Bergmann
2015-05-19 15:11 ` Arnd Bergmann
2015-05-19 18:58 ` Stephen Boyd
2015-05-19 18:58   ` Stephen Boyd

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.