index
:
coreboot
2560p
820g2
autoport-hsw
broadwell_refcode
e6230
e7240_bdw
haswell-mrc
hp820g1
hp9480m
mec1322
Some coreboot project code with my work
vimacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
payloads
/
libpayload
/
drivers
/
usb
/
ohci.c
Age
Commit message (
Expand
)
Author
2012-11-23
libpayload: Fix random warnings
Nico Huber
2012-11-14
libpayload: Add init() function to hci_t and rework uhci_reset()
Nico Huber
2012-11-14
libpayload: Do not call ohci_reset() from ohci_init()
Nico Huber
2012-11-07
libpayload: Turn the "debug" #define into the usb_debug static inline function.
Gabe Black
2012-08-23
libpayload: add controller type in usbdev_hc
Anton Kochkov
2012-07-27
libpayload: Fix typo
Patrick Georgi
2012-07-12
libpayload: Add reset function for OHCI USB driver
Anton Kochkov
2012-06-29
libpayload: OHCI driver correct PCI BAR reading
Anton Kochkov
2012-06-22
libpayload: Adjust timeouts and delays in OHCI driver
Nico Huber
2012-06-21
libpayload: Add support for interrupt transfers in OHCI
Nico Huber
2012-06-21
libpayload: Fix initialization of OHCI driver
Nico Huber
2012-06-21
libpayload: Implement correct done queue processing for OHCI
Nico Huber
2012-06-07
libpayload: Add timeouts in the OHCI USB driver
Nico Huber
2012-06-07
libpayload: Remove orphaned delay from OHCI USB driver
Nico Huber
2012-06-01
libpayload: Disable some buggy debugging code
Nico Huber
2012-06-01
libpayload: fix OHCI IN commands
Mathias Krause
2012-02-20
libpayload: fix compile error with enabled USB_DEBUG
Mathias Krause
2012-01-10
libpayload: Remove bitfield use from OHCI data structures
Patrick Georgi
2011-11-04
libpayload: Drop usb_fatal()
Patrick Georgi
2011-11-01
libpayload: Fix OHCI some more
Patrick Georgi
2011-10-21
libpayload: fix bulk transfers on OHCI controllers
Patrick Georgi
2010-08-13
Add support for OHCI controllers and prelimiary support for xHCI (USB3) contr...
Patrick Georgi