The following changes since commit 9e0babf2c06c73cda2c0cd37a1653d823adb40ec: Linux 5.2-rc5 (2019-06-16 08:49:45 -1000) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.2-rc6 for you to fetch changes up to d28bdaff5e260852621d45edd3af017cc5d16925: Merge tag 'fixes-for-v5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus (2019-06-20 11:56:35 +0200) ---------------------------------------------------------------- USB fixes for 5.2-rc6 Here are 4 small USB fixes for 5.2-rc6. They include 2 xhci bugfixes, a chipidea fix, and a small dwc2 fix. Nothing major, just nice things to get resolved for reported issues. All have been in linux-next with no reported issues. Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> ---------------------------------------------------------------- Greg Kroah-Hartman (1): Merge tag 'fixes-for-v5.2-rc5' of git://git.kernel.org/.../balbi/usb into usb-linus Jules Maselbas (1): usb: dwc2: Use generic PHY width in params setup Mathias Nyman (2): usb: xhci: Don't try to recover an endpoint if port is in error state. xhci: detect USB 3.2 capable host controllers correctly Peter Chen (1): usb: chipidea: udc: workaround for endpoint conflict issue drivers/usb/chipidea/udc.c | 20 ++++++++++++++++++++ drivers/usb/dwc2/params.c | 9 +++++++++ drivers/usb/dwc2/platform.c | 9 --------- drivers/usb/host/xhci-ring.c | 15 ++++++++++++++- drivers/usb/host/xhci.c | 25 ++++++++++++++++++++----- drivers/usb/host/xhci.h | 9 +++++++++ 6 files changed, 72 insertions(+), 15 deletions(-)