index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
xhci-ring.c
Age
Commit message (
Expand
)
Author
2013-10-16
usb: xhci: kill a conditional when toggling cycle
Dan Williams
2013-10-16
xhci: replace 'event' with 'cmd_comp_code' in set_deq and reset_ep handlers
Xenia Ragiadakou
2013-10-16
xhci: add argument 'slot_id' in stop_ep, set_deq and reset_ep cmd handlers
Xenia Ragiadakou
2013-10-16
xhci: replace 'xhci->cmd_ring->dequeue' with 'trb' in stop_ep cmd handler
Xenia Ragiadakou
2013-10-16
xhci: add variable 'cmd_type' in handle_cmd_completion()
Xenia Ragiadakou
2013-10-16
xhci: add variable 'cmd_trb' in handle_cmd_completion()
Xenia Ragiadakou
2013-10-16
xhci: add variable 'cmd_comp_code' in handle_cmd_completion()
Xenia Ragiadakou
2013-10-16
xhci: refactor TRB_CONFIG_EP case into function
Xenia Ragiadakou
2013-10-16
xhci: remove unused 'ep_ring' variable in handle_cmd_completion()
Xenia Ragiadakou
2013-10-16
xhci: refactor TRB_EVAL_CONTEXT case into function
Xenia Ragiadakou
2013-10-16
xhci: refactor TRB_NEC_GET_FW case into function
Xenia Ragiadakou
2013-10-16
xhci: refactor TRB_RESET_DEV case into function
Xenia Ragiadakou
2013-10-16
xhci: use completion event's slot id rather than dig it out of command
Xenia Ragiadakou
2013-10-16
xhci: refactor TRB_ADDR_DEV case into function
Xenia Ragiadakou
2013-10-16
xhci: refactor TRB_DISABLE_SLOT case into function
Xenia Ragiadakou
2013-10-16
xhci: refactor TRB_ENABLE_SLOT case into function
Xenia Ragiadakou
2013-10-16
xhci: rename existing Command Completion Event handlers
Xenia Ragiadakou
2013-10-16
xhci: remove unused argument from xhci_giveback_urb_in_irq()
Xenia Ragiadakou
2013-09-23
xhci: Fix race between ep halt and URB cancellation
Florian Wolter
2013-09-23
usb: Fix xHCI host issues on remote wakeup.
Sarah Sharp
2013-09-23
xhci: Ensure a command structure points to the correct trb on the command ring
Mathias Nyman
2013-09-23
xhci: Fix oops happening after address device timeout
Mathias Nyman
2013-08-27
xhci:prevent "callbacks suppressed" when debug is not enabled
Dmitry Kasatkin
2013-08-13
xhci: trace debug statements related to ring expansion
Xenia Ragiadakou
2013-08-13
xhci: trace debug statements for urb cancellation
Xenia Ragiadakou
2013-08-13
xhci: add xhci_cmd_completion trace event
Xenia Ragiadakou
2013-08-13
xhci: add trace for debug messages related to endpoint reset
Xenia Ragiadakou
2013-08-13
xhci: add trace for debug messages related to quirks
Xenia Ragiadakou
2013-08-13
xhci: add trace for debug messages related to changing contexts
Xenia Ragiadakou
2013-07-25
xhci: fix null pointer dereference on ring_doorbell_for_active_rings
Oleksij Rempel
2013-06-14
xhci: Remove BUG_ON in xhci_get_input_control_ctx.
Sarah Sharp
2013-06-05
usb/xhci: unify parameter of xhci_msi_irq
Alex Shi
2013-03-25
xhci: Don't warn on empty ring for suspended devices.
Sarah Sharp
2013-03-25
usb: xhci: Fix TRB transfer length macro used for Event TRB.
Vivek Gautam
2013-03-25
usb: xhci: fix build warning
Peter Chen
2013-02-08
Merge usb-linus branch into usb-next
Greg Kroah-Hartman
2013-01-24
USB: XHCI: fix memory leak of URB-private data
Alan Stern
2013-01-24
drivers: xhci: fix incorrect bit test
Nickolai Zeldovich
2013-01-24
xhci: Fix TD size for isochronous URBs.
Sarah Sharp
2013-01-24
xhci: Fix isoc TD encoding.
Sarah Sharp
2013-01-03
usb: host: xhci: remove unused trb var in xhci_irq()
Javier Martinez Canillas
2013-01-03
xhci: Avoid "dead ports", add roothub port polling.
Sarah Sharp
2012-11-12
xHCI: Fix TD Size calculation on 1.0 hosts.
Sarah Sharp
2012-11-12
xhci: Avoid global symbol pollution with handshake.
Sarah Sharp
2012-10-25
xhci: Fix potential NULL ptr deref in command cancellation.
Sarah Sharp
2012-09-25
xhci: Intel Panther Point BEI quirk.
Sarah Sharp
2012-09-13
drivers/usb/host/xhci-ring.c: removes unnecessary semicolon
Peter Senna Tschudin
2012-09-13
usb: host: xhci: sparse fixes
Felipe Balbi
2012-09-13
xHCI: handle command after aborting the command ring
Elric Fu
2012-09-13
xHCI: add aborting command ring function
Elric Fu
[next]