summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-ring.c
Commit message (Expand)AuthorAgeFilesLines
* xhci: rework cycle bit checking for new dequeue pointersMathias Nyman2014-08-191-62/+39
* xhci: Treat not finding the event_seg on COMP_STOP the same as COMP_STOP_INVALHans de Goede2014-08-191-1/+2
* xhci: Add missing checks for xhci_alloc_command failureHans de Goede2014-08-011-0/+4
* xhci: correct burst count field for isoc transfers on 1.0 xhci hostsMathias Nyman2014-06-241-1/+1
* xhci: Use correct SLOT ID when handling a reset device commandMathias Nyman2014-06-241-2/+5
* xhci: rework command timeout and cancellation,Mathias Nyman2014-05-201-250/+128
* xhci: Use completion and status in global command queueMathias Nyman2014-05-201-69/+15
* xhci: Add a global command queueMathias Nyman2014-05-201-4/+30
* xhci: Use command structures when queuing commands on the command ringMathias Nyman2014-05-201-50/+57
* usb: xhci: Prefer endpoint context dequeue pointer over stopped_trbJulius Werner2014-04-251-36/+31
* xhci: Kill streams URBs when the host dies.Sarah Sharp2014-03-041-7/+21
* xhci: Refactor command watchdog and fix split string.Sarah Sharp2014-03-041-31/+39
* xhci: For streams the dequeue ptr must be read from the stream ctxHans de Goede2014-03-041-7/+15
* xhci: Set SCT field for Set TR dequeue on streamsHans de Goede2014-03-041-1/+4
* xhci: For streams the css flag most be read from the stream-ctx on ep stopHans de Goede2014-03-041-3/+11
* xhci: make warnings greppableOliver Neukum2014-03-041-13/+8
* Revert "usb: xhci: Link TRB must not occur within a USB payload burst"Sarah Sharp2014-02-071-52/+2
* Revert "xhci: Avoid infinite loop when sg urb requires too many trbs"Sarah Sharp2014-02-071-1/+1
* Revert "xhci: replace xhci_read_64() with readq()"Sarah Sharp2014-01-301-3/+3
* Revert "xhci: replace xhci_write_64() with writeq()"Sarah Sharp2014-01-291-3/+5
* xhci: Avoid infinite loop when sg urb requires too many trbsBen Hutchings2014-01-081-1/+1
* Merge tag 'for-usb-next-2013-12-20' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2013-12-211-6/+0
|\
| * xhci: Remove unused variable 'addr' in inc_deq() and inc_enq().Lin Wang2013-12-171-6/+0
* | Merge branch 3.13-rc4 into usb-nextGreg Kroah-Hartman2013-12-161-22/+20
|\ \ | |/
| * usb: xhci: change enumeration scheme to 'new scheme' by defaultDan Williams2013-12-101-3/+3
| * xhci: replace xhci_write_64() with writeq()Xenia Ragiadakou2013-12-021-5/+3
| * xhci: replace xhci_read_64() with readq()Xenia Ragiadakou2013-12-021-3/+3
| * xhci: replace xhci_writel() with writel()Xenia Ragiadakou2013-12-021-4/+4
| * xhci: replace xhci_readl() with readl()Xenia Ragiadakou2013-12-021-6/+6
| * xhci: fix incorrect type in assignment in handle_device_notification()Xenia Ragiadakou2013-12-021-1/+1
* | usb: xhci: Link TRB must not occur within a USB payload burstDavid Laight2013-12-021-2/+52
|/
* usb: xhci: kill a conditional when toggling cycleDan Williams2013-10-161-1/+1
* xhci: replace 'event' with 'cmd_comp_code' in set_deq and reset_ep handlersXenia Ragiadakou2013-10-161-9/+8
* xhci: add argument 'slot_id' in stop_ep, set_deq and reset_ep cmd handlersXenia Ragiadakou2013-10-161-13/+12
* xhci: replace 'xhci->cmd_ring->dequeue' with 'trb' in stop_ep cmd handlerXenia Ragiadakou2013-10-161-4/+2
* xhci: add variable 'cmd_type' in handle_cmd_completion()Xenia Ragiadakou2013-10-161-13/+14
* xhci: add variable 'cmd_trb' in handle_cmd_completion()Xenia Ragiadakou2013-10-161-8/+9
* xhci: add variable 'cmd_comp_code' in handle_cmd_completion()Xenia Ragiadakou2013-10-161-12/+8
* xhci: refactor TRB_CONFIG_EP case into functionXenia Ragiadakou2013-10-161-52/+62
* xhci: remove unused 'ep_ring' variable in handle_cmd_completion()Xenia Ragiadakou2013-10-161-2/+0
* xhci: refactor TRB_EVAL_CONTEXT case into functionXenia Ragiadakou2013-10-161-5/+14
* xhci: refactor TRB_NEC_GET_FW case into functionXenia Ragiadakou2013-10-161-8/+14
* xhci: refactor TRB_RESET_DEV case into functionXenia Ragiadakou2013-10-161-7/+15
* xhci: use completion event's slot id rather than dig it out of commandXenia Ragiadakou2013-10-161-2/+2
* xhci: refactor TRB_ADDR_DEV case into functionXenia Ragiadakou2013-10-161-2/+9
* xhci: refactor TRB_DISABLE_SLOT case into functionXenia Ragiadakou2013-10-161-7/+14
* xhci: refactor TRB_ENABLE_SLOT case into functionXenia Ragiadakou2013-10-161-5/+12
* xhci: rename existing Command Completion Event handlersXenia Ragiadakou2013-10-161-10/+8
* xhci: remove unused argument from xhci_giveback_urb_in_irq()Xenia Ragiadakou2013-10-161-4/+4
* xhci: Fix race between ep halt and URB cancellationFlorian Wolter2013-09-231-2/+6
OpenPOWER on IntegriCloud