[GIT PULL] USB driver fixes for 4.4-rc5

From: Greg KH
Date: Sat Dec 12 2015 - 23:21:23 EST


The following changes since commit 31ade3b83e1821da5fbb2f11b5b3d4ab2ec39db8:

Linux 4.4-rc3 (2015-11-29 18:58:26 -0800)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.4-rc5

for you to fetch changes up to ad87e03213b552a5c33d5e1e7a19a73768397010:

USB: add quirk for devices with broken LPM (2015-12-11 15:40:51 -0800)

----------------------------------------------------------------
USB fixes for 4.4-rc5

Here are a number of small USB fixes for 4.4-rc5. All of them have been
in linux-next. The majority are gadget and phy issues, with a few new
quirks and device ids added as well.

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

----------------------------------------------------------------
Aaro Koskinen (1):
usb: musb: fail with error when no DMA controller set

Adrien Vergé (2):
USB: quirks: Fix another ELAN touchscreen
USB: quirks: Apply ALWAYS_POLL to all ELAN devices

Alan Stern (1):
USB: add quirk for devices with broken LPM

Alexandre Belloni (1):
USB: host: ohci-at91: fix a crash in ohci_hcd_at91_overcurrent_irq

Alexey Khoroshilov (1):
USB: whci-hcd: add check for dma mapping error

Arnd Bergmann (1):
usb: musb: USB_TI_CPPI41_DMA requires dmaengine support

Ben Hutchings (1):
usb: Use the USB_SS_MULT() macro to decode burst multiplier for log message

Chunfeng Yun (1):
usb: xhci: fix config fail of FS hub behind a HS hub with MTT

Daniel Walter (1):
usb: gadget: functionfs: fix missing access_ok checks

Dmitry Katsubo (1):
usb-storage: Fix scsi-sd failure "Invalid field in cdb" for USB adapter JMicron

Don Zickus (1):
usb: Quiet down false peer failure messages

Felipe Balbi (2):
usb: gadget: pxa27x: fix suspend callback
usb: dwc3: gadget: don't prestart interrupt endpoints

Felipe F. Tonello (2):
usb: gadget: f_midi: Transmit data only when IN ep is enabled
usb: gadget: f_midi: fix leak on failed to enqueue out requests

Greg Kroah-Hartman (3):
Merge tag 'fixes-for-v4.4-rc3' of git://git.kernel.org/.../balbi/usb into usb-linus
Merge tag 'usb-serial-4.4-rc3' of git://git.kernel.org/.../johan/usb-serial into usb-linus
Merge tag 'fixes-for-v4.4-rc5' of git://git.kernel.org/.../balbi/usb into usb-linus

Hans Yang (1):
usb: core : hub: Fix BOS 'NULL pointer' kernel panic

John Youn (1):
usb: dwc2: Make PHY optional

Jonas Jonsson (2):
USB: cdc_acm: Ignore Infineon Flash Loader utility
USB: serial: Another Infineon flash loader USB ID

Konstantin Shkolnyy (1):
USB: cp210x: Remove CP2110 ID from compatibility list

LABBE Corentin (1):
usb: phy: msm: fix a possible NULL dereference

Mathias Nyman (1):
xhci: fix usb2 resume timing and races.

Mian Yousaf Kaukab (1):
usb: gadget: uvc: fix permissions of configfs attributes

Mika Westerberg (1):
xhci: Fix memory leak in xhci_pme_acpi_rtd3_enable()

Peter Chen (2):
usb: kconfig: fix warning of select USB_OTG
usb: phy: mxs: add "fsl,imx6ul-usbphy" compatible string

Stefan Wahren (3):
usb: dwc2: Return errors from PHY
usb: dwc2: make otg clk optional
usb: dwc2: fix kernel oops during driver probe

Tony Lindgren (1):
usb: musb: core: Fix pm runtime for deferred probe

Yoshihiro Shimoda (1):
usb: renesas_usbhs: gadget: Fix NULL pointer dereference in usbhsg_ep_dequeue()

drivers/hid/hid-ids.h | 5 --
drivers/hid/usbhid/hid-quirks.c | 9 ++--
drivers/usb/class/cdc-acm.c | 5 ++
drivers/usb/core/config.c | 3 +-
drivers/usb/core/hub.c | 22 +++++---
drivers/usb/core/port.c | 4 +-
drivers/usb/core/quirks.c | 9 ++++
drivers/usb/dwc2/platform.c | 81 +++++++++++++++++++-----------
drivers/usb/dwc3/gadget.c | 1 +
drivers/usb/gadget/function/f_fs.c | 6 +--
drivers/usb/gadget/function/f_midi.c | 3 +-
drivers/usb/gadget/function/uvc_configfs.c | 2 +-
drivers/usb/gadget/udc/pxa27x_udc.c | 3 ++
drivers/usb/host/ohci-at91.c | 11 ++--
drivers/usb/host/whci/qset.c | 4 ++
drivers/usb/host/xhci-hub.c | 47 +++++++++++++++--
drivers/usb/host/xhci-pci.c | 8 ++-
drivers/usb/host/xhci-ring.c | 3 +-
drivers/usb/host/xhci.c | 8 +++
drivers/usb/musb/Kconfig | 2 +-
drivers/usb/musb/musb_core.c | 8 ++-
drivers/usb/phy/phy-msm-usb.c | 6 +--
drivers/usb/phy/phy-mxs-usb.c | 5 ++
drivers/usb/renesas_usbhs/mod_gadget.c | 11 +++-
drivers/usb/serial/cp210x.c | 1 -
drivers/usb/serial/usb-serial-simple.c | 1 +
drivers/usb/storage/uas.c | 4 ++
drivers/usb/storage/unusual_devs.h | 2 +-
drivers/usb/storage/unusual_uas.h | 2 +-
include/linux/usb/quirks.h | 3 ++
30 files changed, 200 insertions(+), 79 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/