summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* xhci-ext-caps.c: Add missing platform_device_put() on error in xhci_create_in...Wei Yongjun2019-10-041-0/+1
* xhci: Fix NULL pointer dereference in xhci_clear_tt_buffer_complete()Mathias Nyman2019-10-041-0/+8
* xhci: Increase STS_SAVE timeout in xhci_suspend()Kai-Heng Feng2019-10-041-1/+1
* xhci: Prevent deadlock when xhci adapter breaks during initBill Kuzeja2019-10-041-2/+21
* usb: xhci: wait for CNR controller not ready bit in xhci resumeRick Tseng2019-10-041-0/+12
* xhci: Fix USB 3.1 capability detection on early xHCI 1.1 spec based hostsMathias Nyman2019-10-041-4/+11
* xhci: Check all endpoints for LPM timeoutJan Schmidt2019-10-041-4/+4
* xhci: Prevent device initiated U1/U2 link pm if exit latency is too longMathias Nyman2019-10-041-4/+6
* xhci: Fix false warning message about wrong bounce buffer write lengthMathias Nyman2019-10-041-2/+2
* Merge tag 'usb-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-09-1865-4934/+574
|\
| * xhci-ext-caps.c: Add property to disable Intel SW switchSaranya Gopal2019-09-031-0/+18
| * usb: host: xhci-rcar: Use xhci_plat_priv.quirks instead of code settingsYoshihiro Shimoda2019-09-032-28/+14
| * usb: host: xhci-rcar: Add a helper macro to set xhci_plat_privYoshihiro Shimoda2019-09-032-8/+9
| * usb: host: xhci-plat: add quirks member into struct xhci_plat_privYoshihiro Shimoda2019-09-032-1/+5
| * xhci: fix possible memleak on setup address fails.Ikjoon Jang2019-09-031-1/+2
| * xhci: add TSP bitflag to TRB tracingMathias Nyman2019-09-031-1/+2
| * usb: xhci: dbc: Use GFP_KERNEL instead of GFP_ATOMIC in 'xhci_dbc_alloc_reque...Christophe JAILLET2019-09-031-1/+1
| * usb: xhci: dbc: Simplify error handling in 'xhci_dbc_alloc_requests()'Christophe JAILLET2019-09-031-1/+1
| * usb/ohci-tmio: remove the HCD_DMA flagChristoph Hellwig2019-09-031-1/+1
| * usb/ohci-sm501: remove the HCD_DMA flagChristoph Hellwig2019-09-031-1/+1
| * Merge 5.3-rc7 into usb-nextGreg Kroah-Hartman2019-09-023-4/+23
| |\
| * | usb: xhci-mtk: add an optional xhci_ck clockChunfeng Yun2019-08-282-0/+14
| * | usb/max3421: remove the dummy {un,}map_urb_for_dma methodsChristoph Hellwig2019-08-211-17/+0
| * | usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig2019-08-2126-48/+20
| * | usb: host: ohci-pxa27x: Fix and & vs | typoDan Carpenter2019-08-211-1/+1
| * | Merge 5.3-rc5 into usb-nextGreg Kroah-Hartman2019-08-191-0/+4
| |\ \
| * \ \ Merge 5.3-rc4 into usb-nextGreg Kroah-Hartman2019-08-122-2/+17
| |\ \ \
| * | | | usb: remove ehci-w90x900 driverArnd Bergmann2019-08-103-137/+0
| * | | | USB: Move wusbcore and UWB to staging as it is obsoleteGreg Kroah-Hartman2019-08-0815-4203/+0
| * | | | usb: host: xhci-plat: Prevent an abnormally restrictive PHY init skippingMiquel Raynal2019-08-011-1/+0
| * | | | usb: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-07-309-27/+6
| * | | | usb: host: ohci-tmio: Mark expected switch fall-throughsGustavo A. R. Silva2019-07-301-0/+3
| * | | | usb: exynos: add support for getting PHYs from the standard dt arrayMarek Szyprowski2019-07-302-8/+38
| * | | | Merge 5.3-rc2 into usb-nextGreg Kroah-Hartman2019-07-297-25/+35
| |\ \ \ \
| * | | | | usb: host: xhci-hub: fix extra endianness conversionRuslan Bilovol2019-07-251-1/+1
| * | | | | usb: host: Remove call to memset after dma_alloc_coherentFuqian Huang2019-07-252-2/+0
| * | | | | usb: host: oxu210hp-hcd: squash oxu210hp.h into oxu210hp-hcd.cMasahiro Yamada2019-07-252-448/+441
| * | | | | usb: host: oxu210hp-hcd: remove include/linux/oxu210hp.hMasahiro Yamada2019-07-251-2/+0
* | | | | | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2019-09-162-8/+20
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | usb: ohci-nxp: enable compile-testingArnd Bergmann2019-08-152-8/+20
| | |_|/ / | |/| | |
* | | | | usb: host: xhci: rcar: Fix typo in compatible string matchingGeert Uytterhoeven2019-08-281-1/+1
* | | | | usb: host: xhci-tegra: Set DMA mask correctlyNagarjuna Kristam2019-08-281-0/+10
* | | | | usb: host: ohci: fix a race condition between shutdown and irqYoshihiro Shimoda2019-08-281-3/+12
| |_|_|/ |/| | |
* | | | usb: host: fotg2: restart hcd after port resetHans Ulli Kroll2019-08-151-0/+4
|/ / /
* | | xhci: Fix NULL pointer dereference at endpoint zero reset.Mathias Nyman2019-08-021-0/+10
* | | usb: host: xhci-rcar: Fix timeout in xhci_suspend()Yoshihiro Shimoda2019-08-021-2/+7
| |/ |/|
* | 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
|/