summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host (follow)
Commit message (Expand)AuthorAgeFilesLines
* usb :fsl: Change string format for errata propertyNikhil Badola2019-07-031-5/+2
* 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/+0
* | usb: host: u132-hcd: remove unneeded variable frameHariprasad Kelam2019-06-061-2/+1
* | 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/+0
* | usb: ohci-s3c2410: Remove set but not used variable 'hcd'YueHaibing2019-06-031-2/+0
* | usb: host: ohci-st: Remove set but not used variable 'ohci'YueHaibing2019-06-031-2/+0
* | usb: host: ehci-st: Remove set but not used variable 'ehci'YueHaibing2019-06-031-2/+0
* | 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/+10
| * 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/+0
* | 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/+14
|\
| * Merge tag 'davinci-for-v5.2/soc' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson2019-04-291-28/+14
| |\
| | * usb: ohci-da8xx: drop the vbus GPIOBartosz Golaszewski2019-04-121-27/+5
| | * 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/+2
* | | 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/+18
| * | | usb: xhci-mtk: get optional clock by devm_clk_get_optional()Chunfeng Yun2019-04-191-16/+3
| * | | usb: host: use usb_endpoint_maxp instead of usb_maxpacketYan Zhu2019-04-191-6/+4
| * | | usb: host: xhci-tegra: Add Tegra186 XUSB supportJC Kuo2019-04-161-0/+25
| * | | usb: host: xhci-tegra: Selectively program IPFSJC Kuo2019-04-161-17/+26
| * | | Merge 5.1-rc3 into usb-nextGreg Kroah-Hartman2019-04-016-12/+33
| |\| |
| * | | usb: u132-hcd: fix potential NULL pointer dereferenceKangjie Lu2019-03-261-0/+2
| | |/ | |/|
* | | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-2/+0
| |/ |/|
* | usb: u132-hcd: fix resource leakMukesh Ojha2019-03-271-0/+3
* | xhci: Don't let USB3 ports stuck in polling state prevent suspendMathias Nyman2019-03-222-7/+20
* | usb: xhci: dbc: Don't free all memory with spinlock heldMathias Nyman2019-03-221-2/+3
* | xhci: Fix port resume done detection for SS ports with LPM enabledMathias Nyman2019-03-221-3/+6