summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2019-11-06xhci: Fix use-after-free regression in xhci clear hub TT implementationMathias Nyman1-9/+45
2019-11-06usb: xhci: fix __le32/__le64 accessors in debugfs codeBen Dooks (Codethink)1-12/+12
2019-11-06usb: xhci: fix Immediate Data Transfer endiannessSamuel Holland1-0/+2
2019-10-17xhci: Fix NULL pointer dereference in xhci_clear_tt_buffer_complete()Mathias Nyman1-0/+8
2019-10-17xhci: Increase STS_SAVE timeout in xhci_suspend()Kai-Heng Feng1-1/+1
2019-10-17xhci: Prevent deadlock when xhci adapter breaks during initBill Kuzeja1-2/+21
2019-10-17usb: xhci: wait for CNR controller not ready bit in xhci resumeRick Tseng1-0/+12
2019-10-17xhci: Fix USB 3.1 capability detection on early xHCI 1.1 spec based hostsMathias Nyman1-4/+11
2019-10-17xhci: Check all endpoints for LPM timeoutJan Schmidt1-4/+4
2019-10-17xhci: Prevent device initiated U1/U2 link pm if exit latency is too longMathias Nyman1-4/+6
2019-10-17xhci: Fix false warning message about wrong bounce buffer write lengthMathias Nyman1-2/+2
2019-08-28usb: host: xhci: rcar: Fix typo in compatible string matchingGeert Uytterhoeven1-1/+1
2019-08-28usb: host: xhci-tegra: Set DMA mask correctlyNagarjuna Kristam1-0/+10
2019-08-28usb: host: ohci: fix a race condition between shutdown and irqYoshihiro Shimoda1-3/+12
2019-08-15usb: host: fotg2: restart hcd after port resetHans Ulli Kroll1-0/+4
2019-08-02xhci: Fix NULL pointer dereference at endpoint zero reset.Mathias Nyman1-0/+10
2019-08-02usb: host: xhci-rcar: Fix timeout in xhci_suspend()Yoshihiro Shimoda1-2/+7
2019-07-25xhci: Fix crash if scatter gather is used with Immediate Data Transfer (IDT).Mathias Nyman1-1/+2
2019-07-25usb: wusbcore: fix unbalanced get/put cluster_idPhong Tran1-1/+1
2019-07-25usb: pci-quirks: Minor cleanup for AMD PLL quirkRyan Kennedy5-19/+21
2019-07-25usb: pci-quirks: Correct AMD PLL quirk detectionRyan Kennedy1-12/+19
2019-07-12Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds8-50/+85
2019-07-03usb :fsl: Change string format for errata propertyNikhil Badola1-5/+2
2019-07-03usb: host: Stops USB controller init if PLL fails to lockRamneek Mehresh2-1/+11
2019-07-03usb: phy: Workaround for USB erratum-A005728Suresh Gupta2-11/+29
2019-07-03usb: fsl: Set USB_EN bit to select ULPI phyNikhil Badola1-0/+6
2019-06-28usb: host: Fix excessive alignment restriction for local memory allocationsFredrik Noring2-4/+6
2019-06-23Merge 5.2-rc6 into usb-nextGreg Kroah-Hartman3-6/+43
2019-06-20docs: usb: rename files to .rst and add them to drivers-apiMauro Carvalho Chehab1-1/+1
2019-06-18xhci: detect USB 3.2 capable host controllers correctlyMathias Nyman1-5/+15
2019-06-18usb: xhci: Don't try to recover an endpoint if port is in error state.Mathias Nyman3-1/+28
2019-06-18usb: host: fotg2: add device tree probingHans Ulli Kroll1-0/+10
2019-06-18usb: isp1362: Spelling s/eclusive/exclusive/Geert Uytterhoeven1-1/+1
2019-06-18usb: host: xhci-tegra: Fix Wunused-const-variableNathan Huckleberry1-23/+0
2019-06-06usb: host: u132-hcd: remove unneeded variable frameHariprasad Kelam1-2/+1
2019-06-05usb: xhci: Add Clear_TT_BufferJim Lin3-1/+52
2019-06-05usb: Add devaddr in struct usb_deviceJim Lin1-0/+2
2019-06-03USB: drop HCD_LOCAL_MEM flagLaurentiu Tudor6-7/+8
2019-06-03usb: host: ohci-tmio: init genalloc for local memoryLaurentiu Tudor1-8/+5
2019-06-03usb: host: ohci-sm501: init genalloc for local memoryLaurentiu Tudor1-27/+20
2019-06-03USB: use genalloc for USB HCs with local memoryLaurentiu Tudor3-9/+51
2019-06-03USB: ohci-spear: Remove set but not used variable 'ohci'YueHaibing1-3/+0
2019-06-03usb: ohci-s3c2410: Remove set but not used variable 'hcd'YueHaibing1-2/+0
2019-06-03usb: host: ohci-st: Remove set but not used variable 'ohci'YueHaibing1-2/+0
2019-06-03usb: host: ehci-st: Remove set but not used variable 'ehci'YueHaibing1-2/+0
2019-06-03Merge 5.2-rc3 into usb-nextGreg Kroah-Hartman4-21/+35
2019-05-22xhci: Use %zu for printing size_t typeFabio Estevam1-2/+2
2019-05-22xhci: Convert xhci_handshake() to use readl_poll_timeout_atomic()Andrey Smirnov1-12/+10
2019-05-22xhci: Fix immediate data transfer if buffer is already DMA mappedMathias Nyman2-4/+8
2019-05-22usb: xhci: avoid null pointer deref when bos field is NULLCarsten Schmid1-1/+1