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-uhci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-25
usb: Move clearing of queue on halt to the core
Hans de Goede
1
-16
/
+6
2012-10-25
usb: Add USB_RET_ADD_TO_QUEUE packet result code
Hans de Goede
1
-5
/
+11
2012-10-25
uhci: Move checks to continue queuing to uhci_fill_queue()
Hans de Goede
1
-7
/
+3
2012-10-25
uhci: Properly unmap packets on cancel / invalid pid
Hans de Goede
1
-0
/
+2
2012-10-11
uhci: Raise interrupt when requested even for non active tds
Hans de Goede
1
-1
/
+9
2012-09-13
uhci: Don't queue up packets after one with the SPD flag set
Hans de Goede
1
-1
/
+4
2012-09-11
usb: controllers do not need to check for babble themselves
Hans de Goede
1
-5
/
+0
2012-08-31
usb: unique packet ids
Gerd Hoffmann
1
-2
/
+2
2012-08-31
usb: Halt ep queue en cancel pending packets on a packet error
Hans de Goede
1
-0
/
+16
2012-07-29
Merge branch pci into master
Michael S. Tsirkin
1
-2
/
+1
2012-07-12
uhci: initialize expire_time when loading v1 vmstate
Gerd Hoffmann
1
-0
/
+12
2012-07-04
pci: convert PCIUnregisterFunc to void
Alex Williamson
1
-2
/
+1
2012-06-27
usb: Convert usb_packet_{map, unmap} to universal DMA helpers
David Gibson
1
-1
/
+1
2012-06-20
uhci: fix uhci_async_cancel_all
Gerd Hoffmann
1
-2
/
+2
2012-06-07
uhci: fix irq routing
Gerd Hoffmann
1
-2
/
+19
2012-06-07
uhci: zap uhci_pre_save
Gerd Hoffmann
1
-8
/
+0
2012-06-07
uhci: make bandwidth tunable
Gerd Hoffmann
1
-2
/
+4
2012-06-07
uhci: use bottom half
Gerd Hoffmann
1
-1
/
+13
2012-06-07
uhci: fix bandwidth management
Gerd Hoffmann
1
-10
/
+12
2012-04-26
usb-uhci: update irq line on reset
Gerd Hoffmann
1
-0
/
+1
2012-04-17
usb-uhci: queuing fix
Gerd Hoffmann
1
-3
/
+10
2012-04-17
usb-uhci: stop queue filling when we find a in-flight td
Gerd Hoffmann
1
-0
/
+3
2012-03-13
uhci: alloc can't fail, drop check.
Gerd Hoffmann
1
-2
/
+0
2012-03-13
uhci: new uhci_handle_td return code for tds still in flight
Gerd Hoffmann
1
-5
/
+7
2012-03-13
uhci: renumber uhci_handle_td return codes
Gerd Hoffmann
1
-4
/
+4
2012-03-13
uhci: use enum for uhci_handle_td return codes
Gerd Hoffmann
1
-16
/
+23
2012-03-13
uhci: tracing support
Gerd Hoffmann
1
-55
/
+32
2012-03-13
uhci: cancel on schedule stop.
Gerd Hoffmann
1
-0
/
+1
2012-03-13
uhci: fix uhci_async_cancel_all
Gerd Hoffmann
1
-0
/
+1
2012-03-13
uhci: pass addr to uhci_async_alloc
Gerd Hoffmann
1
-3
/
+3
2012-03-13
usb: zap hw/ush-{ohic,uhci}.h + init wrappers
Gerd Hoffmann
1
-16
/
+0
2012-03-13
usb: the big rename
Gerd Hoffmann
1
-0
/
+1408
[prev]