Linux/linux 359334cdrivers/usb/chipidea ci_hdrc_imx.c, drivers/usb/class cdc-acm.c

Merge tag 'usb-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb

Pull USB fixes from Greg KH:
 "Here are number of small USB fixes for 5.3-rc5.

  Syzbot has been on a tear recently now that it has some good USB
  debugging hooks integrated, so there's a number of fixes in here found
  by those tools for some _very_ old bugs. Also a handful of gadget
  driver fixes for reported issues, some hopefully-final dma fixes for
  host controller drivers, and some new USB serial gadget driver ids.

  All of these have been in linux-next this week with no reported issues
  (the usb-serial ones were in linux-next in its own branch, but merged
  into mine on Friday)"

* tag 'usb-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb:
  usb: add a hcd_uses_dma helper
  usb: don't create dma pools for HCDs with a localmem_pool
  usb: chipidea: imx: fix EPROBE_DEFER support during driver probe
  usb: host: fotg2: restart hcd after port reset
  USB: CDC: fix sanity checks in CDC union parser
  usb: cdc-acm: make sure a refcount is taken early enough
  USB: serial: option: add the BroadMobi BM818 card
  USB: serial: option: Add Motorola modem UARTs
  USB: core: Fix races in character device registration and deregistraion
  usb: gadget: mass_storage: Fix races between fsg_disable and fsg_set_alt
  usb: gadget: composite: Clear "suspended" on reset/disconnect
  usb: gadget: udc: renesas_usb3: Fix sysfs interface of "role"
  USB: serial: option: add D-Link DWM-222 device ID
  USB: serial: option: Add support for ZTE MF871A
DeltaFile
+18-10drivers/usb/gadget/function/f_mass_storage.c
+12-7drivers/usb/chipidea/ci_hdrc_imx.c
+7-5drivers/usb/class/cdc-acm.c
+5-5drivers/usb/core/file.c
+10-0drivers/usb/serial/option.c
+3-7drivers/usb/core/buffer.c
+3-2drivers/usb/gadget/udc/renesas_usb3.c
+2-2drivers/usb/core/message.c
+2-2drivers/usb/core/hcd.c
+4-0drivers/usb/host/fotg210-hcd.c
+3-0include/linux/usb/hcd.h
+1-1include/linux/usb.h
+1-1drivers/usb/dwc2/hcd.c
+1-0drivers/usb/gadget/composite.c
+72-4214 files

UnifiedSplitRaw