index
:
riscv-gnu-toolchain/qemu/roms/seabios-hppa.git
alpha-port
bigfont
devel
devel-2022
devel-4-do-not-use
devel-btlb
devel-btlb-2
devel-last-for-v16
devel-with-sti64bit
devel2
devel3
devel4
devel5
devel64
hp3000
hp3000-console
hppa-reboot-fix
hppa-target
hppa-target-2
master
master-new-v7
master-old
master-prerelease
parisc-qemu-4.1.0
parisc-qemu-5.0
parisc-qemu-5.1
parisc-qemu-5.1-next
parisc-qemu-6
parisc_firmware
seabios-hppa-v3-rc
seabios-hppa-v3-rc2
serial-port-fix-test
toc-support
upstream
v6-test
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
usb-ehci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-20
Add helper functions to convert timer irqs to milliseconds.
Kevin O'Connor
1
-2
/
+1
2013-07-20
Move internal timer code from clock.c to a new file timer.c.
Kevin O'Connor
1
-0
/
+1
2013-06-08
Convert PCIDevices list to use standard list manipultion code.
Kevin O'Connor
1
-1
/
+1
2013-02-14
USB-EHCI: Fix null pointer assignment
Avik Sil
1
-1
/
+1
2013-02-05
Normalize POST initialization function name suffixes.
Kevin O'Connor
1
-6
/
+6
2012-08-01
EHCI: increase CONNECT detection delay
Kevin O'Connor
1
-1
/
+3
2012-06-13
EHCI: Add support for 64 bit capability
Sven Schnelle
1
-4
/
+2
2012-05-20
Convert GET/SET_FLATPTR() accesses to "low mem" to GET/SET_LOWFLAT().
Kevin O'Connor
1
-22
/
+20
2012-03-10
usb: Remove QH_MULT_SHIFT flag from qh.info1.
Kevin O'Connor
1
-6
/
+4
2012-03-10
usb: Move EHCI tt_* fields to EHCI controller code.
Kevin O'Connor
1
-44
/
+41
2012-03-10
usb: Generalize controller alloc_async_pipe / alloc_intr_pipe code.
Kevin O'Connor
1
-6
/
+6
2012-03-10
usb: Move code around in usb controller code.
Kevin O'Connor
1
-111
/
+111
2012-03-10
usb: Pass 'struct usbdevice_s' to controller alloc_intr_pipe functions.
Kevin O'Connor
1
-4
/
+6
2012-03-10
usb: Pass 'struct usbdevice_s' into controller alloc_async functions.
Kevin O'Connor
1
-5
/
+14
2012-03-06
usb: Obtain free list items in main code.
Kevin O'Connor
1
-31
/
+4
2012-03-06
usb: Remove cntl->defaultpipe cache.
Kevin O'Connor
1
-1
/
+0
2012-03-06
usb: Centralize pipe free list code.
Kevin O'Connor
1
-11
/
+0
2012-03-06
Batch free USB pipes on EHCI controllers.
Kevin O'Connor
1
-105
/
+119
2011-11-19
usb-ehci: Fix races with controller on updates to QH.
Kevin O'Connor
1
-72
/
+58
2011-07-10
Minor fix - check for malloc failure in USB cntl allocation.
Kevin O'Connor
1
-0
/
+4
2011-07-10
Minor fix - make sure not to call ohci/uhci_init from irq handler.
Kevin O'Connor
1
-0
/
+4
2011-07-10
Push 'struct pci_device' into USB code (instead of using u16 bdf).
Kevin O'Connor
1
-27
/
+17
2011-07-02
Rename foreachbdf_in_bus to foreachbdf and simplify it.
Kevin O'Connor
1
-2
/
+1
2011-01-01
Extend 'usb_pipe' to track the controller and ports of each device.
Kevin O'Connor
1
-0
/
+1
2010-05-23
Rename check_time() to check_tsc().
Kevin O'Connor
1
-5
/
+5
2010-04-17
USB EHCI should yield() whil waiting for controller to ack reset.
Kevin O'Connor
1
-0
/
+1
2010-03-28
Refactor USB hub code.
Kevin O'Connor
1
-51
/
+49
2010-03-20
Improve USB EHCI timing.
Kevin O'Connor
1
-7
/
+17
2010-03-20
Adjust debug levels of device discovery.
Kevin O'Connor
1
-1
/
+1
2010-03-09
Add USB EHCI controller support.
Kevin O'Connor
1
-0
/
+751