summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorLines
2019-08-28usb: host: xhci: rcar: Fix typo in compatible string matchingGeert Uytterhoeven-1/+1
2019-08-28usb: host: xhci-tegra: Set DMA mask correctlyNagarjuna Kristam-0/+10
2019-08-28usb: host: ohci: fix a race condition between shutdown and irqYoshihiro Shimoda-3/+12
2019-08-15usb: host: fotg2: restart hcd after port resetHans Ulli Kroll-0/+4
2019-08-02xhci: Fix NULL pointer dereference at endpoint zero reset.Mathias Nyman-0/+10
2019-08-02usb: host: xhci-rcar: Fix timeout in xhci_suspend()Yoshihiro Shimoda-2/+7
2019-07-25xhci: Fix crash if scatter gather is used with Immediate Data Transfer (IDT).Mathias Nyman-1/+2
2019-07-25usb: wusbcore: fix unbalanced get/put cluster_idPhong Tran-1/+1
2019-07-25usb: pci-quirks: Minor cleanup for AMD PLL quirkRyan Kennedy-19/+21
2019-07-25usb: pci-quirks: Correct AMD PLL quirk detectionRyan Kennedy-12/+19
2019-07-12Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-50/+85
2019-07-03usb :fsl: Change string format for errata propertyNikhil Badola-5/+2
2019-07-03usb: host: Stops USB controller init if PLL fails to lockRamneek Mehresh-1/+11
2019-07-03usb: phy: Workaround for USB erratum-A005728Suresh Gupta-11/+29
2019-07-03usb: fsl: Set USB_EN bit to select ULPI phyNikhil Badola-0/+6
2019-06-28usb: host: Fix excessive alignment restriction for local memory allocationsFredrik Noring-4/+6
2019-06-23Merge 5.2-rc6 into usb-nextGreg Kroah-Hartman-6/+43
2019-06-20docs: usb: rename files to .rst and add them to drivers-apiMauro Carvalho Chehab-1/+1
2019-06-18xhci: detect USB 3.2 capable host controllers correctlyMathias Nyman-5/+15
2019-06-18usb: xhci: Don't try to recover an endpoint if port is in error state.Mathias Nyman-1/+28
2019-06-18usb: host: fotg2: add device tree probingHans Ulli Kroll-0/+10
2019-06-18usb: isp1362: Spelling s/eclusive/exclusive/Geert Uytterhoeven-1/+1
2019-06-18usb: host: xhci-tegra: Fix Wunused-const-variableNathan Huckleberry-23/+0
2019-06-06usb: host: u132-hcd: remove unneeded variable frameHariprasad Kelam-2/+1
2019-06-05usb: xhci: Add Clear_TT_BufferJim Lin-1/+52
2019-06-05usb: Add devaddr in struct usb_deviceJim Lin-0/+2
2019-06-03USB: drop HCD_LOCAL_MEM flagLaurentiu Tudor-7/+8
2019-06-03usb: host: ohci-tmio: init genalloc for local memoryLaurentiu Tudor-8/+5
2019-06-03usb: host: ohci-sm501: init genalloc for local memoryLaurentiu Tudor-27/+20
2019-06-03USB: use genalloc for USB HCs with local memoryLaurentiu Tudor-9/+51
2019-06-03USB: ohci-spear: Remove set but not used variable 'ohci'YueHaibing-3/+0
2019-06-03usb: ohci-s3c2410: Remove set but not used variable 'hcd'YueHaibing-2/+0
2019-06-03usb: host: ohci-st: Remove set but not used variable 'ohci'YueHaibing-2/+0
2019-06-03usb: host: ehci-st: Remove set but not used variable 'ehci'YueHaibing-2/+0
2019-06-03Merge 5.2-rc3 into usb-nextGreg Kroah-Hartman-21/+35
2019-05-22xhci: Use %zu for printing size_t typeFabio Estevam-2/+2
2019-05-22xhci: Convert xhci_handshake() to use readl_poll_timeout_atomic()Andrey Smirnov-12/+10
2019-05-22xhci: Fix immediate data transfer if buffer is already DMA mappedMathias Nyman-4/+8
2019-05-22usb: xhci: avoid null pointer deref when bos field is NULLCarsten Schmid-1/+1
2019-05-22usb: xhci: Fix a potential null pointer dereference in xhci_debugfs_create_en...Jia-Ju Bai-0/+3
2019-05-22xhci: update bounce buffer with correct sg numHenry Lin-4/+13
2019-05-21usb: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz-5/+0
2019-05-21USB: OHCI: remove space before open square bracket '['Naveen Kumar Parna-1/+1
2019-05-21usb: exynos: add workaround for the USB device bindings conflictMarek Szyprowski-0/+22
2019-05-16Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds-28/+14
2019-05-08Merge tag 'usb-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-85/+237
2019-04-28Merge tag 'davinci-for-v5.2/soc' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson-28/+14
2019-04-27usb: xhci: add endpoint context tracing when an endpoint is addedMathias Nyman-0/+9
2019-04-27xhci: Add tracing for input control contextMathias Nyman-0/+57
2019-04-27xhci: add port and bus number to port dynamic debuggingMathias Nyman-25/+48