mbox series

[v2,0/2] musb-new: fix omap peripheral support

Message ID 20230109071331.2027082-1-andreas@kemnade.info
Headers show
Series musb-new: fix omap peripheral support | expand

Message

Andreas Kemnade Jan. 9, 2023, 7:13 a.m. UTC
DM_GADGET did not compile at all, probe was not called in
non-gadget mode.

Tested on an omap4 board with ums and fastboot command.

Changes in V2:
- split up former 2/2 patch into two.
- do not break non-DM_USB_GADGET compile further

Andreas Kemnade (2):
  musb-new: omap2430: no host data access in gadget mode
  musb-new: omap2430: fix compiling in DM_USB_GADGET config

 drivers/usb/musb-new/omap2430.c | 53 ++++++++++++++++++++++-----------
 1 file changed, 35 insertions(+), 18 deletions(-)