summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2018-05-30xhci: zero usb device slot_id member when disabling and freeing a xhci slotMathias Nyman1-0/+2
2018-05-30USB: OHCI: Fix NULL dereference in HCDs using HCD_LOCAL_MEMFredrik Noring1-1/+2
2018-04-13Revert "xhci: plat: Register shutdown for xhci_plat"Greg Hackmann1-1/+0
2018-04-08xhci: Fix ring leak in failure path of xhci_alloc_virt_device()Ben Hutchings1-1/+2
2018-01-02usb: xhci: Add XHCI_TRUST_TX_LENGTH for Renesas uPD720201Daniel Thompson1-0/+3
2017-12-25xhci: plat: Register shutdown for xhci_platAdam Wallis1-0/+1
2017-12-20xhci: Don't add a virt_dev to the devs array before it's fully allocatedMathias Nyman1-4/+11
2017-12-09usb: host: fix incorrect updating of offsetColin Ian King1-1/+1
2017-11-02usb: xhci: Handle error condition in xhci_stop_device()Mayank Rana1-5/+17
2017-10-12xhci: fix finding correct bus_state structure for USB 3.1 hostsMathias Nyman1-1/+1
2017-10-12usb: pci-quirks.c: Corrected timeout values used in handshakeJim Dickerson1-4/+4
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-07-15usb: ehci-orion: fix probe for !GENERIC_PHYJonas Gorski1-1/+2
2017-07-05xhci: fix deadlock at host remove by running watchdog correctlyMathias Nyman2-24/+0
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-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-15usb: host: ohci-exynos: Decrese node refcount on exynos_ehci_get_phy() error ...Krzysztof Kozlowski1-0/+2
2017-05-15usb: host: ehci-exynos: Decrese node refcount on exynos_ehci_get_phy() error ...Krzysztof Kozlowski1-0/+2
2017-04-18usb: host: xhci-plat: Fix timeout on removal of hot pluggable xhci controllersGuenter Roeck1-0/+2
2017-01-14USB: UHCI: report non-PME wakeup signalling for Intel hardwareAlan Stern1-0/+4
2016-11-24usb: increase ohci watchdog delay to 275 msecBryan Paluch1-1/+1
2016-11-24xhci: add restart quirk for Intel Wildcatpoint PCHMathias Nyman1-1/+3
2016-10-22xhci: fix usb2 resume timing and races.Mathias Nyman2-6/+42
2016-10-06xhci: fix null pointer dereference in stop command timeout functionMathias Nyman1-1/+5
2016-09-01usb: xhci: Fix panic if disconnectJim Lin1-0/+3
2016-09-01xhci: always handle "Command Ring Stopped" eventsMathias Nyman1-6/+7
2016-07-11usb: host: ehci-tegra: Grab the correct UTMI pads resetThierry Reding1-1/+1
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: Fix handling timeouted commands on hosts in weird states.Mathias Nyman1-5/+22
2016-04-20xhci: fix 10 second timeout on removal of PCI hotpluggable xhci controllersMathias Nyman4-4/+9
2016-04-20usb: xhci: fix xhci locking up during hcd removeRoger Quadros1-1/+4
2016-04-20usb: xhci: fix wild pointers in xhci_mem_cleanupLu Baolu1-0/+6
2016-04-20usb: host: xhci: add a new quirk XHCI_NO_64BIT_SUPPORTYoshihiro Shimoda2-0/+11
2016-04-20xhci: resume USB 3 roothub firstMathias Nyman1-3/+3
2016-04-20usb: xhci: applying XHCI_PME_STUCK_QUIRK to Intel BXT B0 hostRafal Redzimski1-1/+3
2016-02-15xhci: Fix list corruption in urb dequeue at host removalMathias Nyman1-1/+3
2016-02-15usb: xhci: apply XHCI_PME_STUCK_QUIRK to Intel Broxton-M platformsLu Baolu1-1/+3
2016-02-15usb: xhci: set SSIC port unused only if xhci_suspend succeedsLu Baolu1-1/+6
2016-02-15usb: xhci: add a quirk bit for ssic port unusedLu Baolu2-34/+46
2016-02-15usb: xhci: handle both SSIC ports in PME stuck quirkLu Baolu1-19/+29
2016-02-15xhci: Move xhci_pme_quirk() behind #ifdef CONFIG_PMTomer Barletz1-45/+45
2016-02-15xhci: Workaround to get D3 working in Intel xHCIRajmohan Mani1-3/+37