summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-ring.c
Commit message (Expand)AuthorAgeFilesLines
* xhci: Avoid infinite loop when sg urb requires too many trbsBen Hutchings2014-02-061-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
* usb: Fix xHCI host issues on remote wakeup.Sarah Sharp2013-09-231-0/+13
* xhci: Ensure a command structure points to the correct trb on the command ringMathias Nyman2013-09-231-0/+10
* xhci: Fix oops happening after address device timeoutMathias Nyman2013-09-231-0/+6
* xhci:prevent "callbacks suppressed" when debug is not enabledDmitry Kasatkin2013-08-271-16/+8
* xhci: trace debug statements related to ring expansionXenia Ragiadakou2013-08-131-2/+2
* xhci: trace debug statements for urb cancellationXenia Ragiadakou2013-08-131-23/+41
* xhci: add xhci_cmd_completion trace eventXenia Ragiadakou2013-08-131-0/+3
* xhci: add trace for debug messages related to endpoint resetXenia Ragiadakou2013-08-131-1/+2
* xhci: add trace for debug messages related to quirksXenia Ragiadakou2013-08-131-4/+7
* xhci: add trace for debug messages related to changing contextsXenia Ragiadakou2013-08-131-1/+3
* xhci: fix null pointer dereference on ring_doorbell_for_active_ringsOleksij Rempel2013-07-251-1/+1
* xhci: Remove BUG_ON in xhci_get_input_control_ctx.Sarah Sharp2013-06-141-0/+4
* usb/xhci: unify parameter of xhci_msi_irqAlex Shi2013-06-051-1/+1
* xhci: Don't warn on empty ring for suspended devices.Sarah Sharp2013-03-251-8/+15
* usb: xhci: Fix TRB transfer length macro used for Event TRB.Vivek Gautam2013-03-251-12/+12
* usb: xhci: fix build warningPeter Chen2013-03-251-6/+8
* Merge usb-linus branch into usb-nextGreg Kroah-Hartman2013-02-081-4/+9
|\
| * USB: XHCI: fix memory leak of URB-private dataAlan Stern2013-01-241-0/+2
| * drivers: xhci: fix incorrect bit testNickolai Zeldovich2013-01-241-1/+1
| * xhci: Fix TD size for isochronous URBs.Sarah Sharp2013-01-241-2/+3
| * xhci: Fix isoc TD encoding.Sarah Sharp2013-01-241-1/+3
* | usb: host: xhci: remove unused trb var in xhci_irq()Javier Martinez Canillas2013-01-031-2/+0
|/
* xhci: Avoid "dead ports", add roothub port polling.Sarah Sharp2013-01-031-0/+9
* xHCI: Fix TD Size calculation on 1.0 hosts.Sarah Sharp2012-11-121-13/+19
* xhci: Avoid global symbol pollution with handshake.Sarah Sharp2012-11-121-1/+1
* xhci: Fix potential NULL ptr deref in command cancellation.Sarah Sharp2012-10-251-0/+11
* xhci: Intel Panther Point BEI quirk.Sarah Sharp2012-09-251-1/+3
* drivers/usb/host/xhci-ring.c: removes unnecessary semicolonPeter Senna Tschudin2012-09-131-1/+1
* usb: host: xhci: sparse fixesFelipe Balbi2012-09-131-0/+2