Re: [PATCH v2 20/32] usb: dwc2: force dr_mode in case of configuration mismatch

2015-09-30 Thread Felipe Balbi
y...@synopsys.com; > > Herrero, Gregory; he...@sntech.de; diand...@chromium.org; > > r.bald...@samsung.com; dingu...@opensource.altera.com; > > zhangfei@linaro.org; sergei.shtyl...@cogentembedded.com; > > david.a.co...@linux.intel.com > > Subject: Re: [PATCH v2 20/32] us

RE: [PATCH v2 20/32] usb: dwc2: force dr_mode in case of configuration mismatch

2015-09-29 Thread Kaukab, Yousaf
..@samsung.com; dingu...@opensource.altera.com; > zhangfei@linaro.org; sergei.shtyl...@cogentembedded.com; > david.a.co...@linux.intel.com > Subject: Re: [PATCH v2 20/32] usb: dwc2: force dr_mode in case of > configuration mismatch > > On Tue, Sep 22, 2015 at 03:16:56PM +0200

Re: [PATCH v2 20/32] usb: dwc2: force dr_mode in case of configuration mismatch

2015-09-28 Thread Felipe Balbi
On Tue, Sep 22, 2015 at 03:16:56PM +0200, Mian Yousaf Kaukab wrote: > If dual role configuration is not selected, check and force dr_mode > based on the selected configuration. > > Signed-off-by: Mian Yousaf Kaukab > Tested-by: Robert Baldyga this failed to apply. Please rebase on testing/next

[PATCH v2 20/32] usb: dwc2: force dr_mode in case of configuration mismatch

2015-09-22 Thread Mian Yousaf Kaukab
If dual role configuration is not selected, check and force dr_mode based on the selected configuration. Signed-off-by: Mian Yousaf Kaukab Tested-by: Robert Baldyga --- drivers/usb/dwc2/platform.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/drivers/usb/dwc2/platform.c b/dri