[GIT PULL] USB / Thunderbolt driver fixes for 6.0-rc7

From: Greg KH
Date: Fri Sep 23 2022 - 11:11:58 EST


The following changes since commit 7e18e42e4b280c85b76967a9106a13ca61c16179:

Linux 6.0-rc4 (2022-09-04 13:10:01 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.0-rc7

for you to fetch changes up to 47af6c640ed82f111dbce0b3bf4083a91d61e324:

Merge tag 'usb-serial-6.0-rc7' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2022-09-22 15:43:18 +0200)

----------------------------------------------------------------
USB / Thunderbolt driver fixes and ids for 6.0-rc7

Here are a few small USB and Thunderbolt driver fixes and new device ids
for 6.0-rc7.

They contain:
- new usb-serial driver ids
- documentation build warning fix in USB hub code
- flexcop-usb long-posted bugfix (the v4l maintainer for this is
MIA so I have finally picked this up as it is a fix for a
reported problem.)
- dwc3 64bit DMA bugfix
- new thunderbolt device ids
- typec build error fix

All of these have been in linux-next with no reported issues.

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

----------------------------------------------------------------
Alan Stern (1):
USB: core: Fix RST error in hub.c

Carl Yin(殷张成) (1):
USB: serial: option: add Quectel BG95 0x0203 composition

Gil Fine (1):
thunderbolt: Add support for Intel Maple Ridge single port controller

Greg Kroah-Hartman (2):
Merge tag 'thunderbolt-for-v6.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-linus
Merge tag 'usb-serial-6.0-rc7' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus

Johan Hovold (1):
media: flexcop-usb: fix endpoint type check

Ren Zhijie (1):
usb: typec: anx7411: Fix build error without CONFIG_POWER_SUPPLY

William Wu (1):
usb: dwc3: core: leave default DMA if the controller does not support 64-bit DMA

jerry meng (1):
USB: serial: option: add Quectel RM520N

drivers/media/usb/b2c2/flexcop-usb.c | 2 +-
drivers/thunderbolt/icm.c | 1 +
drivers/thunderbolt/nhi.h | 1 +
drivers/usb/core/hub.c | 2 +-
drivers/usb/dwc3/core.c | 13 +++++++------
drivers/usb/serial/option.c | 6 ++++++
drivers/usb/typec/Kconfig | 1 +
7 files changed, 18 insertions(+), 8 deletions(-)