summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-ring.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-02usb: xhci: Link TRB must not occur within a USB payload burstDavid Laight1-2/+52
2013-10-17usb: 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-24xhci: Fix race between ep halt and URB cancellationFlorian Wolter1-2/+6
2013-09-24usb: Fix xHCI host issues on remote wakeup.Sarah Sharp1-0/+13
2013-09-24xhci: Ensure a command structure points to the correct trb on the command ringMathias Nyman1-0/+10
2013-09-24xhci: 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-14xhci: trace debug statements related to ring expansionXenia Ragiadakou1-2/+2
2013-08-14xhci: trace debug statements for urb cancellationXenia Ragiadakou1-23/+41
2013-08-14xhci: add xhci_cmd_completion trace eventXenia Ragiadakou1-0/+3
2013-08-14xhci: add trace for debug messages related to endpoint resetXenia Ragiadakou1-1/+2
2013-08-14xhci: add trace for debug messages related to quirksXenia Ragiadakou1-4/+7
2013-08-14xhci: add trace for debug messages related to changing contextsXenia Ragiadakou1-1/+3
2013-07-25xhci: fix null pointer dereference on ring_doorbell_for_active_ringsOleksij Rempel1-1/+1
2013-06-15xhci: Remove BUG_ON in xhci_get_input_control_ctx.Sarah Sharp1-0/+4
2013-06-06usb/xhci: unify parameter of xhci_msi_irqAlex Shi1-1/+1
2013-03-25xhci: Don't warn on empty ring for suspended devices.Sarah Sharp1-8/+15
2013-03-25usb: xhci: Fix TRB transfer length macro used for Event TRB.Vivek Gautam1-12/+12
2013-03-25usb: xhci: fix build warningPeter Chen1-6/+8
2013-02-09Merge usb-linus branch into usb-nextGreg Kroah-Hartman1-4/+9
2013-01-24USB: XHCI: fix memory leak of URB-private dataAlan Stern1-0/+2
2013-01-24drivers: xhci: fix incorrect bit testNickolai Zeldovich1-1/+1
2013-01-24xhci: Fix TD size for isochronous URBs.Sarah Sharp1-2/+3
2013-01-24xhci: Fix isoc TD encoding.Sarah Sharp1-1/+3
2013-01-04usb: host: xhci: remove unused trb var in xhci_irq()Javier Martinez Canillas1-2/+0
2013-01-04xhci: Avoid "dead ports", add roothub port polling.Sarah Sharp1-0/+9
2012-11-12xHCI: Fix TD Size calculation on 1.0 hosts.Sarah Sharp1-13/+19
2012-11-12xhci: Avoid global symbol pollution with handshake.Sarah Sharp1-1/+1
2012-10-26xhci: Fix potential NULL ptr deref in command cancellation.Sarah Sharp1-0/+11
2012-09-26xhci: Intel Panther Point BEI quirk.Sarah Sharp1-1/+3
2012-09-14drivers/usb/host/xhci-ring.c: removes unnecessary semicolonPeter Senna Tschudin1-1/+1
2012-09-14usb: host: xhci: sparse fixesFelipe Balbi1-0/+2
2012-09-14xHCI: handle command after aborting the command ringElric Fu1-6/+165