-
- Downloads
Merge tag 'usb-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Pull USB fixes from Greg KH: "Here are a number of USB driver fixes for 3.12-rc3. These are all for host controller issues that have been reported, and there's a fix for an annoying error message that gets printed every time you remove a USB 3 device from the system that's been bugging me for a while" * tag 'usb-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb: usb: dwc3: add support for Merrifield USB: fsl/ehci: fix failure of checking PHY_CLK_VALID during reinitialization USB: Fix breakage in ffs_fs_mount() fsl/usb: Resolve PHY_CLK_VLD instability issue for ULPI phy usb/core/devio.c: Don't reject control message to endpoint with wrong direction bit usb: chipidea: USB_CHIPIDEA should depend on HAS_DMA usb: chipidea: udc: free pending TD at removal procedure usb: chipidea: imx: Add usb_phy_shutdown at probe's error path usb: chipidea: Fix memleak for ci->hw_bank.regmap when removal usb: chipidea: udc: fix the oops after rmmod gadget USB: fix PM config symbol in uhci-hcd, ehci-hcd, and xhci-hcd USB: OHCI: accept very late isochronous URBs USB: UHCI: accept very late isochronous URBs USB: iMX21: accept very late isochronous URBs usbcore: check usb device's state before sending a Set SEL control transfer xhci: Fix race between ep halt and URB cancellation usb: Fix xHCI host issues on remote wakeup. xhci: Ensure a command structure points to the correct trb on the command ring xhci: Fix oops happening after address device timeout
No related branches found
No related tags found
Showing
- drivers/usb/chipidea/Kconfig 1 addition, 1 deletiondrivers/usb/chipidea/Kconfig
- drivers/usb/chipidea/ci_hdrc_imx.c 5 additions, 2 deletionsdrivers/usb/chipidea/ci_hdrc_imx.c
- drivers/usb/chipidea/core.c 1 addition, 0 deletionsdrivers/usb/chipidea/core.c
- drivers/usb/chipidea/udc.c 3 additions, 1 deletiondrivers/usb/chipidea/udc.c
- drivers/usb/core/devio.c 16 additions, 0 deletionsdrivers/usb/core/devio.c
- drivers/usb/core/hub.c 3 additions, 0 deletionsdrivers/usb/core/hub.c
- drivers/usb/dwc3/dwc3-pci.c 2 additions, 0 deletionsdrivers/usb/dwc3/dwc3-pci.c
- drivers/usb/gadget/f_fs.c 26 additions, 34 deletionsdrivers/usb/gadget/f_fs.c
- drivers/usb/host/ehci-fsl.c 6 additions, 11 deletionsdrivers/usb/host/ehci-fsl.c
- drivers/usb/host/ehci-pci.c 1 addition, 1 deletiondrivers/usb/host/ehci-pci.c
- drivers/usb/host/imx21-hcd.c 4 additions, 4 deletionsdrivers/usb/host/imx21-hcd.c
- drivers/usb/host/ohci-hcd.c 12 additions, 10 deletionsdrivers/usb/host/ohci-hcd.c
- drivers/usb/host/ohci-q.c 22 additions, 4 deletionsdrivers/usb/host/ohci-q.c
- drivers/usb/host/uhci-pci.c 1 addition, 1 deletiondrivers/usb/host/uhci-pci.c
- drivers/usb/host/uhci-q.c 8 additions, 4 deletionsdrivers/usb/host/uhci-q.c
- drivers/usb/host/xhci-hub.c 36 additions, 11 deletionsdrivers/usb/host/xhci-hub.c
- drivers/usb/host/xhci-mem.c 2 additions, 0 deletionsdrivers/usb/host/xhci-mem.c
- drivers/usb/host/xhci-pci.c 1 addition, 1 deletiondrivers/usb/host/xhci-pci.c
- drivers/usb/host/xhci-ring.c 35 additions, 2 deletionsdrivers/usb/host/xhci-ring.c
- drivers/usb/host/xhci.c 5 additions, 20 deletionsdrivers/usb/host/xhci.c
Loading
Please register or sign in to comment