
26 Jun
2021
26 Jun
'21
8:31 p.m.
On Mon, 19 Apr 2021 at 03:47, Patrice Chotard patrice.chotard@foss.st.com wrote:
Add usb_gadget_handle_interrupts(), usb_gadget_register_driver() and usb_gadget_unregister_driver() to be able to test binding usb gadget.
Signed-off-by: Patrice Chotard patrice.chotard@foss.st.com Cc: Marek Vasut marex@denx.de Cc: Herbert Poetzl herbert@13thfloor.at
(no changes since v1)
drivers/usb/host/usb-sandbox.c | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org
But it looks like gadgets should be converted to DM properly?