summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci.c
AgeCommit message (Expand)Author
2012-04-11xhci: Fix register save/restore order.Sarah Sharp
2012-04-11xhci: Restore event ring dequeue pointer on resume.Sarah Sharp
2012-04-11xhci: Warn when hosts don't halt.Sarah Sharp
2012-03-13usb: host: xhci: add platform driver supportSebastian Andrzej Siewior
2012-03-13xHCI: update sg tablesizeAndiry Xu
2012-03-13xHCI: count free TRBs on transfer ringAndiry Xu
2012-03-12xHCI: BESL calculation based on USB2.0 LPM errataAndiry Xu
2012-03-01usb: core: hcd: make hcd->irq unsignedFelipe Balbi
2012-02-14USB: Don't fail USB3 probe on missing legacy PCI IRQ.Sarah Sharp
2012-01-04Merge branch 'for-usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2012-01-04usb: ch9: fix up MaxStreams helperFelipe Balbi
2012-01-04xhci: Properly handle COMP_2ND_BW_ERRHans de Goede
2011-12-22xhci: Be less verbose during URB cancellation.Sarah Sharp
2011-12-22xhci: Remove warnings about MSI and MSI-X capabilities.Sarah Sharp
2011-12-01xHCI: fix bug in xhci_clear_command_ring()Andiry Xu
2011-11-14USB: XHCI: resume root hubs when the controller resumesAlan Stern
2011-11-04xhci: Set slot and ep0 flags for address command.Sarah Sharp
2011-09-26usb/xhci: remove CONFIG_PCI in xhci.c's probe functionSebastian Andrzej Siewior
2011-09-26usb/xhci: move xhci_gen_setup() away from -pci.Sebastian Andrzej Siewior
2011-09-26usb/xhci: hide MSI code behind PCI barsSebastian Andrzej Siewior
2011-09-26usb/xhci: group MSI interrupt registration into its own functionSebastian Andrzej Siewior
2011-09-26xHCI: fix debug messageAndiry Xu
2011-09-26xHCI: set USB2 hardware LPMAndiry Xu
2011-09-26xHCI: test USB2 software LPMAndiry Xu
2011-09-20xhci: USB 3.0 BW checking.Sarah Sharp
2011-09-20usb/xhci: ignore xhci version while checking for the link quirkSebastian Andrzej Siewior
2011-09-09xhci: Redundant check in xhci_check_args for xhci->devssifram.rajas@gmail.com
2011-09-09xHCI: refine td allocationAndiry Xu
2011-09-09xhci: Implement HS/FS/LS bandwidth checking.Sarah Sharp
2011-09-09xhci: Track interval bandwidth tables per port/TT.Sarah Sharp
2011-09-09xhci: Store endpoint bandwidth information.Sarah Sharp
2011-09-09xhci: Store information about roothubs and TTs.Sarah Sharp
2011-09-09xhci: Refactor endpoint limit checking.Sarah Sharp
2011-09-09xhci: If no endpoints changed, don't issue BW command.Sarah Sharp
2011-08-29Merge 3.1-rc4 into usb-nextGreg Kroah-Hartman
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto
2011-08-09xhci: Remove TDs from TD lists when URBs are canceled.Sarah Sharp
2011-08-09xhci: Fix memory leak during failed enqueue.Sarah Sharp
2011-08-01xhci: Don't submit commands or URBs to halted hosts.Sarah Sharp
2011-07-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-06-17xhci: Add reset on resume quirk for asrock p67 hostMaarten Lankhorst
2011-06-17xHCI 1.0: Incompatible Device ErrorAlex He
2011-06-15xhci: Reject double add of active endpoints.Sarah Sharp
2011-06-14Merge 3.0-rc2 into usb-linus as it's needed by some USB patchesGreg Kroah-Hartman
2011-06-02xhci: Disable MSI for some Fresco Logic hosts.Sarah Sharp
2011-06-02xhci: Do not issue device reset when device is not setupMaarten Lankhorst
2011-06-02xhci: Remove some unnecessary casts and tidy some endian swap codeMatt Evans
2011-06-02xhci: Bigendian fix for xhci_check_bandwidth()Matt Evans
2011-05-27Intel xhci: Limit number of active endpoints to 64.Sarah Sharp
2011-05-25xhci: Don't submit commands when the host is dead.Sarah Sharp