public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] *** update obsolete configuration to support
@ 2015-05-11 15:15 Yaniv Gardi
  2015-05-11 15:15 ` [PATCH v1 1/2] scsi: ufs: update obsolete configuration of ARCH_MSM into ARCH_QCOM Yaniv Gardi
  2015-05-11 15:15 ` [PATCH v1 2/2] phy: " Yaniv Gardi
  0 siblings, 2 replies; 5+ messages in thread
From: Yaniv Gardi @ 2015-05-11 15:15 UTC (permalink / raw)
  To: James.Bottomley, hch
  Cc: linux-kernel, linux-scsi, linux-arm-msm, santoshsy,
	linux-scsi-owner, subhashj, ygardi, draviv, gbroner

*** BLURB HERE ***

Yaniv Gardi (2):
  scsi: ufs: update obsolete configuration of ARCH_MSM into ARCH_QCOM
  phy: update obsolete configuration of ARCH_MSM into ARCH_QCOM

 drivers/phy/Kconfig      | 2 +-
 drivers/scsi/ufs/Kconfig | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
1.8.5.2

-- 
QUALCOMM ISRAEL, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation

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

* [PATCH v1 1/2] scsi: ufs: update obsolete configuration of ARCH_MSM into ARCH_QCOM
  2015-05-11 15:15 [PATCH v1 0/2] *** update obsolete configuration to support Yaniv Gardi
@ 2015-05-11 15:15 ` Yaniv Gardi
  2015-05-11 17:58   ` Stephen Boyd
  2015-05-11 15:15 ` [PATCH v1 2/2] phy: " Yaniv Gardi
  1 sibling, 1 reply; 5+ messages in thread
From: Yaniv Gardi @ 2015-05-11 15:15 UTC (permalink / raw)
  To: James.Bottomley, hch
  Cc: linux-kernel, linux-scsi, linux-arm-msm, santoshsy,
	linux-scsi-owner, subhashj, ygardi, draviv, gbroner,
	Vinayak Holikatti, James E.J. Bottomley

Since ARCH_MSM is no longer supported as configuration definition,
it should be modified into ARCH_QCOM in order to add support for
Qualcomm platforms.

Signed-off-by: Yaniv Gardi <ygardi@codeaurora.org>

---
 drivers/scsi/ufs/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/ufs/Kconfig b/drivers/scsi/ufs/Kconfig
index 8a1f4b3..e945383 100644
--- a/drivers/scsi/ufs/Kconfig
+++ b/drivers/scsi/ufs/Kconfig
@@ -73,7 +73,7 @@ config SCSI_UFSHCD_PLATFORM
 
 config SCSI_UFS_QCOM
 	bool "QCOM specific hooks to UFS controller platform driver"
-	depends on SCSI_UFSHCD_PLATFORM && ARCH_MSM
+	depends on SCSI_UFSHCD_PLATFORM && ARCH_QCOM
 	select PHY_QCOM_UFS
 	help
 	  This selects the QCOM specific additions to UFSHCD platform driver.
-- 
1.8.5.2

-- 
QUALCOMM ISRAEL, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation

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

* [PATCH v1 2/2] phy: update obsolete configuration of ARCH_MSM into ARCH_QCOM
  2015-05-11 15:15 [PATCH v1 0/2] *** update obsolete configuration to support Yaniv Gardi
  2015-05-11 15:15 ` [PATCH v1 1/2] scsi: ufs: update obsolete configuration of ARCH_MSM into ARCH_QCOM Yaniv Gardi
@ 2015-05-11 15:15 ` Yaniv Gardi
  2015-05-11 17:58   ` Stephen Boyd
  1 sibling, 1 reply; 5+ messages in thread
From: Yaniv Gardi @ 2015-05-11 15:15 UTC (permalink / raw)
  To: James.Bottomley, hch
  Cc: linux-kernel, linux-scsi, linux-arm-msm, santoshsy,
	linux-scsi-owner, subhashj, ygardi, draviv, gbroner,
	Kishon Vijay Abraham I

Since ARCH_MSM is no longer supported as configuration definition,
it should be modified into ARCH_QCOM in order to add support for
Qualcomm platforms.

Signed-off-by: Yaniv Gardi <ygardi@codeaurora.org>

---
 drivers/phy/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig
index a53bd5b..33e703e 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.
-- 
1.8.5.2

-- 
QUALCOMM ISRAEL, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation

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

* Re: [PATCH v1 2/2] phy: update obsolete configuration of ARCH_MSM into ARCH_QCOM
  2015-05-11 15:15 ` [PATCH v1 2/2] phy: " Yaniv Gardi
@ 2015-05-11 17:58   ` Stephen Boyd
  0 siblings, 0 replies; 5+ messages in thread
From: Stephen Boyd @ 2015-05-11 17:58 UTC (permalink / raw)
  To: Yaniv Gardi, James.Bottomley, hch
  Cc: linux-kernel, linux-scsi, linux-arm-msm, santoshsy,
	linux-scsi-owner, subhashj, draviv, gbroner,
	Kishon Vijay Abraham I

On 05/11/15 08:15, Yaniv Gardi wrote:
> Since ARCH_MSM is no longer supported as configuration definition,
> it should be modified into ARCH_QCOM in order to add support for
> Qualcomm platforms.
>
> Signed-off-by: Yaniv Gardi <ygardi@codeaurora.org>
>
> ---

I've already sent this patch[1]. Can you please ack it?

[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] 5+ messages in thread

* Re: [PATCH v1 1/2] scsi: ufs: update obsolete configuration of ARCH_MSM into ARCH_QCOM
  2015-05-11 15:15 ` [PATCH v1 1/2] scsi: ufs: update obsolete configuration of ARCH_MSM into ARCH_QCOM Yaniv Gardi
@ 2015-05-11 17:58   ` Stephen Boyd
  0 siblings, 0 replies; 5+ messages in thread
From: Stephen Boyd @ 2015-05-11 17:58 UTC (permalink / raw)
  To: Yaniv Gardi, James.Bottomley, hch
  Cc: linux-kernel, linux-scsi, linux-arm-msm, santoshsy,
	linux-scsi-owner, subhashj, draviv, gbroner, Vinayak Holikatti,
	James E.J. Bottomley

On 05/11/15 08:15, Yaniv Gardi wrote:
> Since ARCH_MSM is no longer supported as configuration definition,
> it should be modified into ARCH_QCOM in order to add support for
> Qualcomm platforms.
>
> Signed-off-by: Yaniv Gardi <ygardi@codeaurora.org>
>
> ---

I've already sent this patch[1]. Can you please ack it?

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

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

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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-11 15:15 [PATCH v1 0/2] *** update obsolete configuration to support Yaniv Gardi
2015-05-11 15:15 ` [PATCH v1 1/2] scsi: ufs: update obsolete configuration of ARCH_MSM into ARCH_QCOM Yaniv Gardi
2015-05-11 17:58   ` Stephen Boyd
2015-05-11 15:15 ` [PATCH v1 2/2] phy: " Yaniv Gardi
2015-05-11 17:58   ` Stephen Boyd

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