Re: [PATCH 0/2] usb: dwc2: Remove host and gadget only code from core

2016-02-24 Thread Felipe Balbi
Hi, Doug Anderson writes: >> John Youn writes: >>> On 2/23/2016 12:35 AM, John Youn wrote: This series moves the host/gadget-specific code from core.c to hcd.c and gadget.c so that they will be compiled only when their respective

Re: [PATCH 0/2] usb: dwc2: Remove host and gadget only code from core

2016-02-24 Thread Felipe Balbi
Hi, Doug Anderson writes: >> John Youn writes: >>> On 2/23/2016 12:35 AM, John Youn wrote: This series moves the host/gadget-specific code from core.c to hcd.c and gadget.c so that they will be compiled only when their respective configurations are selected, or in DRD.

Re: [PATCH 0/2] usb: dwc2: Remove host and gadget only code from core

2016-02-24 Thread Doug Anderson
Felipe, On Wed, Feb 24, 2016 at 5:40 AM, Felipe Balbi wrote: > > Hi, > > John Youn writes: >> On 2/23/2016 12:35 AM, John Youn wrote: >>> This series moves the host/gadget-specific code from core.c to hcd.c >>> and gadget.c so that they will be compiled

Re: [PATCH 0/2] usb: dwc2: Remove host and gadget only code from core

2016-02-24 Thread Doug Anderson
Felipe, On Wed, Feb 24, 2016 at 5:40 AM, Felipe Balbi wrote: > > Hi, > > John Youn writes: >> On 2/23/2016 12:35 AM, John Youn wrote: >>> This series moves the host/gadget-specific code from core.c to hcd.c >>> and gadget.c so that they will be compiled only when their respective >>>

Re: [PATCH 0/2] usb: dwc2: Remove host and gadget only code from core

2016-02-24 Thread Felipe Balbi
Hi, John Youn writes: > On 2/23/2016 12:35 AM, John Youn wrote: >> This series moves the host/gadget-specific code from core.c to hcd.c >> and gadget.c so that they will be compiled only when their respective >> configurations are selected, or in DRD. >> >> This is

Re: [PATCH 0/2] usb: dwc2: Remove host and gadget only code from core

2016-02-24 Thread Felipe Balbi
Hi, John Youn writes: > On 2/23/2016 12:35 AM, John Youn wrote: >> This series moves the host/gadget-specific code from core.c to hcd.c >> and gadget.c so that they will be compiled only when their respective >> configurations are selected, or in DRD. >> >> This is mostly just a straight move

Re: [PATCH 0/2] usb: dwc2: Remove host and gadget only code from core

2016-02-23 Thread John Youn
On 2/23/2016 12:35 AM, John Youn wrote: > This series moves the host/gadget-specific code from core.c to hcd.c > and gadget.c so that they will be compiled only when their respective > configurations are selected, or in DRD. > > This is mostly just a straight move of the code. I have also added >

Re: [PATCH 0/2] usb: dwc2: Remove host and gadget only code from core

2016-02-23 Thread John Youn
On 2/23/2016 12:35 AM, John Youn wrote: > This series moves the host/gadget-specific code from core.c to hcd.c > and gadget.c so that they will be compiled only when their respective > configurations are selected, or in DRD. > > This is mostly just a straight move of the code. I have also added >

[PATCH 0/2] usb: dwc2: Remove host and gadget only code from core

2016-02-23 Thread John Youn
This series moves the host/gadget-specific code from core.c to hcd.c and gadget.c so that they will be compiled only when their respective configurations are selected, or in DRD. This is mostly just a straight move of the code. I have also added some comments to group related functions together.

[PATCH 0/2] usb: dwc2: Remove host and gadget only code from core

2016-02-23 Thread John Youn
This series moves the host/gadget-specific code from core.c to hcd.c and gadget.c so that they will be compiled only when their respective configurations are selected, or in DRD. This is mostly just a straight move of the code. I have also added some comments to group related functions together.