The following changes since commit 52721d9d3334c1cb1f76219a161084094ec634dc: Linux 4.2-rc3 (2015-07-19 14:45:02 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.2-rc4 for you to fetch changes up to 1209544d8a2a6084f58625ca66f5cd77580df53f: USB: OHCI: fix bad #define in ohci-tmio.c (2015-07-22 14:49:42 -0700) ---------------------------------------------------------------- USB fixes for 4.2-rc4 Here's a few USB and PHY fixes for 4.2-rc4. Nothing major, the shortlog has the full details. All of these have been in linux-next successfully. Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> ---------------------------------------------------------------- AMAN DEEP (1): usb: xhci: Bugfix for NULL pointer deference in xhci_endpoint_init() function Alan Stern (2): USB: OHCI: Fix race between ED unlink and URB submission USB: OHCI: fix bad #define in ohci-tmio.c Alexey Khoroshilov (1): usb: gadget: mv_udc_core: fix phy_regs I/O memory leak Brian Campbell (1): xhci: Calculate old endpoints correctly on device reset Greg Kroah-Hartman (2): Merge tag 'fixes-for-v4.2-rc4' of git://git.kernel.org/.../balbi/usb into usb-linus Merge tag 'phy-for-4.2-rc' of git://git.kernel.org/.../kishon/linux-phy into usb-linus Hans de Goede (1): usb-storage: Add ignore-device quirk for gm12u320 based usb mini projectors Johannes Thumshirn (1): cdc-acm: Destroy acm_minors IDR on module exit John Youn (1): usb: dwc3: Reset the transfer resource index on SET_INTERFACE Lu Baolu (2): usb: ulpi: ulpi_init should be executed in subsys_initcall usb: core: lpm: set lpm_capable for root hub device Mathias Nyman (1): xhci: call BIOS workaround to enable runtime suspend on Intel Braswell Oliver Neukum (1): usb-storage: ignore ZTE MF 823 card reader in mode 0x1225 Rajmohan Mani (1): xhci: Workaround to get D3 working in Intel xHCI Roger Quadros (1): phy: ti-pipe3: fix suspend Sebastian Ott (1): phy/pxa: add HAS_IOMEM dependency Thomas Hebb (2): phy: berlin-usb: fix divider for BG2CD phy: berlin-usb: fix divider for BG2 Yoshihiro Shimoda (1): usb: gadget: udc: core: Fix argument of dma_map_single for IOMMU Zhuang Jin Can (3): xhci: report U3 when link is in resume state xhci: prevent bus_suspend if SS port resuming in phase 1 xhci: do not report PLC when link is in internal resume state drivers/phy/Kconfig | 2 + drivers/phy/phy-berlin-usb.c | 4 +- drivers/phy/phy-ti-pipe3.c | 172 +++++++++-------------------------- drivers/usb/class/cdc-acm.c | 1 + drivers/usb/common/ulpi.c | 2 +- drivers/usb/core/hcd.c | 7 +- drivers/usb/core/hub.c | 2 +- drivers/usb/core/usb.h | 1 + drivers/usb/dwc3/ep0.c | 4 + drivers/usb/gadget/udc/mv_udc_core.c | 2 +- drivers/usb/gadget/udc/udc-core.c | 14 +-- drivers/usb/host/ohci-q.c | 7 +- drivers/usb/host/ohci-tmio.c | 2 +- drivers/usb/host/xhci-hub.c | 22 +++-- drivers/usb/host/xhci-mem.c | 2 +- drivers/usb/host/xhci-pci.c | 57 +++++++++++- drivers/usb/host/xhci-ring.c | 3 + drivers/usb/host/xhci.c | 3 + drivers/usb/host/xhci.h | 1 + drivers/usb/storage/unusual_devs.h | 23 +++++ 20 files changed, 170 insertions(+), 161 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html