Re: [PATCH v7 03/14] usb: hcd.h: Add OTG to HCD interface

2016-05-10 Thread Peter Chen
chromium.org; yoshihiro.shimoda...@renesas.com; linux- > >> u...@vger.kernel.org; linux-kernel@vger.kernel.org; linux- > >> o...@vger.kernel.org; devicet...@vger.kernel.org > >> Subject: Re: [PATCH v7 03/14] usb: hcd.h: Add OTG to HCD interface > >> > >> On 10

Re: [PATCH v7 03/14] usb: hcd.h: Add OTG to HCD interface

2016-05-10 Thread Roger Quadros
; linux- >> o...@vger.kernel.org; devicet...@vger.kernel.org >> Subject: Re: [PATCH v7 03/14] usb: hcd.h: Add OTG to HCD interface >> >> On 10/05/16 06:14, Peter Chen wrote: >>> On Mon, May 09, 2016 at 12:45:38PM +0300, Roger Quadros wrote: >>>> On 06/05/16 12:

Re: [PATCH v7 03/14] usb: hcd.h: Add OTG to HCD interface

2016-05-10 Thread Roger Quadros
On 10/05/16 11:12, Felipe Balbi wrote: > > Hi, > > Roger Quadros writes: >> On 10/05/16 06:14, Peter Chen wrote: >>> On Mon, May 09, 2016 at 12:45:38PM +0300, Roger Quadros wrote: On 06/05/16 12:41, Peter Chen wrote: > On Mon, May 02, 2016 at 03:18:46PM +0300, Roger Quadros wrote: >

RE: [PATCH v7 03/14] usb: hcd.h: Add OTG to HCD interface

2016-05-10 Thread Jun Li
n...@freescale.com; > mathias.ny...@linux.intel.com; t...@atomide.com; joao.pi...@synopsys.com; > abres...@chromium.org; yoshihiro.shimoda...@renesas.com; linux- > u...@vger.kernel.org; linux-kernel@vger.kernel.org; linux- > o...@vger.kernel.org; devicet...@vger.kernel.org > Subject: Re: [PATCH

Re: [PATCH v7 03/14] usb: hcd.h: Add OTG to HCD interface

2016-05-10 Thread Felipe Balbi
Hi, Roger Quadros writes: > On 10/05/16 06:14, Peter Chen wrote: >> On Mon, May 09, 2016 at 12:45:38PM +0300, Roger Quadros wrote: >>> On 06/05/16 12:41, Peter Chen wrote: On Mon, May 02, 2016 at 03:18:46PM +0300, Roger Quadros wrote: > The OTG core will use struct otg_hcd_ops to interf

Re: [PATCH v7 03/14] usb: hcd.h: Add OTG to HCD interface

2016-05-10 Thread Roger Quadros
On 10/05/16 06:14, Peter Chen wrote: > On Mon, May 09, 2016 at 12:45:38PM +0300, Roger Quadros wrote: >> On 06/05/16 12:41, Peter Chen wrote: >>> On Mon, May 02, 2016 at 03:18:46PM +0300, Roger Quadros wrote: The OTG core will use struct otg_hcd_ops to interface with the HCD controller. >

Re: [PATCH v7 03/14] usb: hcd.h: Add OTG to HCD interface

2016-05-09 Thread Peter Chen
On Mon, May 09, 2016 at 12:45:38PM +0300, Roger Quadros wrote: > On 06/05/16 12:41, Peter Chen wrote: > > On Mon, May 02, 2016 at 03:18:46PM +0300, Roger Quadros wrote: > >> The OTG core will use struct otg_hcd_ops to interface > >> with the HCD controller. > >> > >> The main purpose of this interf

Re: [PATCH v7 03/14] usb: hcd.h: Add OTG to HCD interface

2016-05-09 Thread Roger Quadros
On 06/05/16 12:41, Peter Chen wrote: > On Mon, May 02, 2016 at 03:18:46PM +0300, Roger Quadros wrote: >> The OTG core will use struct otg_hcd_ops to interface >> with the HCD controller. >> >> The main purpose of this interface is to avoid directly >> calling HCD APIs from the OTG core as they >> w

Re: [PATCH v7 03/14] usb: hcd.h: Add OTG to HCD interface

2016-05-06 Thread Peter Chen
On Mon, May 02, 2016 at 03:18:46PM +0300, Roger Quadros wrote: > The OTG core will use struct otg_hcd_ops to interface > with the HCD controller. > > The main purpose of this interface is to avoid directly > calling HCD APIs from the OTG core as they > wouldn't be defined in the built-in symbol ta