aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-ring.c
AgeCommit message (Expand)Author
2011-12-22xhci: Be less verbose during URB cancellation.Sarah Sharp
2011-12-22xhci: Remove debugging about toggling cycle bits.Sarah Sharp
2011-12-22xhci: Remove debugging for individual transfers.Sarah Sharp
2011-12-22xhci: Remove useless sg-list debugging.Sarah Sharp
2011-12-22xhci: Remove scary warnings about transfer issues.Sarah Sharp
2011-12-09usb: fix number of mapped SG DMA entriesClemens Ladisch
2011-11-26Merge 3.2-rc3 into usb-linusGreg Kroah-Hartman
2011-11-14USB: Remove the SAW_IRQ hcd flagAlan Stern
2011-11-02usb, xhci: fix lockdep warning on endpoint timeoutDon Zickus
2011-10-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-09-26xHCI: AMD isoc link TRB chain bit quirkAndiry Xu
2011-09-26xHCI: Clear PLC for USB2 root hub portsAndiry Xu
2011-09-26xHCI: test and clear RWC bitAndiry Xu
2011-09-26xHCI: set link stateAndiry Xu
2011-09-19USB: xHCI: prevent infinite loop when processing MSE eventAndiry Xu
2011-09-09xhci: Don't print short isoc packets.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-16xhci: Handle zero-length isochronous packets.Sarah Sharp
2011-08-09xhci: Remove TDs from TD lists when URBs are canceled.Sarah Sharp
2011-08-09xhci: Fix failed enqueue in the middle of isoch TD.Sarah Sharp
2011-08-09xhci: Fix memory leak during failed enqueue.Sarah Sharp
2011-07-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-06-17xhci: Always set urb->status to zero for isoc endpoints.Sarah Sharp
2011-06-17xHCI 1.0: Incompatible Device ErrorAlex He
2011-06-15xHCI 1.0: Force Stopped Event(FSE)Alex He
2011-06-14Merge 3.0-rc2 into usb-linus as it's needed by some USB patchesGreg Kroah-Hartman
2011-06-02xhci: Remove some unnecessary casts and tidy some endian swap codeMatt Evans
2011-06-01xhci: Bigendian fix for skip_isoc_td()Matt Evans
2011-05-27Intel xhci: Limit number of active endpoints to 64.Sarah Sharp
2011-05-27Intel xhci: Ignore spurious successful event.Sarah Sharp
2011-05-25xhci: STFU: Be quieter during URB submission and completion.Sarah Sharp
2011-05-25xhci: STFU: Don't print event ring dequeue pointer.Sarah Sharp
2011-05-25xhci: STFU: Remove function tracing.Sarah Sharp
2011-05-25xhci: Clear stopped_td when Stop Endpoint command completes.Sarah Sharp
2011-05-11xhci: Fix bug in control transfer cancellation.Sarah Sharp
2011-05-09xHCI 1.0: Block Interrupts for Isoch transferAndiry Xu
2011-05-09xHCI 1.0: Setup Stage TRB Transfer Type flagAndiry Xu
2011-05-02xhci 1.0: Set transfer burst last packet count field.Sarah Sharp
2011-05-02xhci 1.0: Set transfer burst count field.Sarah Sharp
2011-05-02xhci 1.0: Update TD size field format.Sarah Sharp
2011-05-02xhci 1.0: Only interrupt on short packet for IN EPs.Sarah Sharp
2011-05-02xhci: Remove recursive call to xhci_handle_eventMatt Evans
2011-05-02xhci: Add rmb() between reading event validity & event data access.Matt Evans
2011-05-02xhci: Make xHCI driver endian-safeMatt Evans
2011-04-13xHCI: Implement AMD PLL quirkAndiry Xu
2011-04-13xhci: Fix NULL pointer deref in handle_port_status()Sarah Sharp
2011-04-13USB: xhci: simplify logic of skipping missed isoc TDsDmitry Torokhov
2011-04-13USB: xhci - remove excessive 'inline' markingsDmitry Torokhov
2011-04-13USB: xhci: unsigned char never equals -1Dan Carpenter