[GIT PULL] USB fixes for 5.5-rc3

From: Greg KH
Date: Fri Dec 20 2019 - 02:07:40 EST


The following changes since commit d1eef1c619749b2a57e514a3fa67d9a516ffa919:

Linux 5.5-rc2 (2019-12-15 15:16:08 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.5-rc3

for you to fetch changes up to 6056a0f8ede27b296d10ef46f7f677cc9d715371:

usb: xhci: Fix build warning seen with CONFIG_PM=n (2019-12-18 19:23:42 +0100)

----------------------------------------------------------------
USB fixes for 5.5-rc3

Here are some small USB fixes for some reported issues.

Included in here are:
- xhci build warning fix
- ehci disconnect warning fix
- usbip lockup fix and error cleanup fix
- typec build fix

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

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

----------------------------------------------------------------
Erkka Talvitie (1):
USB: EHCI: Do not return -EPIPE when hub is disconnected

Guenter Roeck (1):
usb: xhci: Fix build warning seen with CONFIG_PM=n

Suwan Kim (2):
usbip: Fix receive error in vhci-hcd when using scatter-gather
usbip: Fix error path of vhci_recv_ret_submit()

zhong jiang (1):
usb: typec: fusb302: Fix an undefined reference to 'extcon_get_state'

drivers/usb/host/ehci-q.c | 13 ++++++++++++-
drivers/usb/host/xhci-pci.c | 2 +-
drivers/usb/typec/tcpm/Kconfig | 1 +
drivers/usb/usbip/usbip_common.c | 3 +++
drivers/usb/usbip/vhci_rx.c | 13 +++++++++----
5 files changed, 26 insertions(+), 6 deletions(-)