index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
usb
/
hcd-xhci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-29
usb: tag usb host adapters as not hotpluggable.
Gerd Hoffmann
1
-0
/
+1
2012-11-09
xhci: Fix some DMA host endian bugs
David Gibson
1
-27
/
+54
2012-11-08
xhci: Add support for packets with both data and an error status
Hans de Goede
1
-2
/
+2
2012-11-08
usb: split packet result into actual_length + status
Hans de Goede
1
-24
/
+22
2012-11-01
xhci: allow address slot being called multiple times
Gerd Hoffmann
1
-2
/
+7
2012-11-01
xhci: add port trace points
Gerd Hoffmann
1
-1
/
+5
2012-11-01
xhci: set pls in xhci_port_update & xhci_port_reset
Gerd Hoffmann
1
-2
/
+24
2012-11-01
xhci: add xhci_port_reset
Gerd Hoffmann
1
-4
/
+9
2012-11-01
xhci: add xhci_port_notify
Gerd Hoffmann
1
-14
/
+17
2012-11-01
xhci: add xhci_port_have_device
Gerd Hoffmann
1
-2
/
+12
2012-11-01
xhci: s/xhci_update_port/xhci_port_update/
Gerd Hoffmann
1
-5
/
+5
2012-11-01
xhci: add {get,set}_field macros & enum for pls
Gerd Hoffmann
1
-8
/
+31
2012-10-25
xhci: fix usb name in caps
Gerd Hoffmann
1
-2
/
+2
2012-10-25
xhci: make number of interrupters and slots configurable
Gerd Hoffmann
1
-31
/
+48
2012-10-25
xhci: allow disabling interrupters
Gerd Hoffmann
1
-0
/
+6
2012-10-25
xhci: flush endpoint context unconditinally
Gerd Hoffmann
1
-3
/
+0
2012-10-25
xhci: fix function name in error message
Gerd Hoffmann
1
-1
/
+1
2012-10-25
usb: Add an int_req flag to USBPacket
Hans de Goede
1
-5
/
+11
2012-10-25
usb: Move short-not-ok handling to the core
Hans de Goede
1
-1
/
+1
2012-10-25
usb: Move clearing of queue on halt to the core
Hans de Goede
1
-0
/
+4
2012-10-25
usb: Add USB_RET_ADD_TO_QUEUE packet result code
Hans de Goede
1
-0
/
+6
2012-10-25
xhci: Add a xhci_ep_nuke_one_xfer helper function
Hans de Goede
1
-19
/
+30
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
1
-9
/
+9
2012-10-05
cleanup useless return sentence
Amos Kong
1
-1
/
+0
2012-09-26
xhci: create a memory region for each port
Gerd Hoffmann
1
-42
/
+43
2012-09-26
xhci: route string & usb hub support
Gerd Hoffmann
1
-31
/
+55
2012-09-26
xhci: tweak limits
Gerd Hoffmann
1
-4
/
+4
2012-09-11
xhci: allow bytewise capability register reads
Gerd Hoffmann
1
-1
/
+3
2012-09-11
xhci: kill xhci_mem_{read,write} dispatcher functions
Gerd Hoffmann
1
-65
/
+75
2012-09-11
xhci: support multiple interrupters
Gerd Hoffmann
1
-5
/
+1
2012-09-11
xhci: pick target interrupter
Gerd Hoffmann
1
-6
/
+16
2012-09-11
xhci: prepare xhci_runtime_{read,write} for multiple interrupters
Gerd Hoffmann
1
-43
/
+57
2012-09-11
xhci: add XHCIInterrupter
Gerd Hoffmann
1
-147
/
+160
2012-09-11
xhci: move register update into xhci_intr_raise
Gerd Hoffmann
1
-9
/
+5
2012-09-11
xhci: add msix support
Gerd Hoffmann
1
-1
/
+46
2012-09-11
xhci: rework interrupt handling
Gerd Hoffmann
1
-14
/
+33
2012-09-11
xhci: fix & cleanup msi.
Gerd Hoffmann
1
-18
/
+9
2012-09-11
xhci: update port handling
Gerd Hoffmann
1
-40
/
+97
2012-09-11
xhci: update register layout
Gerd Hoffmann
1
-8
/
+13
2012-09-11
xhci: fix runtime write tracepoint
Gerd Hoffmann
1
-1
/
+1
2012-09-11
xhci: add trace_usb_xhci_ep_set_dequeue
Gerd Hoffmann
1
-1
/
+1
2012-09-11
xhci: trace cc codes in cleartext
Gerd Hoffmann
1
-1
/
+47
2012-09-11
xhci: iso xfer support
Gerd Hoffmann
1
-16
/
+101
2012-09-11
xhci: implement mfindex
Gerd Hoffmann
1
-7
/
+46
2012-09-11
xhci: move device lookup into xhci_setup_packet
Gerd Hoffmann
1
-36
/
+38
2012-09-11
xhci: drop buffering
Gerd Hoffmann
1
-114
/
+71
2012-09-11
xhci: rip out background transfer code
Gerd Hoffmann
1
-219
/
+4
2012-08-31
usb: unique packet ids
Gerd Hoffmann
1
-1
/
+1
2012-06-07
xhci: trace: slots
Gerd Hoffmann
1
-6
/
+6
2012-06-07
xhci: trace: transfers
Gerd Hoffmann
1
-8
/
+10
[next]