summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* xhci: Fix crash if scatter gather is used with Immediate Data Transfer (IDT).Mathias Nyman2019-07-251-1/+2
* usb: wusbcore: fix unbalanced get/put cluster_idPhong Tran2019-07-251-1/+1
* usb: pci-quirks: Minor cleanup for AMD PLL quirkRyan Kennedy2019-07-255-19/+21
* usb: pci-quirks: Correct AMD PLL quirk detectionRyan Kennedy2019-07-251-12/+19
* Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-07-138-50/+85
|\
| * usb: host: Fix excessive alignment restriction for local memory allocationsFredrik Noring2019-06-282-4/+6
| * USB: drop HCD_LOCAL_MEM flagLaurentiu Tudor2019-06-036-7/+8
| * usb: host: ohci-tmio: init genalloc for local memoryLaurentiu Tudor2019-06-031-8/+5Star
| * usb: host: ohci-sm501: init genalloc for local memoryLaurentiu Tudor2019-06-031-27/+20Star
| * USB: use genalloc for USB HCs with local memoryLaurentiu Tudor2019-06-033-9/+51
* | usb :fsl: Change string format for errata propertyNikhil Badola2019-07-031-5/+2Star
* | usb: host: Stops USB controller init if PLL fails to lockRamneek Mehresh2019-07-032-1/+11
* | usb: phy: Workaround for USB erratum-A005728Suresh Gupta2019-07-032-11/+29
* | usb: fsl: Set USB_EN bit to select ULPI phyNikhil Badola2019-07-031-0/+6
* | Merge 5.2-rc6 into usb-nextGreg Kroah-Hartman2019-06-233-6/+43
|\ \
| * | xhci: detect USB 3.2 capable host controllers correctlyMathias Nyman2019-06-181-5/+15
| * | usb: xhci: Don't try to recover an endpoint if port is in error state.Mathias Nyman2019-06-183-1/+28
* | | docs: usb: rename files to .rst and add them to drivers-apiMauro Carvalho Chehab2019-06-201-1/+1
* | | usb: host: fotg2: add device tree probingHans Ulli Kroll2019-06-181-0/+10
* | | usb: isp1362: Spelling s/eclusive/exclusive/Geert Uytterhoeven2019-06-181-1/+1
* | | usb: host: xhci-tegra: Fix Wunused-const-variableNathan Huckleberry2019-06-181-23/+0Star
* | | usb: host: u132-hcd: remove unneeded variable frameHariprasad Kelam2019-06-061-2/+1Star
* | | usb: xhci: Add Clear_TT_BufferJim Lin2019-06-053-1/+52
* | | usb: Add devaddr in struct usb_deviceJim Lin2019-06-051-0/+2
* | | USB: ohci-spear: Remove set but not used variable 'ohci'YueHaibing2019-06-031-3/+0Star
* | | usb: ohci-s3c2410: Remove set but not used variable 'hcd'YueHaibing2019-06-031-2/+0Star
* | | usb: host: ohci-st: Remove set but not used variable 'ohci'YueHaibing2019-06-031-2/+0Star
* | | usb: host: ehci-st: Remove set but not used variable 'ehci'YueHaibing2019-06-031-2/+0Star
* | | Merge 5.2-rc3 into usb-nextGreg Kroah-Hartman2019-06-034-21/+35
|\| |
| * | xhci: Use %zu for printing size_t typeFabio Estevam2019-05-221-2/+2
| * | xhci: Convert xhci_handshake() to use readl_poll_timeout_atomic()Andrey Smirnov2019-05-221-12/+10Star
| * | xhci: Fix immediate data transfer if buffer is already DMA mappedMathias Nyman2019-05-222-4/+8
| * | usb: xhci: avoid null pointer deref when bos field is NULLCarsten Schmid2019-05-221-1/+1
| * | usb: xhci: Fix a potential null pointer dereference in xhci_debugfs_create_en...Jia-Ju Bai2019-05-221-0/+3
| * | xhci: update bounce buffer with correct sg numHenry Lin2019-05-221-4/+13
| |/
* | usb: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz2019-05-211-5/+0Star
* | USB: OHCI: remove space before open square bracket '['Naveen Kumar Parna2019-05-211-1/+1
* | usb: exynos: add workaround for the USB device bindings conflictMarek Szyprowski2019-05-212-0/+22
|/
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2019-05-161-28/+14Star
|\
| * Merge tag 'davinci-for-v5.2/soc' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson2019-04-291-28/+14Star
| |\
| | * usb: ohci-da8xx: drop the vbus GPIOBartosz Golaszewski2019-04-121-27/+5Star
| | * usb: ohci-da8xx: disable the regulator if the overcurrent irq firedBartosz Golaszewski2019-04-121-5/+17
| | * usb: ohci-da8xx: let the regulator framework keep track of use countBartosz Golaszewski2019-04-121-6/+2Star
* | | Merge tag 'usb-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-05-0810-85/+237
|\ \ \
| * | | usb: xhci: add endpoint context tracing when an endpoint is addedMathias Nyman2019-04-272-0/+9
| * | | xhci: Add tracing for input control contextMathias Nyman2019-04-273-0/+57
| * | | xhci: add port and bus number to port dynamic debuggingMathias Nyman2019-04-273-25/+48
| * | | usb: xhci: add Immediate Data Transfer supportNicolas Saenz Julienne2019-04-273-0/+45
| * | | usb: host: xhci-plat: get optional clock by devm_clk_get_optional()Chunfeng Yun2019-04-191-21/+18Star
| * | | usb: xhci-mtk: get optional clock by devm_clk_get_optional()Chunfeng Yun2019-04-191-16/+3Star