summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
...
* usb: host: xhci-plat: add a shutdownRan Wang2020-03-251-0/+1
* xhci: apply XHCI_PME_STUCK_QUIRK to Intel Comet Lake platformsMathias Nyman2020-02-281-1/+3
* usb: host: xhci: update event ring dequeue pointer on purposePeter Chen2020-02-281-17/+43
* xhci: Fix memory leak when caching protocol extended capability PSI tables - ...Mathias Nyman2020-02-283-33/+67
* xhci: fix runtime pm enabling for quirky Intel hostsMathias Nyman2020-02-281-3/+3
* xhci: Force Maximum Packet size for Full-speed bulk devices to valid range.Mathias Nyman2020-02-281-3/+9
* usb: host: xhci-hub: fix extra endianness conversionRuslan Bilovol2020-01-271-1/+1
* USB: EHCI: Do not return -EPIPE when hub is disconnectedErkka Talvitie2019-12-311-1/+12
* usb: xhci: Fix build warning seen with CONFIG_PM=nGuenter Roeck2019-12-311-1/+1
* xhci: fix USB3 device initiated resume race with roothub autosuspendMathias Nyman2019-12-212-2/+9
* xhci: make sure interrupts are restored to correct stateMathias Nyman2019-12-171-4/+4
* xhci: handle some XHCI_TRUST_TX_LENGTH quirks cases as default behaviour.Mathias Nyman2019-12-171-1/+2
* xhci: Increase STS_HALT timeout in xhci_suspend()Kai-Heng Feng2019-12-171-1/+1
* xhci: Fix memory leak in xhci_add_in_port()Mika Westerberg2019-12-171-0/+4
* usb: xhci: only set D3hot for pci deviceHenry Lin2019-12-173-5/+16
* usb: ehci-omap: Fix deferred probe for phy handlingRoger Quadros2019-12-051-3/+4
* usb: xhci-mtk: fix ISOC error when interval is zeroChunfeng Yun2019-11-201-1/+3
* usb: xhci: fix __le32/__le64 accessors in debugfs codeBen Dooks (Codethink)2019-11-061-12/+12
* xhci: Increase STS_SAVE timeout in xhci_suspend()Kai-Heng Feng2019-10-171-1/+1
* xhci: Prevent deadlock when xhci adapter breaks during initBill Kuzeja2019-10-171-2/+21
* usb: xhci: wait for CNR controller not ready bit in xhci resumeRick Tseng2019-10-171-0/+12
* xhci: Fix USB 3.1 capability detection on early xHCI 1.1 spec based hostsMathias Nyman2019-10-171-4/+11
* xhci: Check all endpoints for LPM timeoutJan Schmidt2019-10-171-4/+4
* xhci: Prevent device initiated U1/U2 link pm if exit latency is too longMathias Nyman2019-10-171-4/+6
* xhci: Fix false warning message about wrong bounce buffer write lengthMathias Nyman2019-10-171-2/+2
* usb: host: xhci-tegra: Set DMA mask correctlyNagarjuna Kristam2019-09-211-0/+10
* usb: host: xhci: rcar: Fix typo in compatible string matchingGeert Uytterhoeven2019-09-061-1/+1
* usb: host: ohci: fix a race condition between shutdown and irqYoshihiro Shimoda2019-09-061-3/+12
* usb: host: fotg2: restart hcd after port resetHans Ulli Kroll2019-09-061-0/+4
* usb: host: xhci-rcar: Fix timeout in xhci_suspend()Yoshihiro Shimoda2019-08-161-2/+7
* usb: pci-quirks: Correct AMD PLL quirk detectionRyan Kennedy2019-07-311-12/+19
* usb: wusbcore: fix unbalanced get/put cluster_idPhong Tran2019-07-311-1/+1
* usb: xhci: Don't try to recover an endpoint if port is in error state.Mathias Nyman2019-06-253-1/+28
* xhci: detect USB 3.2 capable host controllers correctlyMathias Nyman2019-06-251-5/+15
* usb: xhci: Fix a potential null pointer dereference in xhci_debugfs_create_en...Jia-Ju Bai2019-06-221-0/+3
* usb: xhci: avoid null pointer deref when bos field is NULLCarsten Schmid2019-06-091-1/+1
* xhci: Convert xhci_handshake() to use readl_poll_timeout_atomic()Andrey Smirnov2019-06-091-12/+10
* xhci: Use %zu for printing size_t typeFabio Estevam2019-06-091-2/+2
* xhci: update bounce buffer with correct sg numHenry Lin2019-06-091-4/+13
* usb: u132-hcd: fix resource leakMukesh Ojha2019-05-041-0/+3
* xhci: Don't let USB3 ports stuck in polling state prevent suspendMathias Nyman2019-04-032-7/+20
* usb: xhci: dbc: Don't free all memory with spinlock heldMathias Nyman2019-04-031-2/+3
* xhci: Fix port resume done detection for SS ports with LPM enabledMathias Nyman2019-04-031-3/+6
* usb: host: xhci-rcar: Add XHCI_TRUST_TX_LENGTH quirkYasushi Asano2019-04-031-0/+1
* usb: xhci: Fix for Enabling USB ROLE SWITCH QUIRK on INTEL_SUNRISEPOINT_LP_XHCIBalaji Manoharan2019-03-101-0/+1
* usb: r8a66597: Fix a possible concurrency use-after-free bug in r8a66597_endp...Jia-Ju Bai2019-01-091-1/+4
* USB: xhci: fix 'broken_suspend' placement in struct xchi_hcdNicolas Saenz Julienne2018-12-291-2/+2
* xhci: Don't prevent USB2 bus suspend in state check intended for USB3 onlyMathias Nyman2018-12-291-1/+2
* xhci: Prevent U1/U2 link pm states if exit latency is too longMathias Nyman2018-12-131-0/+16
* xhci: workaround CSS timeout on AMD SNPS 3.0 xHCSandeep Singh2018-12-133-4/+29