[GIT PULL] USB driver fixes for 4.12-rc6

From: Greg KH
Date: Sat Jun 17 2017 - 06:40:04 EST


The following changes since commit 32c1431eea4881a6b17bd7c639315010aeefa452:

Linux 4.12-rc5 (2017-06-11 16:48:20 -0700)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.12-rc6

for you to fetch changes up to f16443a034c7aa359ddf6f0f9bc40d01ca31faea:

USB: gadgetfs, dummy-hcd, net2280: fix locking for callbacks (2017-06-15 22:02:56 +0200)

----------------------------------------------------------------
USB fixes for 4.12-rc6

Here are some small gadget and xhci USB fixes for 4.12-rc6.

Nothing major, but one of the gadget patches does fix a reported oops,
and the xhci ones resolve reported problems. All have been in
linux-next with no reported issues.

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

----------------------------------------------------------------
Alan Stern (2):
USB: gadget: fix GPF in gadgetfs
USB: gadgetfs, dummy-hcd, net2280: fix locking for callbacks

Corentin Labbe (1):
usb: xhci: ASMedia ASM1042A chipset need shorts TX quirk

Felipe Balbi (1):
usb: gadget: composite: make sure to reactivate function on unbind

Greg Kroah-Hartman (1):
Merge tag 'fixes-for-v4.12-rc5' of git://git.kernel.org/.../balbi/usb into usb-linus

YD Tseng (1):
usb: xhci: Fix USB 3.1 supported protocol parsing

drivers/usb/gadget/composite.c | 11 +++++------
drivers/usb/gadget/legacy/inode.c | 9 ++++++---
drivers/usb/gadget/udc/dummy_hcd.c | 13 ++++---------
drivers/usb/gadget/udc/net2280.c | 9 +--------
drivers/usb/host/xhci-mem.c | 7 +++++--
drivers/usb/host/xhci-pci.c | 3 +++
6 files changed, 24 insertions(+), 28 deletions(-)