aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-18USB: EHCI: ehci-mv: add MODULE_DEVICE_TABLELubomir Rintel1-0/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2-7/+7
2019-01-01Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus 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', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-1/+1
2018-12-19usb: r8a66597: Fix a possible concurrency use-after-free bug in r8a66597_endpoint_disable()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
2018-12-12usb: host: isp1362-hcd: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-13/+3
2018-12-10Merge 4.20-rc6 into usb-nextGreg Kroah-Hartman4-5/+46
2018-12-07xhci: move usb2 get port status link resume handling to its own functionMathias Nyman1-84/+104
2018-12-07xhci: refactor U0 link state handling in get_port_statusMathias Nyman1-13/+19
2018-12-07xhci: cleanup code that sets portstatus and portchange bitsMathias Nyman1-12/+14
2018-12-07xhci: move usb2 speficic bits to own function in get_port_status callMathias Nyman1-20/+24
2018-12-07xhci: move usb3 speficic bits to own function in get_port_status callMathias Nyman1-28/+40
2018-12-07xhci: remove unused hcd_index()Mathias Nyman1-7/+0
2018-12-07xhci: move bus_state structure under the xhci_hub structure.Mathias Nyman5-26/+24
2018-12-07xhci: remove the unused sw_lpm_supportZeng Tao3-20/+5
2018-12-06xhci: Prevent U1/U2 link pm states if exit latency is too longMathias Nyman1-0/+16
2018-12-06xhci: workaround CSS timeout on AMD SNPS 3.0 xHCSandeep Singh3-4/+29
2018-12-05USB: check usb_get_extra_descriptor for proper sizeMathias Payer1-1/+1
2018-11-26Merge 4.20-rc4 into usb-nextGreg Kroah-Hartman9-28/+113
2018-11-15usb: xhci: Prevent bus suspend if a port connect change or polling state is detectedMathias Nyman1-14/+46
2018-11-09xhci: Add quirk to workaround the errata seen on Cavium Thunder-X2 SocCherian, George3-1/+40
2018-11-09usb: xhci: fix timeout for transition from RExit to U0Aaron Ma2-3/+3
2018-11-09usb: xhci: fix uninitialized completion when USB3 port got wrong statusAaron Ma2-2/+2
2018-11-09xhci: Add check for invalid byte size error when UAS devices are connected.Sandeep Singh1-0/+1
2018-11-09xhci: handle port status events for removed USB3 hcdMathias Nyman1-0/+7
2018-11-09xhci: Fix leaking USB3 shared_hcd at xhci removalMathias Nyman6-8/+14
2018-11-07usb: host: remove unnecessary condition checkChengguang Xu1-8/+4
2018-10-26Merge tag 'usb-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds19-243/+684
2018-10-18usb: xhci: tegra: Add genpd supportJon Hunter1-12/+77
2018-10-18usb: xhci: tegra: Power-off power-domains on removalJon Hunter1-0/+5
2018-10-15usb: host: ohci-at91: fix request of irq for optional gpioTudor.Ambarus@microchip.com1-0/+2
2018-10-09usb: xhci: pci: Enable Intel USB role mux on Apollo Lake platformsHeikki Krogerus1-2/+4
2018-10-08Merge 4.19-rc7 into usb-nextGreg Kroah-Hartman2-2/+4
2018-10-01usb: xhci-mtk: resume USB3 roothub firstChunfeng Yun1-2/+2
2018-10-01xhci: Add missing CAS workaround for Intel Sunrise Point xHCIMathias Nyman1-0/+2
2018-09-28xhci: Avoid USB autosuspend when resuming USB2 ports.Anshuman Gupta2-0/+6
2018-09-28usb: xhci: tegra: Firmware header is little endianThierry Reding1-26/+26
2018-09-28xhci-pci: allow host runtime PM as default for Intel Alpine and Titan RidgeMathias Nyman2-0/+25
2018-09-28xhci: Use soft retry to recover faster from transaction errorsMathias Nyman2-0/+21
2018-09-28usb: host: xhci-plat: add platform TPL supportPeter Chen1-0/+3
2018-09-28usb: xhci-mtk: supports SSP without external USB3 gen2 hubChunfeng Yun1-6/+11
2018-09-28usb: xhci-mtk: supports bandwidth scheduling with multi-TTChunfeng Yun2-10/+258
2018-09-28usb: xhci-mtk: improve bandwidth schedulingChunfeng Yun2-60/+104
2018-09-28usb: xhci-mtk: fix ISOC error when interval is zeroChunfeng Yun1-1/+3
2018-09-28usb: xhci-mtk: use maximum ESIT payload of endpiont contextChunfeng Yun1-1/+14