summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
2019-08-28usb: xhci-mtk: add an optional xhci_ck clockChunfeng Yun
2019-08-21usb/max3421: remove the dummy {un,}map_urb_for_dma methodsChristoph Hellwig
2019-08-21usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig
2019-08-21usb: host: ohci-pxa27x: Fix and & vs | typoDan Carpenter
2019-08-19Merge 5.3-rc5 into usb-nextGreg Kroah-Hartman
2019-08-15usb: host: fotg2: restart hcd after port resetHans Ulli Kroll
2019-08-12Merge 5.3-rc4 into usb-nextGreg Kroah-Hartman
2019-08-10usb: remove ehci-w90x900 driverArnd Bergmann
2019-08-08USB: Move wusbcore and UWB to staging as it is obsoleteGreg Kroah-Hartman
2019-08-02xhci: Fix NULL pointer dereference at endpoint zero reset.Mathias Nyman
2019-08-02usb: host: xhci-rcar: Fix timeout in xhci_suspend()Yoshihiro Shimoda
2019-08-01usb: host: xhci-plat: Prevent an abnormally restrictive PHY init skippingMiquel Raynal
2019-07-30usb: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-07-30usb: host: ohci-tmio: Mark expected switch fall-throughsGustavo A. R. Silva
2019-07-30usb: exynos: add support for getting PHYs from the standard dt arrayMarek Szyprowski
2019-07-29Merge 5.3-rc2 into usb-nextGreg Kroah-Hartman
2019-07-25xhci: Fix crash if scatter gather is used with Immediate Data Transfer (IDT).Mathias Nyman
2019-07-25usb: host: xhci-hub: fix extra endianness conversionRuslan Bilovol
2019-07-25usb: host: Remove call to memset after dma_alloc_coherentFuqian Huang
2019-07-25usb: host: oxu210hp-hcd: squash oxu210hp.h into oxu210hp-hcd.cMasahiro Yamada
2019-07-25usb: host: oxu210hp-hcd: remove include/linux/oxu210hp.hMasahiro Yamada
2019-07-25usb: wusbcore: fix unbalanced get/put cluster_idPhong Tran
2019-07-25usb: pci-quirks: Minor cleanup for AMD PLL quirkRyan Kennedy
2019-07-25usb: pci-quirks: Correct AMD PLL quirk detectionRyan Kennedy
2019-07-12Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-07-03usb :fsl: Change string format for errata propertyNikhil Badola
2019-07-03usb: host: Stops USB controller init if PLL fails to lockRamneek Mehresh
2019-07-03usb: phy: Workaround for USB erratum-A005728Suresh Gupta
2019-07-03usb: fsl: Set USB_EN bit to select ULPI phyNikhil Badola
2019-06-28usb: host: Fix excessive alignment restriction for local memory allocationsFredrik Noring
2019-06-23Merge 5.2-rc6 into usb-nextGreg Kroah-Hartman
2019-06-20docs: usb: rename files to .rst and add them to drivers-apiMauro Carvalho Chehab
2019-06-18xhci: detect USB 3.2 capable host controllers correctlyMathias Nyman
2019-06-18usb: xhci: Don't try to recover an endpoint if port is in error state.Mathias Nyman
2019-06-18usb: host: fotg2: add device tree probingHans Ulli Kroll
2019-06-18usb: isp1362: Spelling s/eclusive/exclusive/Geert Uytterhoeven
2019-06-18usb: host: xhci-tegra: Fix Wunused-const-variableNathan Huckleberry
2019-06-06usb: host: u132-hcd: remove unneeded variable frameHariprasad Kelam
2019-06-05usb: xhci: Add Clear_TT_BufferJim Lin
2019-06-05usb: Add devaddr in struct usb_deviceJim Lin
2019-06-03USB: drop HCD_LOCAL_MEM flagLaurentiu Tudor
2019-06-03usb: host: ohci-tmio: init genalloc for local memoryLaurentiu Tudor
2019-06-03usb: host: ohci-sm501: init genalloc for local memoryLaurentiu Tudor
2019-06-03USB: use genalloc for USB HCs with local memoryLaurentiu Tudor
2019-06-03USB: ohci-spear: Remove set but not used variable 'ohci'YueHaibing
2019-06-03usb: ohci-s3c2410: Remove set but not used variable 'hcd'YueHaibing
2019-06-03usb: host: ohci-st: Remove set but not used variable 'ohci'YueHaibing
2019-06-03usb: host: ehci-st: Remove set but not used variable 'ehci'YueHaibing
2019-06-03Merge 5.2-rc3 into usb-nextGreg Kroah-Hartman
2019-05-22xhci: Use %zu for printing size_t typeFabio Estevam