summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0214-0/+14
* usb: xhci: Handle error condition in xhci_stop_device()Mayank Rana2017-10-171-5/+18
* usb: xhci: Reset halted endpoint if trb is noopLu Baolu2017-10-171-7/+13
* xhci: Cleanup current_cmd in xhci_cleanup_command_queue()Jeffy Chen2017-10-171-0/+1
* xhci: Identify USB 3.1 capable hosts by their port protocol capabilityMathias Nyman2017-10-171-1/+2
* Revert "xhci: Limit USB2 port wake support for AMD Promontory hosts"Kai-Heng Feng2017-09-183-16/+1
* xhci: set missing SuperSpeedPlus Link Protocol bit in roothub descriptorMathias Nyman2017-09-181-1/+10
* xhci: Fix sleeping with spin_lock_irq() held in ASmedia 1042A workaroundMathias Nyman2017-09-181-1/+1
* usb: host: xhci-plat: allow sysdev to inherit from ACPIAdam Wallis2017-09-181-6/+10
* xhci: fix wrong endpoint ESIT value shown in tracingMathias Nyman2017-09-181-2/+4
* usb: pci-quirks.c: Corrected timeout values used in handshakeJim Dickerson2017-09-181-4/+4
* xhci: fix finding correct bus_state structure for USB 3.1 hostsMathias Nyman2017-09-181-1/+1
* usb: xhci: Free the right ring in xhci_add_endpoint()Lu Baolu2017-09-181-1/+2
* Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-09-122-10/+6
|\
| * dma-coherent: remove the DMA_MEMORY_MAP and DMA_MEMORY_IO flagsChristoph Hellwig2017-09-012-10/+6
* | Merge tag 'mfd-next-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2017-09-071-1/+1
|\ \
| | \
| | \
| *-. \ Merge branches 'ib-mfd-arm-i2c-4.14', 'ib-mfd-arm-usb-video-4.14', 'ib-mfd-hw...Lee Jones2017-09-058-12/+133
| |\ \ \ | | | |/
| | * | mfd: tps65010: Move header file out of I2C realmWolfram Sang2017-08-151-1/+1
| |/ /
* | | usb: imx21-hcd: make imx21_hc_driver constBhumika Goyal2017-08-311-1/+1
* | | usb: host: make ehci_fsl_overrides const and __initconstBhumika Goyal2017-08-311-1/+1
* | | usb: xhci-mtk: add generic compatible stringChunfeng Yun2017-08-311-0/+1
* | | usb: xhci: Support enabling of compliance mode for xhci 1.1Jack Pham2017-08-281-0/+33
* | | usb:xhci:Fix regression when ATI chipsets detectedSandeep Singh2017-08-281-17/+18
* | | xhci: rework bus_resume and check ports are suspended before resuming them.Mathias Nyman2017-08-161-43/+51
* | | xhci: add port status tracingMathias Nyman2017-08-162-0/+25
* | | xhci: rename temp and temp1 variablesMathias Nyman2017-08-161-10/+10
* | | xhci: Add port status decoder for tracing purposesMathias Nyman2017-08-161-0/+81
* | | xhci: add definitions for all port link statesMathias Nyman2017-08-161-1/+8
* | | usb: host: xhci: rcar: Add support for R-Car H3 ES2.0Yoshihiro Shimoda2017-08-161-1/+6
* | | usb: host: xhci: plat: re-fact xhci_plat_priv for R-Car Gen3Yoshihiro Shimoda2017-08-161-9/+1
* | | usb: host: xhci: rcar: Add firmware_name selection by soc_device_match()Yoshihiro Shimoda2017-08-161-1/+32
* | | Merge 4.13-rc5 into usb-nextGreg Kroah-Hartman2017-08-143-5/+40
|\ \ \ | | |/ | |/|
| * | Merge tag 'usb-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-08-131-5/+12
| |\ \
| | * | usb:xhci:Add quirk for Certain failing HP keyboard on reset after resumeSandeep Singh2017-08-101-5/+12
| * | | xhci: Reset Renesas uPD72020x USB controller for 32-bit DMA issueMarc Zyngier2017-08-023-0/+28
| |/ /
* | | usb: imx21-hcd: fix error return code in imx21_probe()Gustavo A. R. Silva2017-08-101-2/+4
* | | usb: ehci-omap: fix error return code in ehci_hcd_omap_probe()Gustavo A. R. Silva2017-08-101-2/+2
* | | usb: hwa-hc: constify usb_device_idArvind Yadav2017-08-101-1/+1
* | | USB: whci-hcd: constify hc_driver structuresJulia Lawall2017-07-301-1/+1
* | | USB: HWA: constify hc_driver structuresJulia Lawall2017-07-301-1/+1
* | | isp116x-hcd: constify hc_driver structuresJulia Lawall2017-07-301-1/+1
* | | usb: host: u132-hcd: constify hc_driver structuresJulia Lawall2017-07-301-1/+1
* | | usb: host/sl811-hcd: constify hc_driver structuresJulia Lawall2017-07-301-1/+1
* | | usb: r8a66597-hcd: constify hc_driver structuresJulia Lawall2017-07-301-1/+1
* | | usb: host: max3421-hcd: constify hc_driver structuresJulia Lawall2017-07-301-1/+1
* | | isp1362-hcd: constify hc_driver structuresJulia Lawall2017-07-301-1/+1
* | | Merge 4.13-rc2 into usb-nextGreg Kroah-Hartman2017-07-237-6/+92
|\ \ \ | |/ /
| * | xhci: fix memleak in xhci_run()Shu Wang2017-07-201-1/+3
| * | usb: xhci: fix spinlock recursion for USB2 test modePeter Chen2017-07-201-0/+2
| * | xhci: fix 20000ms port resume timeoutMathias Nyman2017-07-201-0/+3
OpenPOWER on IntegriCloud