aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-ring.c
AgeCommit message (Expand)Author
2011-03-23xhci: Fix cycle bit calculation during stall handling.Sarah Sharp
2011-03-02xhci: Fix an error in count_sg_trbs_needed()Paul Zimmerman
2011-03-02xhci: Fix errors in the running total calculations in the TRB mathPaul Zimmerman
2011-03-02xhci: Clarify some expressions in the TRB mathPaul Zimmerman
2011-03-02xhci: Avoid BUG() in interrupt contextPaul Zimmerman
2010-08-26USB: xhci: Remove buggy assignment in next_trb()John Youn
2010-07-05USB: xHCI: Fix wrong usage of macro TRB_TYPEAndiry Xu
2010-07-05USB: xhci: Fix check for room on the ring.Sarah Sharp
2010-07-05USB: xhci: Fix issue with set interface after stall.Sarah Sharp
2009-11-17USB: xhci: Fix TRB physical to virtual address translation.Sarah Sharp
2009-09-23USB: xhci: Support USB hubs.Sarah Sharp
2009-09-23USB: xhci: Fix command wait list handling.Sarah Sharp
2009-09-23USB: xhci: Change how xHCI commands are handled.Sarah Sharp
2009-09-23USB: xhci: Endpoint representation refactoring.Sarah Sharp
2009-09-23USB: xhci: Support interrupt transfers.Sarah Sharp
2009-09-23USB: xhci: Set -EREMOTEIO when xHC gives bad transfer length.Sarah Sharp
2009-09-23USB: xhci: Check URB_SHORT_NOT_OK before setting short packet status.Sarah Sharp
2009-09-23USB: xhci: Check URB's actual transfer buffer size.Sarah Sharp
2009-09-23USB: xhci: Don't touch xhci_td after it's freed.Sarah Sharp
2009-09-23USB: xhci: Handle babbling endpoints correctly.Sarah Sharp
2009-09-23USB: xhci: Make TRB completion code comparison readable.Sarah Sharp
2009-09-23USB: xhci: Add quirk for Fresco Logic xHCI hardware.Sarah Sharp
2009-09-23USB: xhci: Handle stalled control endpoints.Sarah Sharp
2009-09-23USB: xhci: Support full speed devices.Sarah Sharp
2009-09-23USB: xhci: Configure endpoint code refactoring.Sarah Sharp
2009-09-23USB: xhci: Work around for chain bit in link TRBs.Sarah Sharp
2009-07-28USB: xhci: Stall handling bug fixes.Sarah Sharp
2009-07-28USB: xhci: Support for 64-byte contextsJohn Youn
2009-07-28USB: xhci: Handle babble errors on transfers.Sarah Sharp
2009-07-28USB: xhci: Make debugging more verbose.Sarah Sharp
2009-07-28USB: xhci: Correct Event Handler Busy flag usage.Sarah Sharp
2009-07-28USB: xhci: Handle short control packets correctly.Sarah Sharp
2009-07-28USB: xhci: Represent 64-bit addresses with one u64.Sarah Sharp
2009-07-28USB: xhci: Deal with stalled endpoints.Sarah Sharp
2009-07-28USB: xhci: Set TD size in transfer TRB.Sarah Sharp
2009-06-15usb; xhci: Fix TRB offset calculations.Sarah Sharp
2009-06-15USB: xhci: Avoid compiler reordering in Link TRB giveback.Sarah Sharp
2009-06-15USB: xhci: Avoid global namespace pollution.Sarah Sharp
2009-06-15USB: xhci: Fix Link TRB handoff bit twiddling.Sarah Sharp
2009-06-15USB: xhci: fix lots of compiler warnings.Greg Kroah-Hartman
2009-06-15USB: xhci: use xhci_handle_event instead of handle_eventStephen Rothwell
2009-06-15USB: xhci: URB cancellation support.Sarah Sharp
2009-06-15USB: xhci: Scatter gather list support for bulk transfers.Sarah Sharp
2009-06-15USB: xhci: Bulk transfer supportSarah Sharp
2009-06-15USB: xhci: Bandwidth allocation supportSarah Sharp
2009-06-15USB: xhci: Control transfer support.Sarah Sharp
2009-06-15USB: xhci: Allocate and address USB devicesSarah Sharp
2009-06-15USB: xhci: Root hub support.Sarah Sharp
2009-06-15USB: xhci: No-op command queueing and irq handler.Sarah Sharp