Re: [U-Boot] [PATCH 07/16] usb: dwc2: convert driver to DM_USB_GADGET

2019-04-08 Thread Lukasz Majewski
On Fri, 29 Mar 2019 15:42:15 +0100 Patrick Delaunay wrote: > Minimal conversion to driver model by using the uclass > UCLASS_USB_GADGET_GENERIC based on: > - reset uclass > - clock uclass > - generic uclass. > > Signed-off-by: Patrick Delaunay > --- > > doc/device-tree-bindings/usb/dwc2.txt

[U-Boot] [PATCH 07/16] usb: dwc2: convert driver to DM_USB_GADGET

2019-03-29 Thread Patrick Delaunay
Minimal conversion to driver model by using the uclass UCLASS_USB_GADGET_GENERIC based on: - reset uclass - clock uclass - generic uclass. Signed-off-by: Patrick Delaunay --- doc/device-tree-bindings/usb/dwc2.txt | 54 +++ drivers/usb/gadget/dwc2_udc_otg.c | 292