summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2014-07-09xhci: Fix runtime suspended xhci from blocking system suspend.Wang, Yu1-3/+7
2014-07-09xhci: correct burst count field for isoc transfers on 1.0 xhci hostsMathias Nyman1-1/+1
2014-07-01USB: EHCI: avoid BIOS handover on the HASEE E200Alan Stern1-3/+16
2014-06-11xhci: delete endpoints from bandwidth list before freeing whole deviceMathias Nyman1-10/+10
2014-05-06usb/xhci: fix compilation warning when !CONFIG_PCI && !CONFIG_PMDavid Cohen1-3/+3
2014-05-06xhci: extend quirk for Renesas cardsIgor Gnatenko1-3/+1
2014-04-14xhci: Limit the spurious wakeup fix only to HP machinesTakashi Iwai1-1/+6
2014-04-14xhci: Fix spurious wakeups after S5 on HaswellTakashi Iwai3-0/+25
2014-04-14xhci: quirk for extra long delay for S4Oliver Neukum3-1/+15
2014-04-14xhci: Don't enable/disable RWE on bus suspend/resume.Sarah Sharp1-28/+0
2014-04-14USB: fix PM config symbol in uhci-hcd, ehci-hcd, and xhci-hcdAlan Stern3-3/+3
2014-04-14USB: OHCI: Allow runtime PM without system sleepAlan Stern1-1/+1
2014-04-14USB: EHCI: bugfix: urb->hcpriv should not be NULLAlan Stern2-12/+8
2014-03-31xhci: Fix resume issues on Renesas chips in Samsung laptopsSarah Sharp1-0/+5
2014-02-06usb: xhci: Check for XHCI_PLAT in xhci_cleanup_msix()Jack Pham1-0/+3
2013-10-05xhci: Fix race between ep halt and URB cancellationFlorian Wolter1-2/+6
2013-10-05xhci: Fix oops happening after address device timeoutMathias Nyman1-0/+6
2013-10-05xhci: Ensure a command structure points to the correct trb on the command ringMathias Nyman4-21/+17
2013-09-27usb: ehci-mxc: check for pdata before dereferencingDaniel Mack1-1/+1
2013-09-27usb: xhci: Disable runtime PM suspend for quirky controllersShawn Nematbakhsh1-0/+22
2013-09-27xhci-plat: Don't enable legacy PCI interrupts.Sarah Sharp3-2/+8
2013-08-04xhci: Avoid NULL pointer deref when host dies.Sarah Sharp1-3/+3
2013-08-04xhci: fix null pointer dereference on ring_doorbell_for_active_ringsOleksij Rempel1-1/+1
2013-08-04usb: host: xhci: Enable XHCI_SPURIOUS_SUCCESS for all controllers with xhci 1.0George Cherian2-1/+7
2013-07-22usb: host: xhci-plat: release mem region while removing moduleGeorge Cherian1-0/+1
2013-07-22xhci: check for failed dma pool allocationMathias Nyman1-0/+4
2013-06-13USB: revert periodic scheduling bugfixAlan Stern1-1/+1
2013-06-13xhci: fix list access before initVladimir Murzin1-0/+4
2013-06-13xhci-mem: init list heads at the beginning of initSergio Aguirre1-3/+3
2013-06-13xhci - correct comp_mode_recovery_timer on return from hibernateTony Camuso1-1/+11
2013-06-07USB: UHCI: fix for suspend of virtual HP controllerAlan Stern1-1/+2
2013-06-07USB: xHCI: override bogus bulk wMaxPacketSize valuesAlan Stern1-8/+9
2013-05-12xhci: Don't warn on empty ring for suspended devices.Sarah Sharp1-8/+15
2013-04-05usb: xhci: Fix TRB transfer length macro used for Event TRB.Vivek Gautam2-12/+16
2013-03-28USB: xhci: correctly enable interruptsHannes Reinecke1-1/+2
2013-03-28USB: xhci - fix bit definitions for IMAN registerDmitry Torokhov1-2/+2
2013-03-28Revert "USB: EHCI: don't check DMA values in QH overlays"Greg Kroah-Hartman1-13/+5
2013-03-21USB: EHCI: don't check DMA values in QH overlaysAlan Stern1-5/+13
2013-02-28USB: ehci-omap: Fix autoloading of moduleRoger Quadros1-1/+1
2013-02-11usb: Prevent dead ports when xhci is not enabledDavid Moore1-0/+1
2013-02-11USB: XHCI: fix memory leak of URB-private dataAlan Stern1-0/+2
2013-02-11xhci: Fix TD size for isochronous URBs.Sarah Sharp1-2/+3
2013-02-11xhci: Fix isoc TD encoding.Sarah Sharp1-1/+3
2013-02-11drivers: xhci: fix incorrect bit testNickolai Zeldovich1-1/+1
2013-02-11USB: EHCI: fix bug in scheduling periodic split transfersAlan Stern1-1/+1
2013-02-11USB: EHCI: fix timer bug affecting port resumeAlan Stern1-1/+5
2013-01-28USB: UHCI: fix IRQ race during initializationAlan Stern1-6/+9
2013-01-17xhci: Handle HS bulk/ctrl endpoints that don't NAK.Sarah Sharp1-0/+2
2013-01-17xhci: Avoid "dead ports", add roothub port polling.Sarah Sharp3-0/+26
2013-01-17USB: Allow USB 3.0 ports to be disabled.Sarah Sharp1-2/+29