index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
xhci-ring.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-17
usb: xhci: kill a conditional when toggling cycle
Dan Williams
1
-1
/
+1
2013-10-16
xhci: replace 'event' with 'cmd_comp_code' in set_deq and reset_ep handlers
Xenia Ragiadakou
1
-9
/
+8
2013-10-16
xhci: add argument 'slot_id' in stop_ep, set_deq and reset_ep cmd handlers
Xenia Ragiadakou
1
-13
/
+12
2013-10-16
xhci: replace 'xhci->cmd_ring->dequeue' with 'trb' in stop_ep cmd handler
Xenia Ragiadakou
1
-4
/
+2
2013-10-16
xhci: add variable 'cmd_type' in handle_cmd_completion()
Xenia Ragiadakou
1
-13
/
+14
2013-10-16
xhci: add variable 'cmd_trb' in handle_cmd_completion()
Xenia Ragiadakou
1
-8
/
+9
2013-10-16
xhci: add variable 'cmd_comp_code' in handle_cmd_completion()
Xenia Ragiadakou
1
-12
/
+8
2013-10-16
xhci: refactor TRB_CONFIG_EP case into function
Xenia Ragiadakou
1
-52
/
+62
2013-10-16
xhci: remove unused 'ep_ring' variable in handle_cmd_completion()
Xenia Ragiadakou
1
-2
/
+0
2013-10-16
xhci: refactor TRB_EVAL_CONTEXT case into function
Xenia Ragiadakou
1
-5
/
+14
2013-10-16
xhci: refactor TRB_NEC_GET_FW case into function
Xenia Ragiadakou
1
-8
/
+14
2013-10-16
xhci: refactor TRB_RESET_DEV case into function
Xenia Ragiadakou
1
-7
/
+15
2013-10-16
xhci: use completion event's slot id rather than dig it out of command
Xenia Ragiadakou
1
-2
/
+2
2013-10-16
xhci: refactor TRB_ADDR_DEV case into function
Xenia Ragiadakou
1
-2
/
+9
2013-10-16
xhci: refactor TRB_DISABLE_SLOT case into function
Xenia Ragiadakou
1
-7
/
+14
2013-10-16
xhci: refactor TRB_ENABLE_SLOT case into function
Xenia Ragiadakou
1
-5
/
+12
2013-10-16
xhci: rename existing Command Completion Event handlers
Xenia Ragiadakou
1
-10
/
+8
2013-10-16
xhci: remove unused argument from xhci_giveback_urb_in_irq()
Xenia Ragiadakou
1
-4
/
+4
2013-09-24
xhci: Fix race between ep halt and URB cancellation
Florian Wolter
1
-2
/
+6
2013-09-24
usb: Fix xHCI host issues on remote wakeup.
Sarah Sharp
1
-0
/
+13
2013-09-24
xhci: Ensure a command structure points to the correct trb on the command ring
Mathias Nyman
1
-0
/
+10
2013-09-24
xhci: Fix oops happening after address device timeout
Mathias Nyman
1
-0
/
+6
2013-08-27
xhci:prevent "callbacks suppressed" when debug is not enabled
Dmitry Kasatkin
1
-16
/
+8
2013-08-14
xhci: trace debug statements related to ring expansion
Xenia Ragiadakou
1
-2
/
+2
2013-08-14
xhci: trace debug statements for urb cancellation
Xenia Ragiadakou
1
-23
/
+41
2013-08-14
xhci: add xhci_cmd_completion trace event
Xenia Ragiadakou
1
-0
/
+3
2013-08-14
xhci: add trace for debug messages related to endpoint reset
Xenia Ragiadakou
1
-1
/
+2
2013-08-14
xhci: add trace for debug messages related to quirks
Xenia Ragiadakou
1
-4
/
+7
2013-08-14
xhci: add trace for debug messages related to changing contexts
Xenia Ragiadakou
1
-1
/
+3
2013-07-25
xhci: fix null pointer dereference on ring_doorbell_for_active_rings
Oleksij Rempel
1
-1
/
+1
2013-06-15
xhci: Remove BUG_ON in xhci_get_input_control_ctx.
Sarah Sharp
1
-0
/
+4
2013-06-06
usb/xhci: unify parameter of xhci_msi_irq
Alex Shi
1
-1
/
+1
2013-03-25
xhci: Don't warn on empty ring for suspended devices.
Sarah Sharp
1
-8
/
+15
2013-03-25
usb: xhci: Fix TRB transfer length macro used for Event TRB.
Vivek Gautam
1
-12
/
+12
2013-03-25
usb: xhci: fix build warning
Peter Chen
1
-6
/
+8
2013-02-09
Merge usb-linus branch into usb-next
Greg Kroah-Hartman
1
-4
/
+9
2013-01-24
USB: XHCI: fix memory leak of URB-private data
Alan Stern
1
-0
/
+2
2013-01-24
drivers: xhci: fix incorrect bit test
Nickolai Zeldovich
1
-1
/
+1
2013-01-24
xhci: Fix TD size for isochronous URBs.
Sarah Sharp
1
-2
/
+3
2013-01-24
xhci: Fix isoc TD encoding.
Sarah Sharp
1
-1
/
+3
2013-01-04
usb: host: xhci: remove unused trb var in xhci_irq()
Javier Martinez Canillas
1
-2
/
+0
2013-01-04
xhci: Avoid "dead ports", add roothub port polling.
Sarah Sharp
1
-0
/
+9
2012-11-12
xHCI: Fix TD Size calculation on 1.0 hosts.
Sarah Sharp
1
-13
/
+19
2012-11-12
xhci: Avoid global symbol pollution with handshake.
Sarah Sharp
1
-1
/
+1
2012-10-26
xhci: Fix potential NULL ptr deref in command cancellation.
Sarah Sharp
1
-0
/
+11
2012-09-26
xhci: Intel Panther Point BEI quirk.
Sarah Sharp
1
-1
/
+3
2012-09-14
drivers/usb/host/xhci-ring.c: removes unnecessary semicolon
Peter Senna Tschudin
1
-1
/
+1
2012-09-14
usb: host: xhci: sparse fixes
Felipe Balbi
1
-0
/
+2
2012-09-14
xHCI: handle command after aborting the command ring
Elric Fu
1
-6
/
+165
2012-09-14
xHCI: add aborting command ring function
Elric Fu
1
-0
/
+108
[next]