The following changes since commit 6a8b55ed4056ea5559ebe4f6a4b247f627870d4c: Linux 5.7-rc3 (2020-04-26 13:51:02 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.7-rc5 for you to fetch changes up to 91edf63d5022bd0464788ffb4acc3d5febbaf81d: usb: chipidea: msm: Ensure proper controller reset using role switch API (2020-05-07 08:46:35 +0200) ---------------------------------------------------------------- USB fixes for 5.7-rc5 Here are some small USB fixes for 5.7-rc5 to resolve some reported issues: - syzbot found problems fixed - usbfs dma mapping fix - typec bugfixs - chipidea bugfix - usb4/thunderbolt fix - new device ids/quirks All of these have been in linux-next for a while with no reported issues. Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> ---------------------------------------------------------------- Alan Stern (1): USB: core: Fix misleading driver bug report Bryan O'Donoghue (1): usb: chipidea: msm: Ensure proper controller reset using role switch API Greg Kroah-Hartman (1): Merge tag 'usb-serial-5.7-rc5' of https://git.kernel.org/.../johan/usb-serial into usb-linus Heikki Krogerus (1): usb: typec: intel_pmc_mux: Fix the property names Jeremy Linton (1): usb: usbfs: correct kernel->user page attribute mismatch Matt Jolly (1): USB: serial: qcserial: Add DW5816e support Mika Westerberg (1): thunderbolt: Check return value of tb_sw_read() in usb4_switch_op() Oliver Neukum (2): USB: serial: garmin_gps: add sanity checking for data length USB: uas: add quirk for LaCie 2Big Quadra Prashant Malani (1): usb: typec: mux: intel: Handle alt mode HPD_HIGH drivers/thunderbolt/usb4.c | 3 +++ drivers/usb/chipidea/ci_hdrc_msm.c | 2 +- drivers/usb/core/devio.c | 5 ++--- drivers/usb/core/message.c | 4 ++-- drivers/usb/serial/garmin_gps.c | 4 ++-- drivers/usb/serial/qcserial.c | 1 + drivers/usb/storage/unusual_uas.h | 7 +++++++ drivers/usb/typec/mux/intel_pmc_mux.c | 8 ++++++-- 8 files changed, 24 insertions(+), 10 deletions(-)