summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2019-06-25usb: xhci: Don't try to recover an endpoint if port is in error state.Mathias Nyman3-1/+28
2019-06-25xhci: detect USB 3.2 capable host controllers correctlyMathias Nyman1-5/+15
2019-06-22usb: xhci: Fix a potential null pointer dereference in xhci_debugfs_create_en...Jia-Ju Bai1-0/+3
2019-06-15usb: ohci-da8xx: disable the regulator if the overcurrent irq firedBartosz Golaszewski1-5/+17
2019-06-09usb: xhci: avoid null pointer deref when bos field is NULLCarsten Schmid1-1/+1
2019-06-09xhci: Convert xhci_handshake() to use readl_poll_timeout_atomic()Andrey Smirnov1-12/+10
2019-06-09xhci: Use %zu for printing size_t typeFabio Estevam1-2/+2
2019-06-09xhci: update bounce buffer with correct sg numHenry Lin1-4/+13
2019-03-27usb: u132-hcd: fix resource leakMukesh Ojha1-0/+3
2019-03-22xhci: Don't let USB3 ports stuck in polling state prevent suspendMathias Nyman2-7/+20
2019-03-22usb: xhci: dbc: Don't free all memory with spinlock heldMathias Nyman1-2/+3
2019-03-22xhci: Fix port resume done detection for SS ports with LPM enabledMathias Nyman1-3/+6
2019-03-19usb: host: xhci-rcar: Add XHCI_TRUST_TX_LENGTH quirkYasushi Asano1-0/+1
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-3/+2
2019-03-07Merge tag 'usb-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds17-75/+118
2019-02-21usb: xhci: Fix for Enabling USB ROLE SWITCH QUIRK on INTEL_SUNRISEPOINT_LP_XHCIBalaji Manoharan1-0/+1
2019-02-21usb: xhci: fix build warning - missing prototypeJean-Philippe Menil1-1/+1
2019-02-20usb: xhci: dbc: Fixing typo error.Prabhat Chand Pandey1-3/+3
2019-02-20usb: xhci: remove unused member 'parent' in xhci_regset structChunfeng Yun1-1/+0
2019-02-20xhci: tegra: Prevent error pointer dereferenceThierry Reding1-2/+2
2019-02-20dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flagChristoph Hellwig2-3/+2
2019-02-19usb: host: oxu210hp-hcd: remove set but not used variables 'uframes, transfer...YueHaibing1-7/+1
2019-02-15Merge tag 'davinci-for-v5.1/soc-part2' of git://git.kernel.org/pub/scm/linux/...Arnd Bergmann1-58/+60
2019-02-12usb: host: oxu210hp-hcd: fix indentation issueColin Ian King1-1/+1
2019-02-12usb: ohci-da8xx: add vbus and overcurrent gpiosBartosz Golaszewski1-49/+50
2019-02-12usb: ohci-da8xx: add a helper pointer to &pdev->devBartosz Golaszewski1-9/+9
2019-02-12usb: ohci-da8xx: add a new line after local variablesBartosz Golaszewski1-0/+1
2019-01-30usb: ehci-orion: add S2RAM supportMiquel Raynal1-0/+18
2019-01-30usb: ehci-orion: avoid double PHY initializationMiquel Raynal1-23/+3
2019-01-30usb: host: xhci: mvebu: add reset on resume quirkOfer Heifetz4-2/+26
2019-01-28Merge 5.0-rc4 into usb-nextGreg Kroah-Hartman1-0/+1
2019-01-22USB: host: whci: rename Kbuild fileGreg Kroah-Hartman1-0/+2
2019-01-22USB: add missing SPDX lines to Kconfig and MakefilesGreg Kroah-Hartman1-0/+1
2019-01-18USB: EHCI: ehci-mv: add MODULE_DEVICE_TABLELubomir Rintel1-0/+1
2019-01-18drivers: usb :fsl: Remove USB Errata checking codeRan Wang2-6/+7
2019-01-18usb: kconfig: remove dependency FSL_SOC for ehci fsl driverRan Wang1-2/+1
2019-01-18usb: ehci: fsl: Update register accessing for arm/arm64 platformsRan Wang1-21/+41
2019-01-18USB: host: ohci-at91: add sam9x60-sfr definition for ohciNicolas Ferre1-2/+5
2019-01-18xhci: Use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2019-01-15Merge 5.0-rc2 into usb-nextGreg Kroah-Hartman2-7/+7
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2-7/+7
2019-01-07usb: host: u132-hcd: fix a couple of indentation issuesColin Ian King1-2/+4
2019-01-02Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2018-12-21Merge USB 4.20-rc8 mergepoint into usb-nextGreg Kroah-Hartman2-3/+4
2018-12-20Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'ar...Joerg Roedel1-1/+1
2018-12-19usb: r8a66597: Fix a possible concurrency use-after-free bug in r8a66597_endp...Jia-Ju Bai1-1/+4
2018-12-17USB: xhci: fix 'broken_suspend' placement in struct xchi_hcdNicolas Saenz Julienne1-2/+2
2018-12-17usb: ehci-omap: Fix deferred probe for phy handlingRoger Quadros1-3/+4
2018-12-17xhci: Use device_iommu_mapped()Joerg Roedel1-1/+1
2018-12-14xhci: Don't prevent USB2 bus suspend in state check intended for USB3 onlyMathias Nyman1-1/+2