summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2018-02-28usb: ohci: Proper handling of ed_rm_list to handle race condition between usb...AMAN DEEP1-7/+10
2018-02-28ohci-hcd: Fix race condition caused by ohci_urb_enqueue() and io_watchdog_func()Shigeru Yoshida2-4/+10
2018-02-22usb: Move USB_UHCI_BIG_ENDIAN_* out of USB_SUPPORTJames Hogan1-8/+0
2018-01-17xhci: 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-20usb: xhci-mtk: check hcc_params after adding primary hcdChunfeng Yun1-3/+3
2017-12-20xhci: Don't add a virt_dev to the devs array before it's fully allocatedMathias Nyman1-4/+11
2017-12-20usb: xhci: fix TDS for MTK xHCI1.1Chunfeng Yun1-3/+3
2017-12-10usb: host: fix incorrect updating of offsetColin Ian King1-1/+1
2017-12-10usb: xhci: fix panic in xhci_free_virt_devices_depth_firstYu Chen1-0/+7
2017-11-02usb: xhci: Handle error condition in xhci_stop_device()Mayank Rana1-5/+17
2017-10-27xhci: Identify USB 3.1 capable hosts by their port protocol capabilityMathias Nyman1-1/+2
2017-10-12Revert "xhci: Limit USB2 port wake support for AMD Promontory hosts"Kai-Heng Feng3-16/+1
2017-10-12xhci: set missing SuperSpeedPlus Link Protocol bit in roothub descriptorMathias Nyman1-1/+10
2017-10-12xhci: Fix sleeping with spin_lock_irq() held in ASmedia 1042A workaroundMathias Nyman1-1/+1
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-10-08usb: make the MTK XHCI driver compile for older MIPS SoCsJohn Crispin1-2/+2
2017-09-09usb: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: Bad Ethernet performance plugged in ASM1042A hostJiahau Chang5-0/+69
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-12xhci: Limit USB2 port wake support for AMD Promontory hostsJiahau Chang3-0/+16
2017-06-24usb: xhci: ASMedia ASM1042A chipset need shorts TX quirkCorentin Labbe1-0/+3
2017-06-24usb: xhci: Fix USB 3.1 supported protocol parsingYD Tseng1-2/+5
2017-06-24usb: r8a66597-hcd: decrease timeoutChris Brandt1-1/+1
2017-06-24usb: 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-25xhci: remove GFP_DMA flag from allocationMatthias Lange1-1/+1
2017-05-25ohci-pci: add qemu quirkGerd Hoffmann3-1/+19
2017-05-20usb: host: xhci: print correct command ring addressPeter Chen1-1/+1
2017-05-20usb: xhci: bInterval quirk for TI TUSB73x0Roger Quadros3-0/+15
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-04-12usb: host: xhci-plat: enable BROKEN_PED quirk if platform requestedFelipe Balbi1-0/+3
2017-04-12usb: xhci: add quirk flag for broken PED bitsFelipe Balbi2-0/+9
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-18usb: ohci-at91: Do not drop unhandled USB suspend control requestsJelle Martijn Kok1-2/+2
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: return error code when platform_get_irq failsPan Bian1-1/+3
2017-01-12usb: xhci: hold lock over xhci_abort_cmd_ring()Lu Baolu1-4/+9