summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2019-04-04usb: r8a66597: Fix a possible concurrency use-after-free bug in r8a66597_endp...Jia-Ju Bai1-1/+4
2019-02-11xhci: Don't prevent USB2 bus suspend in state check intended for USB3 onlyMathias Nyman1-1/+2
2019-02-11xhci: Prevent U1/U2 link pm states if exit latency is too longMathias Nyman1-0/+16
2019-02-11xhci: workaround CSS timeout on AMD SNPS 3.0 xHCSandeep Singh3-4/+29
2019-02-11USB: check usb_get_extra_descriptor for proper sizeMathias Payer1-1/+1
2019-02-11usb: xhci: Prevent bus suspend if a port connect change or polling state is d...Mathias Nyman1-14/+46
2019-02-11usb: xhci: fix timeout for transition from RExit to U0Aaron Ma2-3/+3
2019-02-11usb: xhci: fix uninitialized completion when USB3 port got wrong statusAaron Ma2-2/+2
2018-12-17xhci: Add missing CAS workaround for Intel Sunrise Point xHCIMathias Nyman1-0/+2
2018-12-17usb: host: u132-hcd: Fix a sleep-in-atomic-context bug in u132_get_frame()Jia-Ju Bai1-1/+1
2018-11-20xhci: xhci-mem: off by one in xhci_stream_id_to_ring()Dan Carpenter1-1/+1
2018-10-21xhci: Fix USB ports for Dell Inspiron 5775Kai-Heng Feng1-1/+4
2018-06-17xhci: Fix front USB ports on ASUS PRIME B350M-AKai-Heng Feng3-0/+7
2018-06-17usb: ohci: Proper handling of ed_rm_list to handle race condition between usb...AMAN DEEP1-7/+10
2018-03-03usb: xhci: Add XHCI_TRUST_TX_LENGTH for Renesas uPD720201Daniel Thompson1-0/+3
2018-03-03xhci: Don't add a virt_dev to the devs array before it's fully allocatedMathias Nyman1-4/+13
2018-03-03usb: xhci: fix panic in xhci_free_virt_devices_depth_firstYu Chen1-0/+7
2018-03-03xhci: Don't show incorrect WARN message about events for empty ringsMathias Nyman1-4/+8
2018-03-03usb: host: fix incorrect updating of offsetColin Ian King1-1/+1
2018-01-01usb: xhci: Handle error condition in xhci_stop_device()Mayank Rana1-5/+17
2018-01-01usb: pci-quirks.c: Corrected timeout values used in handshakeJim Dickerson1-4/+4
2018-01-01xhci: fix finding correct bus_state structure for USB 3.1 hostsMathias Nyman1-1/+1
2017-11-26usb:xhci:Fix regression when ATI chipsets detectedSandeep Singh1-17/+18
2017-11-11usb:xhci:Add quirk for Certain failing HP keyboard on reset after resumeSandeep Singh1-5/+12
2017-11-11xhci: fix memleak in xhci_run()Shu Wang1-1/+3
2017-11-11xhci: fix 20000ms port resume timeoutMathias Nyman1-0/+3
2017-11-11xhci: Bad Ethernet performance plugged in ASM1042A hostJiahau Chang5-0/+69
2017-11-11xhci: Fix NULL pointer dereference when cleaning up streams for removed hostMathias Nyman1-4/+7
2017-10-12xhci: Limit USB2 port wake support for AMD Promontory hostsJiahau Chang3-0/+16
2017-09-15usb: xhci: ASMedia ASM1042A chipset need shorts TX quirkCorentin Labbe1-0/+3
2017-09-15usb: host: xhci-plat: propagate return value of platform_get_irq()Thomas Petazzoni1-1/+1
2017-09-15USB: xhci: fix lock-inversion problemAlan Stern1-2/+3
2017-09-15usb: host: xhci: simplify irq handler returnFelipe Balbi1-15/+17
2017-09-15usb: host: xhci-mem: allocate zeroed Scratchpad BufferPeter Chen1-1/+1
2017-09-15xhci: apply PME_STUCK_QUIRK and MISSING_CAS quirk for DenvertonMathias Nyman1-2/+5
2017-09-15usb: r8a66597-hcd: select a different endpoint on timeoutChris Brandt1-1/+3
2017-09-15usb: r8a66597-hcd: decrease timeoutChris Brandt1-1/+1
2017-08-26usb: host: xhci: print correct command ring addressPeter Chen1-1/+1
2017-07-18xhci: Manually give back cancelled URB if we can't queue it for cancelMathias Nyman1-18/+25
2017-03-16xhci: fix deadlock at host remove by running watchdog correctlyMathias Nyman2-20/+0
2017-03-16usb: xhci: apply XHCI_PME_STUCK_QUIRK to Intel Apollo LakeWan Ahmad Zainie1-1/+2
2017-03-16usb: xhci: hold lock over xhci_abort_cmd_ring()Lu Baolu1-3/+7
2017-03-16xhci: Handle command completion and timeout raceMathias Nyman1-1/+5
2017-03-16usb: host: xhci: Fix possible wild pointer when handling abort commandBaolin Wang1-1/+4
2017-03-16usb: xhci: fix possible wild pointerLu Baolu1-4/+9
2017-03-16xhci: free xhci virtual devices with leaf nodes firstMathias Nyman1-2/+36
2017-03-16usb: xhci-mem: use passed in GFP flags instead of GFP_KERNELDan Carpenter1-2/+2
2017-03-16USB: UHCI: report non-PME wakeup signalling for Intel hardwareAlan Stern1-0/+4
2017-02-23xhci: workaround for hosts missing CAS bitMathias Nyman3-0/+46
2017-02-23xhci: add restart quirk for Intel Wildcatpoint PCHMathias Nyman1-1/+3