summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2017-09-14usb:xhci:Fix regression when ATI chipsets detectedSandeep Singh1-17/+18
2017-08-16usb:xhci:Add quirk for Certain failing HP keyboard on reset after resumeSandeep Singh1-5/+12
2017-07-28xhci: Fix NULL pointer dereference when cleaning up streams for removed hostMathias Nyman1-4/+7
2017-07-28xhci: fix 20000ms port resume timeoutMathias Nyman1-0/+3
2017-06-26usb: xhci: ASMedia ASM1042A chipset need shorts TX quirkCorentin Labbe1-0/+3
2017-06-26usb: r8a66597-hcd: decrease timeoutChris Brandt1-1/+1
2017-06-26usb: r8a66597-hcd: select a different endpoint on timeoutChris Brandt1-1/+3
2017-05-25usb: host: xhci-mem: allocate zeroed Scratchpad BufferPeter Chen1-1/+1
2017-05-25xhci: apply PME_STUCK_QUIRK and MISSING_CAS quirk for DenvertonMathias Nyman1-2/+5
2017-05-25usb: host: xhci-plat: propagate return value of platform_get_irq()Thomas Petazzoni1-1/+1
2017-05-20usb: host: xhci: print correct command ring addressPeter Chen1-1/+1
2017-05-14usb: host: ohci-exynos: Decrese node refcount on exynos_ehci_get_phy() error ...Krzysztof Kozlowski1-0/+2
2017-05-14usb: host: ehci-exynos: Decrese node refcount on exynos_ehci_get_phy() error ...Krzysztof Kozlowski1-0/+2
2017-03-18usb: host: xhci-plat: Fix timeout on removal of hot pluggable xhci controllersGuenter Roeck1-0/+2
2017-03-18usb: host: xhci-dbg: HCIVERSION should be a binary numberPeter Chen1-1/+1
2017-03-12usb: host: xhci: plat: check hcc_params after add hcdWilliam wu1-3/+3
2017-01-19xhci: fix deadlock at host remove by running watchdog correctlyMathias Nyman2-24/+0
2017-01-12xhci: Fix race related to abort operationOGAWA Hirofumi3-80/+91
2017-01-12xhci: Use delayed_work instead of timer for command timeoutOGAWA Hirofumi3-16/+21
2017-01-12usb: xhci-mem: use passed in GFP flags instead of GFP_KERNELDan Carpenter1-2/+2
2017-01-12usb: xhci: hold lock over xhci_abort_cmd_ring()Lu Baolu1-4/+9
2017-01-12xhci: Handle command completion and timeout raceMathias Nyman1-1/+5
2017-01-12usb: host: xhci: Fix possible wild pointer when handling abort commandBaolin Wang1-1/+4
2017-01-12usb: xhci: fix return value of xhci_setup_device()Lu Baolu1-1/+3
2017-01-12xhci: free xhci virtual devices with leaf nodes firstMathias Nyman1-2/+36
2017-01-12usb: xhci: apply XHCI_PME_STUCK_QUIRK to Intel Apollo LakeWan Ahmad Zainie1-1/+2
2017-01-12xhci: workaround for hosts missing CAS bitMathias Nyman3-0/+46
2017-01-12usb: xhci: fix possible wild pointerLu Baolu1-5/+11
2017-01-06USB: UHCI: report non-PME wakeup signalling for Intel hardwareAlan Stern1-0/+4
2016-11-10xhci: add restart quirk for Intel Wildcatpoint PCHMathias Nyman1-1/+3
2016-11-10usb: increase ohci watchdog delay to 275 msecBryan Paluch1-1/+1
2016-11-10xhci: use default USB_RESUME_TIMEOUT when resuming ports.Mathias Nyman1-2/+2
2016-09-24xhci: fix null pointer dereference in stop command timeout functionMathias Nyman1-1/+5
2016-09-07xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices.Mathias Nyman3-6/+13
2016-09-07xhci: don't dereference a xhci member after removing xhciMathias Nyman1-1/+2
2016-09-07usb: xhci: Fix panic if disconnectJim Lin1-0/+3
2016-09-07xhci: always handle "Command Ring Stopped" eventsMathias Nyman1-6/+7
2016-09-07usb: ehci: change order of register cleanup during shutdownMarc Ohlf1-2/+2
2016-08-10USB: OHCI: Don't mark EDs as ED_OPER if scheduling failsMichaƂ Pecio1-1/+2
2016-07-11usb: host: ehci-tegra: Grab the correct UTMI pads resetThierry Reding1-1/+1
2016-07-11xhci: Fix handling timeouted commands on hosts in weird states.Mathias Nyman1-5/+22
2016-07-11USB: xhci: Add broken streams quirk for Frescologic device id 1009Hans de Goede1-0/+5
2016-07-11usb: xhci-plat: properly handle probe deferral for devm_clk_get()Thomas Petazzoni1-0/+3
2016-07-11xhci: Cleanup only when releasing primary hcdGabriel Krisman Bertazi2-13/+17
2016-05-05xhci: fix 10 second timeout on removal of PCI hotpluggable xhci controllersMathias Nyman4-4/+9
2016-05-05usb: xhci: fix wild pointers in xhci_mem_cleanupLu Baolu1-0/+6
2016-05-05xhci: resume USB 3 roothub firstMathias Nyman1-3/+3
2016-05-05usb: xhci: applying XHCI_PME_STUCK_QUIRK to Intel BXT B0 hostRafal Redzimski1-1/+3
2016-02-25xhci: Fix list corruption in urb dequeue at host removalMathias Nyman1-1/+3
2016-02-25Revert "xhci: don't finish a TD if we get a short-transfer event mid TD"Mathias Nyman1-10/+0