aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-ring.c
Commit message (Expand)AuthorAge
* Revert "xhci: replace xhci_read_64() with readq()"Sarah Sharp2014-01-30
* Revert "xhci: replace xhci_write_64() with writeq()"Sarah Sharp2014-01-29
* xhci: Avoid infinite loop when sg urb requires too many trbsBen Hutchings2014-01-08
* Merge tag 'for-usb-next-2013-12-20' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2013-12-21
|\
| * xhci: Remove unused variable 'addr' in inc_deq() and inc_enq().Lin Wang2013-12-17
* | Merge branch 3.13-rc4 into usb-nextGreg Kroah-Hartman2013-12-16
|\|
| * usb: xhci: change enumeration scheme to 'new scheme' by defaultDan Williams2013-12-10
| * xhci: replace xhci_write_64() with writeq()Xenia Ragiadakou2013-12-02
| * xhci: replace xhci_read_64() with readq()Xenia Ragiadakou2013-12-02
| * xhci: replace xhci_writel() with writel()Xenia Ragiadakou2013-12-02
| * xhci: replace xhci_readl() with readl()Xenia Ragiadakou2013-12-02
| * xhci: fix incorrect type in assignment in handle_device_notification()Xenia Ragiadakou2013-12-02
* | usb: xhci: Link TRB must not occur within a USB payload burstDavid Laight2013-12-02
|/
* usb: xhci: kill a conditional when toggling cycleDan Williams2013-10-16
* xhci: replace 'event' with 'cmd_comp_code' in set_deq and reset_ep handlersXenia Ragiadakou2013-10-16
* xhci: add argument 'slot_id' in stop_ep, set_deq and reset_ep cmd handlersXenia Ragiadakou2013-10-16
* xhci: replace 'xhci->cmd_ring->dequeue' with 'trb' in stop_ep cmd handlerXenia Ragiadakou2013-10-16
* xhci: add variable 'cmd_type' in handle_cmd_completion()Xenia Ragiadakou2013-10-16
* xhci: add variable 'cmd_trb' in handle_cmd_completion()Xenia Ragiadakou2013-10-16
* xhci: add variable 'cmd_comp_code' in handle_cmd_completion()Xenia Ragiadakou2013-10-16
* xhci: refactor TRB_CONFIG_EP case into functionXenia Ragiadakou2013-10-16
* xhci: remove unused 'ep_ring' variable in handle_cmd_completion()Xenia Ragiadakou2013-10-16
* xhci: refactor TRB_EVAL_CONTEXT case into functionXenia Ragiadakou2013-10-16
* xhci: refactor TRB_NEC_GET_FW case into functionXenia Ragiadakou2013-10-16
* xhci: refactor TRB_RESET_DEV case into functionXenia Ragiadakou2013-10-16
* xhci: use completion event's slot id rather than dig it out of commandXenia Ragiadakou2013-10-16
* xhci: refactor TRB_ADDR_DEV case into functionXenia Ragiadakou2013-10-16
* xhci: refactor TRB_DISABLE_SLOT case into functionXenia Ragiadakou2013-10-16
* xhci: refactor TRB_ENABLE_SLOT case into functionXenia Ragiadakou2013-10-16
* xhci: rename existing Command Completion Event handlersXenia Ragiadakou2013-10-16
* xhci: remove unused argument from xhci_giveback_urb_in_irq()Xenia Ragiadakou2013-10-16
* xhci: Fix race between ep halt and URB cancellationFlorian Wolter2013-09-23
* usb: Fix xHCI host issues on remote wakeup.Sarah Sharp2013-09-23
* xhci: Ensure a command structure points to the correct trb on the command ringMathias Nyman2013-09-23
* xhci: Fix oops happening after address device timeoutMathias Nyman2013-09-23
* xhci:prevent "callbacks suppressed" when debug is not enabledDmitry Kasatkin2013-08-27
* xhci: trace debug statements related to ring expansionXenia Ragiadakou2013-08-14
* xhci: trace debug statements for urb cancellationXenia Ragiadakou2013-08-14
* xhci: add xhci_cmd_completion trace eventXenia Ragiadakou2013-08-13
* xhci: add trace for debug messages related to endpoint resetXenia Ragiadakou2013-08-13
* xhci: add trace for debug messages related to quirksXenia Ragiadakou2013-08-13
* xhci: add trace for debug messages related to changing contextsXenia Ragiadakou2013-08-13
* xhci: fix null pointer dereference on ring_doorbell_for_active_ringsOleksij Rempel2013-07-25
* xhci: Remove BUG_ON in xhci_get_input_control_ctx.Sarah Sharp2013-06-14
* usb/xhci: unify parameter of xhci_msi_irqAlex Shi2013-06-05
* xhci: Don't warn on empty ring for suspended devices.Sarah Sharp2013-03-25
* usb: xhci: Fix TRB transfer length macro used for Event TRB.Vivek Gautam2013-03-25
* usb: xhci: fix build warningPeter Chen2013-03-25
* Merge usb-linus branch into usb-nextGreg Kroah-Hartman2013-02-08
|\
| * USB: XHCI: fix memory leak of URB-private dataAlan Stern2013-01-24