Re: [PATCH v2 10/28] usb: dwc2: Remove unused otg_ver parameter

2017-01-23 Thread John Youn
On 1/23/2017 3:41 AM, Felipe Balbi wrote: > John Youn writes: > >> The otg_ver parameter only controls the SRP pulsing method and defaults >> to the 1.3 behavior. It is unused and can be removed. >> >> Signed-off-by: John Youn > > this patch fails

Re: [PATCH v2 10/28] usb: dwc2: Remove unused otg_ver parameter

2017-01-23 Thread Felipe Balbi
John Youn writes: > The otg_ver parameter only controls the SRP pulsing method and defaults > to the 1.3 behavior. It is unused and can be removed. > > Signed-off-by: John Youn this patch fails to apply: checking file drivers/usb/dwc2/core.c

[PATCH v2 10/28] usb: dwc2: Remove unused otg_ver parameter

2017-01-17 Thread John Youn
The otg_ver parameter only controls the SRP pulsing method and defaults to the 1.3 behavior. It is unused and can be removed. Signed-off-by: John Youn --- drivers/usb/dwc2/core.c | 5 - drivers/usb/dwc2/core.h | 9 - drivers/usb/dwc2/hcd.c| 3 ---