summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-ring.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-16USB: xhci: Reset a halted endpoint immediately when we encounter a stall.Mathias Nyman1-30/+10
2014-12-06USB: xhci: don't start a halted endpoint before its new dequeue is setMathias Nyman1-2/+1
2014-09-05xhci: Treat not finding the event_seg on COMP_STOP the same as COMP_STOP_INVALHans de Goede1-1/+2
2014-07-09xhci: correct burst count field for isoc transfers on 1.0 xhci hostsMathias Nyman1-1/+1
2014-07-09xhci: Use correct SLOT ID when handling a reset device commandMathias Nyman1-2/+5
2014-05-06usb: xhci: Prefer endpoint context dequeue pointer over stopped_trbJulius Werner1-36/+31
2014-02-07Revert "usb: xhci: Link TRB must not occur within a USB payload burst"Sarah Sharp1-52/+2
2014-02-07Revert "xhci: Avoid infinite loop when sg urb requires too many trbs"Sarah Sharp1-1/+1
2014-01-30Revert "xhci: replace xhci_read_64() with readq()"Sarah Sharp1-3/+3
2014-01-29Revert "xhci: replace xhci_write_64() with writeq()"Sarah Sharp1-3/+5
2014-01-08xhci: Avoid infinite loop when sg urb requires too many trbsBen Hutchings1-1/+1
2013-12-21Merge tag 'for-usb-next-2013-12-20' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman1-6/+0
2013-12-17xhci: Remove unused variable 'addr' in inc_deq() and inc_enq().Lin Wang1-6/+0
2013-12-16Merge branch 3.13-rc4 into usb-nextGreg Kroah-Hartman1-22/+20
2013-12-10usb: xhci: change enumeration scheme to 'new scheme' by defaultDan Williams1-3/+3
2013-12-02xhci: replace xhci_write_64() with writeq()Xenia Ragiadakou1-5/+3
2013-12-02xhci: replace xhci_read_64() with readq()Xenia Ragiadakou1-3/+3
2013-12-02xhci: replace xhci_writel() with writel()Xenia Ragiadakou1-4/+4
2013-12-02xhci: replace xhci_readl() with readl()Xenia Ragiadakou1-6/+6
2013-12-02xhci: fix incorrect type in assignment in handle_device_notification()Xenia Ragiadakou1-1/+1
2013-12-02usb: xhci: Link TRB must not occur within a USB payload burstDavid Laight1-2/+52
2013-10-16usb: xhci: kill a conditional when toggling cycleDan Williams1-1/+1
2013-10-16xhci: replace 'event' with 'cmd_comp_code' in set_deq and reset_ep handlersXenia Ragiadakou1-9/+8
2013-10-16xhci: add argument 'slot_id' in stop_ep, set_deq and reset_ep cmd handlersXenia Ragiadakou1-13/+12
2013-10-16xhci: replace 'xhci->cmd_ring->dequeue' with 'trb' in stop_ep cmd handlerXenia Ragiadakou1-4/+2
2013-10-16xhci: add variable 'cmd_type' in handle_cmd_completion()Xenia Ragiadakou1-13/+14
2013-10-16xhci: add variable 'cmd_trb' in handle_cmd_completion()Xenia Ragiadakou1-8/+9
2013-10-16xhci: add variable 'cmd_comp_code' in handle_cmd_completion()Xenia Ragiadakou1-12/+8
2013-10-16xhci: refactor TRB_CONFIG_EP case into functionXenia Ragiadakou1-52/+62
2013-10-16xhci: remove unused 'ep_ring' variable in handle_cmd_completion()Xenia Ragiadakou1-2/+0
2013-10-16xhci: refactor TRB_EVAL_CONTEXT case into functionXenia Ragiadakou1-5/+14
2013-10-16xhci: refactor TRB_NEC_GET_FW case into functionXenia Ragiadakou1-8/+14
2013-10-16xhci: refactor TRB_RESET_DEV case into functionXenia Ragiadakou1-7/+15
2013-10-16xhci: use completion event's slot id rather than dig it out of commandXenia Ragiadakou1-2/+2
2013-10-16xhci: refactor TRB_ADDR_DEV case into functionXenia Ragiadakou1-2/+9
2013-10-16xhci: refactor TRB_DISABLE_SLOT case into functionXenia Ragiadakou1-7/+14
2013-10-16xhci: refactor TRB_ENABLE_SLOT case into functionXenia Ragiadakou1-5/+12
2013-10-16xhci: rename existing Command Completion Event handlersXenia Ragiadakou1-10/+8
2013-10-16xhci: remove unused argument from xhci_giveback_urb_in_irq()Xenia Ragiadakou1-4/+4
2013-09-23xhci: Fix race between ep halt and URB cancellationFlorian Wolter1-2/+6
2013-09-23usb: Fix xHCI host issues on remote wakeup.Sarah Sharp1-0/+13
2013-09-23xhci: Ensure a command structure points to the correct trb on the command ringMathias Nyman1-0/+10
2013-09-23xhci: Fix oops happening after address device timeoutMathias Nyman1-0/+6
2013-08-27xhci:prevent "callbacks suppressed" when debug is not enabledDmitry Kasatkin1-16/+8
2013-08-13xhci: trace debug statements related to ring expansionXenia Ragiadakou1-2/+2
2013-08-13xhci: trace debug statements for urb cancellationXenia Ragiadakou1-23/+41
2013-08-13xhci: add xhci_cmd_completion trace eventXenia Ragiadakou1-0/+3
2013-08-13xhci: add trace for debug messages related to endpoint resetXenia Ragiadakou1-1/+2
2013-08-13xhci: add trace for debug messages related to quirksXenia Ragiadakou1-4/+7
2013-08-13xhci: add trace for debug messages related to changing contextsXenia Ragiadakou1-1/+3