Re: [PATCHv5 2/7] usb: dwc2: Move gadget probe function into platform code

2014-10-23 Thread Felipe Balbi
On Wed, Oct 22, 2014 at 08:54:00PM +, Paul Zimmerman wrote: > > From: Bartlomiej Zolnierkiewicz [mailto:b.zolnier...@samsung.com] > > Sent: Wednesday, October 22, 2014 4:16 AM > > > > On Monday, October 20, 2014 01:52:01 PM dingu...@opensource.altera.com > > wrote: > > > From: Dinh Nguyen >

RE: [PATCHv5 2/7] usb: dwc2: Move gadget probe function into platform code

2014-10-22 Thread Paul Zimmerman
> From: Bartlomiej Zolnierkiewicz [mailto:b.zolnier...@samsung.com] > Sent: Wednesday, October 22, 2014 4:16 AM > > On Monday, October 20, 2014 01:52:01 PM dingu...@opensource.altera.com wrote: > > From: Dinh Nguyen > > > > This patch will aggregate the probing of gadget/hcd driver into platform.

Re: [PATCHv5 2/7] usb: dwc2: Move gadget probe function into platform code

2014-10-22 Thread Bartlomiej Zolnierkiewicz
Hi, On Monday, October 20, 2014 01:52:01 PM dingu...@opensource.altera.com wrote: > From: Dinh Nguyen > > This patch will aggregate the probing of gadget/hcd driver into platform.c. > The gadget probe funtion is converted into gadget_init that is now only > responsible for gadget only initializ

[PATCHv5 2/7] usb: dwc2: Move gadget probe function into platform code

2014-10-20 Thread dinguyen
From: Dinh Nguyen This patch will aggregate the probing of gadget/hcd driver into platform.c. The gadget probe funtion is converted into gadget_init that is now only responsible for gadget only initialization. All the gadget resources is now handled by platform.c Since the host workqueue will no