[GIT PULL] USB fixes for 5.17-rc4

From: Greg KH
Date: Sat Feb 12 2022 - 05:30:35 EST


The following changes since commit 26291c54e111ff6ba87a164d85d4a4e134b7315c:

Linux 5.17-rc2 (2022-01-30 15:37:07 +0200)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.17-rc4

for you to fetch changes up to 736e8d89044c1c330967fb938fa766cd9e0d8af0:

Revert "usb: dwc2: drd: fix soft connect when gadget is unconfigured" (2022-02-12 10:08:54 +0100)

----------------------------------------------------------------
USB fixes for 5.17-rc4

Here are some small USB driver fixes for 5.17-rc4 that resolve some
reported issues and add new device ids:
- usb-serial new device ids
- ulpi cleanup fixes
- f_fs use-after-free fix
- dwc3 driver fixes
- ax88179_178a usb network driver fix
- usb gadget fixes

There is a revert at the end of this series to resolve a build problem
that 0-day found yesterday. Most of these have been in linux-next,
except for the last few, and all have now passed 0-day tests.

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
Adam Ford (1):
usb: gadget: udc: renesas_usb3: Fix host to USB_ROLE_NONE transition

Cameron Williams (1):
USB: serial: ftdi_sio: add support for Brainboxes US-159/235/320

Fabio M. De Francesco (1):
usb: core: Unregister device on component_add() failure

Fabrice Gasnier (1):
usb: dwc2: drd: fix soft connect when gadget is unconfigured

Greg Kroah-Hartman (3):
usb: gadget: rndis: check size of RNDIS_MSG_SET command
Merge tag 'usb-serial-5.17-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus
Revert "usb: dwc2: drd: fix soft connect when gadget is unconfigured"

Jann Horn (2):
usb: raw-gadget: fix handling of dual-direction-capable endpoints
net: usb: ax88179_178a: Fix out-of-bounds accesses in RX fixup

Johan Hovold (2):
USB: serial: cp210x: add NCR Retail IO box id
USB: serial: cp210x: add CPI Bulk Coin Recycler id

Pavel Hofman (1):
usb: gadget: f_uac2: Define specific wTerminalType

Pawel Dembicki (1):
USB: serial: option: add ZTE MF286D modem

Robert Hancock (1):
usb: dwc3: xilinx: fix uninitialized return value

Sean Anderson (2):
usb: ulpi: Move of_node_put to ulpi_dev_release
usb: ulpi: Call of_node_put correctly

Stephan Brunner (1):
USB: serial: ch341: add support for GW Instek USB2.0-Serial devices

Szymon Heidrich (1):
USB: gadget: validate interface OS descriptor requests

Tommaso Merciai (1):
usb: usb251xb: add boost-up property support

Udipto Goswami (2):
usb: f_fs: Fix use-after-free for epfile
usb: dwc3: gadget: Prevent core from processing stale TRBs

drivers/net/usb/ax88179_178a.c | 68 +++++++++++++++++++---------------
drivers/usb/common/ulpi.c | 10 +++--
drivers/usb/core/port.c | 9 +++--
drivers/usb/dwc3/dwc3-xilinx.c | 2 +-
drivers/usb/dwc3/gadget.c | 13 +++++++
drivers/usb/gadget/composite.c | 3 ++
drivers/usb/gadget/function/f_fs.c | 56 +++++++++++++++++++++-------
drivers/usb/gadget/function/f_uac2.c | 4 +-
drivers/usb/gadget/function/rndis.c | 9 +++--
drivers/usb/gadget/legacy/raw_gadget.c | 2 +-
drivers/usb/gadget/udc/renesas_usb3.c | 2 +
drivers/usb/misc/usb251xb.c | 4 +-
drivers/usb/serial/ch341.c | 1 +
drivers/usb/serial/cp210x.c | 2 +
drivers/usb/serial/ftdi_sio.c | 3 ++
drivers/usb/serial/ftdi_sio_ids.h | 3 ++
drivers/usb/serial/option.c | 2 +
17 files changed, 136 insertions(+), 57 deletions(-)