Re: [PATCH RFC] usb: dwc3: Remove dwc3 dependency on gadget.

2013-01-14 Thread Vivek Gautam
Hi Felipe, On Mon, Jan 14, 2013 at 1:27 PM, Felipe Balbi wrote: > On Fri, Jan 11, 2013 at 07:58:23PM +0530, Vivek Gautam wrote: >> Hi, >> >> >> On Fri, Jan 11, 2013 at 7:29 PM, Felipe Balbi wrote: >> > Hi, >> > >> > On Fri, Jan 11, 2013 at 07:13:55PM +0530, Vivek Gautam wrote: >> >> On Thu, Jan

Re: [PATCH RFC] usb: dwc3: Remove dwc3 dependency on gadget.

2013-01-13 Thread Felipe Balbi
On Fri, Jan 11, 2013 at 07:58:23PM +0530, Vivek Gautam wrote: > Hi, > > > On Fri, Jan 11, 2013 at 7:29 PM, Felipe Balbi wrote: > > Hi, > > > > On Fri, Jan 11, 2013 at 07:13:55PM +0530, Vivek Gautam wrote: > >> On Thu, Jan 10, 2013 at 6:32 PM, Felipe Balbi wrote: > >> > Hi, > >> > > >> > On Mon,

Re: [PATCH RFC] usb: dwc3: Remove dwc3 dependency on gadget.

2013-01-11 Thread Vivek Gautam
Hi, On Fri, Jan 11, 2013 at 7:29 PM, Felipe Balbi wrote: > Hi, > > On Fri, Jan 11, 2013 at 07:13:55PM +0530, Vivek Gautam wrote: >> On Thu, Jan 10, 2013 at 6:32 PM, Felipe Balbi wrote: >> > Hi, >> > >> > On Mon, Dec 24, 2012 at 07:28:33PM +0530, Vivek Gautam wrote: >> >> DWC3 controller curretl

Re: [PATCH RFC] usb: dwc3: Remove dwc3 dependency on gadget.

2013-01-11 Thread Felipe Balbi
Hi, On Fri, Jan 11, 2013 at 07:13:55PM +0530, Vivek Gautam wrote: > On Thu, Jan 10, 2013 at 6:32 PM, Felipe Balbi wrote: > > Hi, > > > > On Mon, Dec 24, 2012 at 07:28:33PM +0530, Vivek Gautam wrote: > >> DWC3 controller curretly depends on CONFIG_USB and CONFIG_USB_GADGET. > >> Some hardware may

Re: [PATCH RFC] usb: dwc3: Remove dwc3 dependency on gadget.

2013-01-11 Thread Vivek Gautam
Hi Felipe, On Thu, Jan 10, 2013 at 6:32 PM, Felipe Balbi wrote: > Hi, > > On Mon, Dec 24, 2012 at 07:28:33PM +0530, Vivek Gautam wrote: >> DWC3 controller curretly depends on CONFIG_USB and CONFIG_USB_GADGET. >> Some hardware may like to use only host feature on dwc3. >> So, removing the depende

Re: [PATCH RFC] usb: dwc3: Remove dwc3 dependency on gadget.

2013-01-10 Thread Felipe Balbi
Hi, On Mon, Dec 24, 2012 at 07:28:33PM +0530, Vivek Gautam wrote: > DWC3 controller curretly depends on CONFIG_USB and CONFIG_USB_GADGET. > Some hardware may like to use only host feature on dwc3. > So, removing the dependency of USB_DWC3 on USB_GADGET > and further modulating the dwc3 core to ena

[PATCH RFC] usb: dwc3: Remove dwc3 dependency on gadget.

2012-12-24 Thread Vivek Gautam
DWC3 controller curretly depends on CONFIG_USB and CONFIG_USB_GADGET. Some hardware may like to use only host feature on dwc3. So, removing the dependency of USB_DWC3 on USB_GADGET and further modulating the dwc3 core to enable gadget features only with USB_GADGET. Signed-off-by: Vivek Gautam CC: