Re: [PATCH] usb: dwc2: allow dwc2 to get built when USB_GADGET=m

2014-11-03 Thread Dinh Nguyen
Hi Felipe,

On 10/22/2014 01:29 PM, Paul Zimmerman wrote:
 From: dingu...@opensource.altera.com [mailto:dingu...@opensource.altera.com]
 Sent: Tuesday, October 21, 2014 1:32 PM

 From: Dinh Nguyen dingu...@opensource.altera.com

 This patch allows the gadget portion of the DWC2 driver to get built when
 (!USB  USB_GADGET) condition is encountered.

 Signed-off-by: Dinh Nguyen dingu...@opensource.altera.com
 ---
  drivers/usb/dwc2/Kconfig | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

 diff --git a/drivers/usb/dwc2/Kconfig b/drivers/usb/dwc2/Kconfig
 index f93807b..4d02718 100644
 --- a/drivers/usb/dwc2/Kconfig
 +++ b/drivers/usb/dwc2/Kconfig
 @@ -1,6 +1,6 @@
  config USB_DWC2
  bool DesignWare USB2 DRD Core Support
 -depends on USB
 +depends on USB || USB_GADGET
  help
Say Y here if your system has a Dual Role Hi-Speed USB
controller based on the DesignWare HSOTG IP Core.
 
 Acked-by: Paul Zimmerman pa...@synopsys.com
 

Can you please apply this patch to your -next tree?

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


Re: [PATCH] usb: dwc2: allow dwc2 to get built when USB_GADGET=m

2014-11-03 Thread Felipe Balbi
On Mon, Nov 03, 2014 at 04:25:06PM -0600, Dinh Nguyen wrote:
 Hi Felipe,
 
 On 10/22/2014 01:29 PM, Paul Zimmerman wrote:
  From: dingu...@opensource.altera.com 
  [mailto:dingu...@opensource.altera.com]
  Sent: Tuesday, October 21, 2014 1:32 PM
 
  From: Dinh Nguyen dingu...@opensource.altera.com
 
  This patch allows the gadget portion of the DWC2 driver to get built when
  (!USB  USB_GADGET) condition is encountered.
 
  Signed-off-by: Dinh Nguyen dingu...@opensource.altera.com
  ---
   drivers/usb/dwc2/Kconfig | 2 +-
   1 file changed, 1 insertion(+), 1 deletion(-)
 
  diff --git a/drivers/usb/dwc2/Kconfig b/drivers/usb/dwc2/Kconfig
  index f93807b..4d02718 100644
  --- a/drivers/usb/dwc2/Kconfig
  +++ b/drivers/usb/dwc2/Kconfig
  @@ -1,6 +1,6 @@
   config USB_DWC2
 bool DesignWare USB2 DRD Core Support
  -  depends on USB
  +  depends on USB || USB_GADGET
 help
   Say Y here if your system has a Dual Role Hi-Speed USB
   controller based on the DesignWare HSOTG IP Core.
  
  Acked-by: Paul Zimmerman pa...@synopsys.com
  
 
 Can you please apply this patch to your -next tree?

You're not paying me to do anything, so you don't get a saying, sorry.

Once it's in my next branch, you'll receive an automated email.
v3.18-rc3 was just tagged and I want to retest everything on top of that
before moving testing/next to immutable next.

cheers

-- 
balbi


signature.asc
Description: Digital signature


Re: [PATCH] usb: dwc2: allow dwc2 to get built when USB_GADGET=m

2014-11-03 Thread Felipe Balbi
On Mon, Nov 03, 2014 at 04:34:06PM -0600, Felipe Balbi wrote:
 On Mon, Nov 03, 2014 at 04:25:06PM -0600, Dinh Nguyen wrote:
  Hi Felipe,
  
  On 10/22/2014 01:29 PM, Paul Zimmerman wrote:
   From: dingu...@opensource.altera.com 
   [mailto:dingu...@opensource.altera.com]
   Sent: Tuesday, October 21, 2014 1:32 PM
  
   From: Dinh Nguyen dingu...@opensource.altera.com
  
   This patch allows the gadget portion of the DWC2 driver to get built when
   (!USB  USB_GADGET) condition is encountered.
  
   Signed-off-by: Dinh Nguyen dingu...@opensource.altera.com
   ---
drivers/usb/dwc2/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
  
   diff --git a/drivers/usb/dwc2/Kconfig b/drivers/usb/dwc2/Kconfig
   index f93807b..4d02718 100644
   --- a/drivers/usb/dwc2/Kconfig
   +++ b/drivers/usb/dwc2/Kconfig
   @@ -1,6 +1,6 @@
config USB_DWC2
bool DesignWare USB2 DRD Core Support
   -depends on USB
   +depends on USB || USB_GADGET
help
  Say Y here if your system has a Dual Role Hi-Speed USB
  controller based on the DesignWare HSOTG IP Core.
   
   Acked-by: Paul Zimmerman pa...@synopsys.com
   
  
  Can you please apply this patch to your -next tree?
 
 You're not paying me to do anything, so you don't get a saying, sorry.
 
 Once it's in my next branch, you'll receive an automated email.
 v3.18-rc3 was just tagged and I want to retest everything on top of that
 before moving testing/next to immutable next.

to make it all the more clear: TI doesn't get a saying either. It goes
into my 'next' when *I* am happy with the patch. Sorry

-- 
balbi


signature.asc
Description: Digital signature


RE: [PATCH] usb: dwc2: allow dwc2 to get built when USB_GADGET=m

2014-10-22 Thread Paul Zimmerman
 From: dingu...@opensource.altera.com [mailto:dingu...@opensource.altera.com]
 Sent: Tuesday, October 21, 2014 1:32 PM
 
 From: Dinh Nguyen dingu...@opensource.altera.com
 
 This patch allows the gadget portion of the DWC2 driver to get built when
 (!USB  USB_GADGET) condition is encountered.
 
 Signed-off-by: Dinh Nguyen dingu...@opensource.altera.com
 ---
  drivers/usb/dwc2/Kconfig | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/drivers/usb/dwc2/Kconfig b/drivers/usb/dwc2/Kconfig
 index f93807b..4d02718 100644
 --- a/drivers/usb/dwc2/Kconfig
 +++ b/drivers/usb/dwc2/Kconfig
 @@ -1,6 +1,6 @@
  config USB_DWC2
   bool DesignWare USB2 DRD Core Support
 - depends on USB
 + depends on USB || USB_GADGET
   help
 Say Y here if your system has a Dual Role Hi-Speed USB
 controller based on the DesignWare HSOTG IP Core.

Acked-by: Paul Zimmerman pa...@synopsys.com

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


[PATCH] usb: dwc2: allow dwc2 to get built when USB_GADGET=m

2014-10-21 Thread dinguyen
From: Dinh Nguyen dingu...@opensource.altera.com

This patch allows the gadget portion of the DWC2 driver to get built when
(!USB  USB_GADGET) condition is encountered.

Signed-off-by: Dinh Nguyen dingu...@opensource.altera.com
---
 drivers/usb/dwc2/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/dwc2/Kconfig b/drivers/usb/dwc2/Kconfig
index f93807b..4d02718 100644
--- a/drivers/usb/dwc2/Kconfig
+++ b/drivers/usb/dwc2/Kconfig
@@ -1,6 +1,6 @@
 config USB_DWC2
bool DesignWare USB2 DRD Core Support
-   depends on USB
+   depends on USB || USB_GADGET
help
  Say Y here if your system has a Dual Role Hi-Speed USB
  controller based on the DesignWare HSOTG IP Core.
-- 
2.0.3

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


Re: [PATCH] usb: dwc2: allow dwc2 to get built when USB_GADGET=m

2014-10-21 Thread Jingoo Han
On Wednesday, October 22, 2014 5:32 AM, Dinh Nguyen wrote:

 From: Dinh Nguyen dingu...@opensource.altera.com
 
 This patch allows the gadget portion of the DWC2 driver to get built when
 (!USB  USB_GADGET) condition is encountered.
 
 Signed-off-by: Dinh Nguyen dingu...@opensource.altera.com

Reviewed-by: Jingoo Han jg1@samsung.com

Best regards,
Jingoo Han

 ---
  drivers/usb/dwc2/Kconfig | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/drivers/usb/dwc2/Kconfig b/drivers/usb/dwc2/Kconfig
 index f93807b..4d02718 100644
 --- a/drivers/usb/dwc2/Kconfig
 +++ b/drivers/usb/dwc2/Kconfig
 @@ -1,6 +1,6 @@
  config USB_DWC2
   bool DesignWare USB2 DRD Core Support
 - depends on USB
 + depends on USB || USB_GADGET
   help
 Say Y here if your system has a Dual Role Hi-Speed USB
 controller based on the DesignWare HSOTG IP Core.
 --
 2.0.3

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