summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-ring.c
AgeCommit message (Expand)Author
2013-10-16usb: xhci: kill a conditional when toggling cycleDan Williams
2013-10-16xhci: replace 'event' with 'cmd_comp_code' in set_deq and reset_ep handlersXenia Ragiadakou
2013-10-16xhci: add argument 'slot_id' in stop_ep, set_deq and reset_ep cmd handlersXenia Ragiadakou
2013-10-16xhci: replace 'xhci->cmd_ring->dequeue' with 'trb' in stop_ep cmd handlerXenia Ragiadakou
2013-10-16xhci: add variable 'cmd_type' in handle_cmd_completion()Xenia Ragiadakou
2013-10-16xhci: add variable 'cmd_trb' in handle_cmd_completion()Xenia Ragiadakou
2013-10-16xhci: add variable 'cmd_comp_code' in handle_cmd_completion()Xenia Ragiadakou
2013-10-16xhci: refactor TRB_CONFIG_EP case into functionXenia Ragiadakou
2013-10-16xhci: remove unused 'ep_ring' variable in handle_cmd_completion()Xenia Ragiadakou
2013-10-16xhci: refactor TRB_EVAL_CONTEXT case into functionXenia Ragiadakou
2013-10-16xhci: refactor TRB_NEC_GET_FW case into functionXenia Ragiadakou
2013-10-16xhci: refactor TRB_RESET_DEV case into functionXenia Ragiadakou
2013-10-16xhci: use completion event's slot id rather than dig it out of commandXenia Ragiadakou
2013-10-16xhci: refactor TRB_ADDR_DEV case into functionXenia Ragiadakou
2013-10-16xhci: refactor TRB_DISABLE_SLOT case into functionXenia Ragiadakou
2013-10-16xhci: refactor TRB_ENABLE_SLOT case into functionXenia Ragiadakou
2013-10-16xhci: rename existing Command Completion Event handlersXenia Ragiadakou
2013-10-16xhci: remove unused argument from xhci_giveback_urb_in_irq()Xenia Ragiadakou
2013-09-23xhci: Fix race between ep halt and URB cancellationFlorian Wolter
2013-09-23usb: Fix xHCI host issues on remote wakeup.Sarah Sharp
2013-09-23xhci: Ensure a command structure points to the correct trb on the command ringMathias Nyman
2013-09-23xhci: Fix oops happening after address device timeoutMathias Nyman
2013-08-27xhci:prevent "callbacks suppressed" when debug is not enabledDmitry Kasatkin
2013-08-14xhci: trace debug statements related to ring expansionXenia Ragiadakou
2013-08-14xhci: trace debug statements for urb cancellationXenia Ragiadakou
2013-08-13xhci: add xhci_cmd_completion trace eventXenia Ragiadakou
2013-08-13xhci: add trace for debug messages related to endpoint resetXenia Ragiadakou
2013-08-13xhci: add trace for debug messages related to quirksXenia Ragiadakou
2013-08-13xhci: add trace for debug messages related to changing contextsXenia Ragiadakou
2013-07-25xhci: fix null pointer dereference on ring_doorbell_for_active_ringsOleksij Rempel
2013-06-14xhci: Remove BUG_ON in xhci_get_input_control_ctx.Sarah Sharp
2013-06-05usb/xhci: unify parameter of xhci_msi_irqAlex Shi
2013-03-25xhci: Don't warn on empty ring for suspended devices.Sarah Sharp
2013-03-25usb: xhci: Fix TRB transfer length macro used for Event TRB.Vivek Gautam
2013-03-25usb: xhci: fix build warningPeter Chen
2013-02-08Merge usb-linus branch into usb-nextGreg Kroah-Hartman
2013-01-24USB: XHCI: fix memory leak of URB-private dataAlan Stern
2013-01-24drivers: xhci: fix incorrect bit testNickolai Zeldovich
2013-01-24xhci: Fix TD size for isochronous URBs.Sarah Sharp
2013-01-24xhci: Fix isoc TD encoding.Sarah Sharp
2013-01-03usb: host: xhci: remove unused trb var in xhci_irq()Javier Martinez Canillas
2013-01-03xhci: Avoid "dead ports", add roothub port polling.Sarah Sharp
2012-11-12xHCI: Fix TD Size calculation on 1.0 hosts.Sarah Sharp
2012-11-12xhci: Avoid global symbol pollution with handshake.Sarah Sharp
2012-10-25xhci: Fix potential NULL ptr deref in command cancellation.Sarah Sharp
2012-09-25xhci: Intel Panther Point BEI quirk.Sarah Sharp
2012-09-13drivers/usb/host/xhci-ring.c: removes unnecessary semicolonPeter Senna Tschudin
2012-09-13usb: host: xhci: sparse fixesFelipe Balbi
2012-09-13xHCI: handle command after aborting the command ringElric Fu
2012-09-13xHCI: add aborting command ring functionElric Fu