Re: [U-Boot] [PATCH 10/16] usb: dwc2: Add function for session B check

2019-04-08 Thread Lukasz Majewski
On Fri, 29 Mar 2019 15:42:18 +0100 Patrick Delaunay wrote: > Add a new function to check the session B validity, to be use to check > cable connection. > > Signed-off-by: Patrick Delaunay > --- > > drivers/usb/gadget/dwc2_udc_otg.c | 9 + > include/usb/dwc2_udc.h| 2 ++ >

[U-Boot] [PATCH 10/16] usb: dwc2: Add function for session B check

2019-03-29 Thread Patrick Delaunay
Add a new function to check the session B validity, to be use to check cable connection. Signed-off-by: Patrick Delaunay --- drivers/usb/gadget/dwc2_udc_otg.c | 9 + include/usb/dwc2_udc.h| 2 ++ 2 files changed, 11 insertions(+) diff --git