[U-Boot] [PATCH v2 1/7] usb: gadget: Do not call board_usb_xxx() directly in USB gadget drivers

2018-09-04 Thread Jean-Jacques Hiblot
Add 2 functions to wrap the calls to board_usb_init() and board_usb_cleanup(). This is a preparatory work for DM support for UDC drivers (DM_USB_DEV). Signed-off-by: Jean-Jacques Hiblot Reviewed-by: Lukasz Majewski --- Changes in v2: - Updated commit log - Fixed typo in thordown.c

Re: [U-Boot] [PATCH v2 1/7] usb: gadget: Do not call board_usb_xxx() directly in USB gadget drivers

2018-06-01 Thread Lukasz Majewski
Hi Jean-Jacques, > Add 2 functions to wrap the calls to board_usb_init() and > board_usb_cleanup(). > This is a preparatory work for DM support for UDC drivers > (DM_USB_DEV). > > Signed-off-by: Jean-Jacques Hiblot > > --- > > Changes in v2: > - Updated commit log > - Fixed typo in thordown.c

[U-Boot] [PATCH v2 1/7] usb: gadget: Do not call board_usb_xxx() directly in USB gadget drivers

2018-05-29 Thread Jean-Jacques Hiblot
Add 2 functions to wrap the calls to board_usb_init() and board_usb_cleanup(). This is a preparatory work for DM support for UDC drivers (DM_USB_DEV). Signed-off-by: Jean-Jacques Hiblot --- Changes in v2: - Updated commit log - Fixed typo in thordown.c cmd/fastboot.c | 4 ++--