summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
AgeCommit message (Expand)Author
2019-05-16Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2019-05-08Merge tag 'usb-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2019-04-28Merge tag 'davinci-for-v5.2/soc' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson
2019-04-27usb: xhci: add endpoint context tracing when an endpoint is addedMathias Nyman
2019-04-27xhci: Add tracing for input control contextMathias Nyman
2019-04-27xhci: add port and bus number to port dynamic debuggingMathias Nyman
2019-04-27usb: xhci: add Immediate Data Transfer supportNicolas Saenz Julienne
2019-04-19usb: host: xhci-plat: get optional clock by devm_clk_get_optional()Chunfeng Yun
2019-04-19usb: xhci-mtk: get optional clock by devm_clk_get_optional()Chunfeng Yun
2019-04-19usb: host: use usb_endpoint_maxp instead of usb_maxpacketYan Zhu
2019-04-16usb: host: xhci-tegra: Add Tegra186 XUSB supportJC Kuo
2019-04-16usb: host: xhci-tegra: Selectively program IPFSJC Kuo
2019-04-12usb: ohci-da8xx: drop the vbus GPIOBartosz Golaszewski
2019-04-12usb: ohci-da8xx: disable the regulator if the overcurrent irq firedBartosz Golaszewski
2019-04-12usb: ohci-da8xx: let the regulator framework keep track of use countBartosz Golaszewski
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon
2019-04-01Merge 5.1-rc3 into usb-nextGreg Kroah-Hartman
2019-03-28usb: u132-hcd: fix resource leakMukesh Ojha
2019-03-26usb: u132-hcd: fix potential NULL pointer dereferenceKangjie Lu
2019-03-22xhci: Don't let USB3 ports stuck in polling state prevent suspendMathias Nyman
2019-03-22usb: xhci: dbc: Don't free all memory with spinlock heldMathias Nyman
2019-03-22xhci: Fix port resume done detection for SS ports with LPM enabledMathias Nyman
2019-03-19usb: host: xhci-rcar: Add XHCI_TRUST_TX_LENGTH quirkYasushi Asano
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-03-06Merge tag 'usb-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2019-02-21usb: xhci: Fix for Enabling USB ROLE SWITCH QUIRK on INTEL_SUNRISEPOINT_LP_XHCIBalaji Manoharan
2019-02-21usb: xhci: fix build warning - missing prototypeJean-Philippe Menil
2019-02-20usb: xhci: dbc: Fixing typo error.Prabhat Chand Pandey
2019-02-20usb: xhci: remove unused member 'parent' in xhci_regset structChunfeng Yun
2019-02-20xhci: tegra: Prevent error pointer dereferenceThierry Reding
2019-02-20dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flagChristoph Hellwig
2019-02-19usb: host: oxu210hp-hcd: remove set but not used variables 'uframes, transfer...YueHaibing
2019-02-15Merge tag 'davinci-for-v5.1/soc-part2' of git://git.kernel.org/pub/scm/linux/...Arnd Bergmann
2019-02-12usb: host: oxu210hp-hcd: fix indentation issueColin Ian King
2019-02-12usb: ohci-da8xx: add vbus and overcurrent gpiosBartosz Golaszewski
2019-02-12usb: ohci-da8xx: add a helper pointer to &pdev->devBartosz Golaszewski
2019-02-12usb: ohci-da8xx: add a new line after local variablesBartosz Golaszewski
2019-01-30usb: ehci-orion: add S2RAM supportMiquel Raynal
2019-01-30usb: ehci-orion: avoid double PHY initializationMiquel Raynal
2019-01-30usb: host: xhci: mvebu: add reset on resume quirkOfer Heifetz
2019-01-28Merge 5.0-rc4 into usb-nextGreg Kroah-Hartman
2019-01-22USB: host: whci: rename Kbuild fileGreg Kroah-Hartman
2019-01-22USB: add missing SPDX lines to Kconfig and MakefilesGreg Kroah-Hartman
2019-01-18USB: EHCI: ehci-mv: add MODULE_DEVICE_TABLELubomir Rintel
2019-01-18drivers: usb :fsl: Remove USB Errata checking codeRan Wang
2019-01-18usb: kconfig: remove dependency FSL_SOC for ehci fsl driverRan Wang
2019-01-18usb: ehci: fsl: Update register accessing for arm/arm64 platformsRan Wang
2019-01-18USB: host: ohci-at91: add sam9x60-sfr definition for ohciNicolas Ferre
2019-01-18xhci: Use struct_size() in kzalloc()Gustavo A. R. Silva
2019-01-15Merge 5.0-rc2 into usb-nextGreg Kroah-Hartman