summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* Revert "xhci: Limit USB2 port wake support for AMD Promontory hosts"Kai-Heng Feng2017-09-183-16/+1Star
* 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/+6Star
|\
| * dma-coherent: remove the DMA_MEMORY_MAP and DMA_MEMORY_IO flagsChristoph Hellwig2017-09-012-10/+6Star
* | 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-171-43/+51
* | | xhci: add port status tracingMathias Nyman2017-08-172-0/+25
* | | xhci: rename temp and temp1 variablesMathias Nyman2017-08-171-10/+10
* | | xhci: Add port status decoder for tracing purposesMathias Nyman2017-08-171-0/+81
* | | xhci: add definitions for all port link statesMathias Nyman2017-08-171-1/+8
* | | usb: host: xhci: rcar: Add support for R-Car H3 ES2.0Yoshihiro Shimoda2017-08-171-1/+6
* | | usb: host: xhci: plat: re-fact xhci_plat_priv for R-Car Gen3Yoshihiro Shimoda2017-08-171-9/+1Star
* | | usb: host: xhci: rcar: Add firmware_name selection by soc_device_match()Yoshihiro Shimoda2017-08-171-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-247-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
| * | usb: xhci: Issue stop EP command only when the EP state is runningShyam Sundar S K2017-07-201-1/+8
| * | xhci: Bad Ethernet performance plugged in ASM1042A hostJiahau Chang2017-07-205-0/+69
| * | xhci: Fix NULL pointer dereference when cleaning up streams for removed hostMathias Nyman2017-07-201-4/+7
| |/
* / usb: Convert to using %pOF instead of full_nameRob Herring2017-07-221-2/+2
|/
* Merge tag 'usb-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-07-073-0/+16
|\