commit | a06955ae1ef2a942f18025d4fefceea2c638a76f | [log] [tgz] |
---|---|---|
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | Thu Nov 29 10:52:41 2018 +0100 |
committer | Marek Vasut <marex@denx.de> | Fri Dec 07 16:31:45 2018 +0100 |
tree | 2796cd005202d59118724ce82b10f348b52e9654 | |
parent | 57dbc151437b36cc1105857d222df28b095236d7 [diff] |
usb: gadget: Do not call board_usb_xxx() directly in USB gadget drivers 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_GADGET). Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com> Reviewed-by: Lukasz Majewski <lukma@denx.de>