aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-dbg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-03xhci: Export symbols used by host-controller driversAndrew Bresticker1-0/+1
2014-01-30Revert "xhci: replace xhci_read_64() with readq()"Sarah Sharp1-3/+3
2013-12-02xhci: replace xhci_read_64() with readq()Xenia Ragiadakou1-3/+3
2013-12-02xhci: replace xhci_readl() with readl()Xenia Ragiadakou1-18/+18
2013-08-13xhci: add traces for debug messages in xhci_address_device()Xenia Ragiadakou1-0/+14
2013-06-14xhci: Remove BUG_ON in xhci_get_input_control_ctx.Sarah Sharp1-0/+5
2013-06-05usb: xhci-dbg: Display endpoint number and direction in context dumpJulius Werner1-1/+4
2012-10-25xhci: trivial: Remove assigned but unused slot_ctx.Sarah Sharp1-2/+0
2012-04-10xHCI: correct to print the true HSEE of USBCMDAlex He1-1/+1
2011-06-14Merge 3.0-rc2 into usb-linus as it's needed by some USB patchesGreg Kroah-Hartman1-4/+4
2011-06-02xhci: Add defines for hardcoded slot statesMaarten Lankhorst1-4/+4
2011-06-02xhci: Remove some unnecessary casts and tidy some endian swap codeMatt Evans1-11/+11
2011-05-02xhci: Make xHCI driver endian-safeMatt Evans1-25/+26
2011-02-22USB: xhci: mark local functions as staticDmitry Torokhov1-2/+2
2011-02-20USB: xhci: rework xhci_print_ir_set() to get ir set from xhci itselfDmitry Torokhov1-2/+3
2010-05-20USB: xhci: Correct assumptions about number of rings per endpoint.Sarah Sharp1-0/+24
2010-03-02USB: xhci: Fix compile issues with xhci_get_slot_state()Sarah Sharp1-1/+1
2010-03-02USB: xhci: Notify the xHC when a device is reset.Sarah Sharp1-0/+19
2009-09-23USB: xhci: Fix slot and endpoint context debugging.Sarah Sharp1-2/+3
2009-07-28USB: xhci: Support for 64-byte contextsJohn Youn1-45/+80
2009-07-28USB: xhci: Always align output device contexts to 64 bytes.Sarah Sharp1-38/+63
2009-07-28USB: xhci: Represent 64-bit addresses with one u64.Sarah Sharp1-41/+26
2009-07-28USB: xhci: fix less- and greater than confusionRoel Kluin1-2/+2
2009-06-15USB: xhci: Remove packed attribute from structures.Sarah Sharp1-1/+1
2009-06-15USB: xhci: Avoid global namespace pollution.Sarah Sharp1-7/+7
2009-06-15USB: xhci: fix lots of compiler warnings.Greg Kroah-Hartman1-93/+87
2009-06-15USB: xhci: Allocate and address USB devicesSarah Sharp1-0/+79
2009-06-15USB: xhci: Root hub support.Sarah Sharp1-0/+26
2009-06-15USB: xhci: No-op command queueing and irq handler.Sarah Sharp1-0/+76
2009-06-15USB: xhci: Ring allocation and initialization.Sarah Sharp1-0/+81
2009-06-15USB: xhci: Support xHCI host controllers and USB 3.0 devices.Sarah Sharp1-0/+229