Re: [PATCH v3 3/3] usb: dwc3: Add dual-role support

2017-04-04 Thread Roger Quadros
Felipe, I'll send a revised patch to fix this. cheers, -roger On 03/04/17 22:21, kbuild test robot wrote: > Hi Roger, > > [auto build test ERROR on balbi-usb/next] > [also build test ERROR on v4.11-rc5 next-20170403] > [if your patch is applied to the wrong git tree, please drop us a note to

Re: [PATCH v3 3/3] usb: dwc3: Add dual-role support

2017-04-04 Thread Roger Quadros
Felipe, I'll send a revised patch to fix this. cheers, -roger On 03/04/17 22:21, kbuild test robot wrote: > Hi Roger, > > [auto build test ERROR on balbi-usb/next] > [also build test ERROR on v4.11-rc5 next-20170403] > [if your patch is applied to the wrong git tree, please drop us a note to

Re: [PATCH v3 3/3] usb: dwc3: Add dual-role support

2017-04-03 Thread kbuild test robot
Hi Roger, [auto build test ERROR on balbi-usb/next] [also build test ERROR on v4.11-rc5 next-20170403] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v3 3/3] usb: dwc3: Add dual-role support

2017-04-03 Thread kbuild test robot
Hi Roger, [auto build test ERROR on balbi-usb/next] [also build test ERROR on v4.11-rc5 next-20170403] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH v3 3/3] usb: dwc3: Add dual-role support

2017-04-03 Thread Roger Quadros
If dr_mode is "otg" then support dual role mode of operation. Currently this mode is only supported when an extcon handle is present in the dwc3 device tree node. This is needed to get the ID status events of the port. We're using a workqueue to manage the dual-role state transitions as the

[PATCH v3 3/3] usb: dwc3: Add dual-role support

2017-04-03 Thread Roger Quadros
If dr_mode is "otg" then support dual role mode of operation. Currently this mode is only supported when an extcon handle is present in the dwc3 device tree node. This is needed to get the ID status events of the port. We're using a workqueue to manage the dual-role state transitions as the