summaryrefslogtreecommitdiff
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* usb: ohci: Proper handling of ed_rm_list to handle race condition between usb...AMAN DEEP2018-02-281-7/+10
* ARM: tegra: select USB_ULPI from EHCI rather than platformArnd Bergmann2018-02-251-0/+2
* xhci: Fix ring leak in failure path of xhci_alloc_virt_device()Ben Hutchings2018-01-171-1/+2
* usb: xhci: Add XHCI_TRUST_TX_LENGTH for Renesas uPD720201Daniel Thompson2018-01-021-0/+3
* xhci: plat: Register shutdown for xhci_platAdam Wallis2017-12-251-0/+1
* xhci: Don't add a virt_dev to the devs array before it's fully allocatedMathias Nyman2017-12-201-4/+11
* usb: host: fix incorrect updating of offsetColin Ian King2017-12-091-1/+1
* usb: xhci: fix panic in xhci_free_virt_devices_depth_firstYu Chen2017-12-091-0/+7
* usb: xhci: Handle error condition in xhci_stop_device()Mayank Rana2017-11-021-5/+17
* xhci: fix finding correct bus_state structure for USB 3.1 hostsMathias Nyman2017-10-121-1/+1
* usb: pci-quirks.c: Corrected timeout values used in handshakeJim Dickerson2017-10-121-4/+4
* usb:xhci:Fix regression when ATI chipsets detectedSandeep Singh2017-09-131-17/+18
* usb:xhci:Add quirk for Certain failing HP keyboard on reset after resumeSandeep Singh2017-08-161-5/+12
* xhci: Fix NULL pointer dereference when cleaning up streams for removed hostMathias Nyman2017-07-271-4/+7
* xhci: fix 20000ms port resume timeoutMathias Nyman2017-07-271-0/+3
* usb: xhci: ASMedia ASM1042A chipset need shorts TX quirkCorentin Labbe2017-06-261-0/+3
* usb: r8a66597-hcd: decrease timeoutChris Brandt2017-06-261-1/+1
* usb: r8a66597-hcd: select a different endpoint on timeoutChris Brandt2017-06-261-1/+3
* usb: host: xhci-mem: allocate zeroed Scratchpad BufferPeter Chen2017-05-251-1/+1
* xhci: apply PME_STUCK_QUIRK and MISSING_CAS quirk for DenvertonMathias Nyman2017-05-251-2/+5
* usb: host: xhci-plat: propagate return value of platform_get_irq()Thomas Petazzoni2017-05-251-1/+1
* usb: host: xhci: print correct command ring addressPeter Chen2017-05-201-1/+1
* usb: host: ohci-exynos: Decrese node refcount on exynos_ehci_get_phy() error ...Krzysztof Kozlowski2017-05-141-0/+2
* usb: host: ehci-exynos: Decrese node refcount on exynos_ehci_get_phy() error ...Krzysztof Kozlowski2017-05-141-0/+2
* usb: host: xhci-plat: Fix timeout on removal of hot pluggable xhci controllersGuenter Roeck2017-03-181-0/+2
* usb: host: xhci-dbg: HCIVERSION should be a binary numberPeter Chen2017-03-181-1/+1
* usb: host: xhci: plat: check hcc_params after add hcdWilliam wu2017-03-121-3/+3
* xhci: fix deadlock at host remove by running watchdog correctlyMathias Nyman2017-01-192-24/+0
* xhci: Fix race related to abort operationOGAWA Hirofumi2017-01-123-80/+91
* xhci: Use delayed_work instead of timer for command timeoutOGAWA Hirofumi2017-01-123-16/+21
* usb: xhci-mem: use passed in GFP flags instead of GFP_KERNELDan Carpenter2017-01-121-2/+2
* usb: xhci: hold lock over xhci_abort_cmd_ring()Lu Baolu2017-01-121-4/+9
* xhci: Handle command completion and timeout raceMathias Nyman2017-01-121-1/+5
* usb: host: xhci: Fix possible wild pointer when handling abort commandBaolin Wang2017-01-121-1/+4
* usb: xhci: fix return value of xhci_setup_device()Lu Baolu2017-01-121-1/+3
* xhci: free xhci virtual devices with leaf nodes firstMathias Nyman2017-01-121-2/+36
* usb: xhci: apply XHCI_PME_STUCK_QUIRK to Intel Apollo LakeWan Ahmad Zainie2017-01-121-1/+2
* xhci: workaround for hosts missing CAS bitMathias Nyman2017-01-123-0/+46
* usb: xhci: fix possible wild pointerLu Baolu2017-01-121-5/+11
* USB: UHCI: report non-PME wakeup signalling for Intel hardwareAlan Stern2017-01-061-0/+4
* xhci: add restart quirk for Intel Wildcatpoint PCHMathias Nyman2016-11-101-1/+3
* usb: increase ohci watchdog delay to 275 msecBryan Paluch2016-11-101-1/+1
* xhci: use default USB_RESUME_TIMEOUT when resuming ports.Mathias Nyman2016-11-101-2/+2
* xhci: fix null pointer dereference in stop command timeout functionMathias Nyman2016-09-241-1/+5
* xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices.Mathias Nyman2016-09-073-6/+13
* xhci: don't dereference a xhci member after removing xhciMathias Nyman2016-09-071-1/+2
* usb: xhci: Fix panic if disconnectJim Lin2016-09-071-0/+3
* xhci: always handle "Command Ring Stopped" eventsMathias Nyman2016-09-071-6/+7
* usb: ehci: change order of register cleanup during shutdownMarc Ohlf2016-09-071-2/+2
* USB: OHCI: Don't mark EDs as ED_OPER if scheduling failsMichaƂ Pecio2016-08-101-1/+2