[PATCH v1 1/3] usb: Kconfig: make EHCI_MSM selectable for QCOM SOCs

2014-06-30 Thread Srinivas Kandagatla
This patch makes the msm ehci driver available to use on QCOM SOCs,
which have the same IP.

Signed-off-by: Srinivas Kandagatla srinivas.kandaga...@linaro.org
---
 drivers/usb/host/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index 61b7817..03314f8 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -176,7 +176,7 @@ config USB_EHCI_HCD_AT91
 
 config USB_EHCI_MSM
tristate Support for Qualcomm QSD/MSM on-chip EHCI USB controller
-   depends on ARCH_MSM
+   depends on ARCH_MSM || ARCH_QCOM
select USB_EHCI_ROOT_HUB_TT
---help---
  Enables support for the USB Host controller present on the
-- 
1.9.1

--
To unsubscribe from this list: send the line unsubscribe linux-arm-msm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v1 1/3] usb: Kconfig: make EHCI_MSM selectable for QCOM SOCs

2014-06-30 Thread Felipe Balbi
On Mon, Jun 30, 2014 at 06:29:34PM +0100, Srinivas Kandagatla wrote:
 This patch makes the msm ehci driver available to use on QCOM SOCs,
 which have the same IP.
 
 Signed-off-by: Srinivas Kandagatla srinivas.kandaga...@linaro.org

Alan, this is ok to me:

Acked-by: Felipe Balbi ba...@ti.com

 ---
  drivers/usb/host/Kconfig | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
 index 61b7817..03314f8 100644
 --- a/drivers/usb/host/Kconfig
 +++ b/drivers/usb/host/Kconfig
 @@ -176,7 +176,7 @@ config USB_EHCI_HCD_AT91
  
  config USB_EHCI_MSM
   tristate Support for Qualcomm QSD/MSM on-chip EHCI USB controller
 - depends on ARCH_MSM
 + depends on ARCH_MSM || ARCH_QCOM
   select USB_EHCI_ROOT_HUB_TT
   ---help---
 Enables support for the USB Host controller present on the
 -- 
 1.9.1
 

-- 
balbi


signature.asc
Description: Digital signature


Re: [PATCH v1 1/3] usb: Kconfig: make EHCI_MSM selectable for QCOM SOCs

2014-06-30 Thread Alan Stern
On Mon, 30 Jun 2014, Felipe Balbi wrote:

 On Mon, Jun 30, 2014 at 06:29:34PM +0100, Srinivas Kandagatla wrote:
  This patch makes the msm ehci driver available to use on QCOM SOCs,
  which have the same IP.
  
  Signed-off-by: Srinivas Kandagatla srinivas.kandaga...@linaro.org
 
 Alan, this is ok to me:
 
 Acked-by: Felipe Balbi ba...@ti.com

Greg, it's okay with me too.

Acked-by: Alan Stern st...@rowland.harvard.edu

  ---
   drivers/usb/host/Kconfig | 2 +-
   1 file changed, 1 insertion(+), 1 deletion(-)
  
  diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
  index 61b7817..03314f8 100644
  --- a/drivers/usb/host/Kconfig
  +++ b/drivers/usb/host/Kconfig
  @@ -176,7 +176,7 @@ config USB_EHCI_HCD_AT91
   
   config USB_EHCI_MSM
  tristate Support for Qualcomm QSD/MSM on-chip EHCI USB controller
  -   depends on ARCH_MSM
  +   depends on ARCH_MSM || ARCH_QCOM
  select USB_EHCI_ROOT_HUB_TT
  ---help---
Enables support for the USB Host controller present on the
  -- 
  1.9.1
  
 
 

--
To unsubscribe from this list: send the line unsubscribe linux-arm-msm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html