index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
payloads
/
libpayload
/
drivers
/
usb
/
ehci.c
Age
Commit message (
Expand
)
Author
2012-12-18
libpayload: Use usb_debug() to show USB messages
Dave Frodin
2012-11-23
libpayload: ehci: Prevent some race conditions
Nico Huber
2012-11-23
libpayload: Reduce error output from EHCI
Nico Huber
2012-11-23
libpayload: ehci: Fix warnings about discarded volatile
Nico Huber
2012-11-14
libpayload: Add init() function to hci_t and rework uhci_reset()
Nico Huber
2012-11-14
libpayload: Free usb host controller instance after shutdown
Nico Huber
2012-11-09
[PATCH] libpayload: Implement EHCI reset function
Anton Kochkov
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-06-21
libpayload: Add dummy queue heads to EHCI interrupt frame list
Nico Huber
2012-06-21
libpayload: Add interrupt-queue underrun recovery to EHCI
Nico Huber
2012-06-21
libpayload: Adjust timeout in EHCI driver
Nico Huber
2012-06-21
libpayload: reg_base reading for USB EHCI driver
Anton Kochkov
2012-06-08
libpayload: Add timeouts in the EHCI USB driver
Nico Huber
2012-06-07
libpayload: Add support for interrupt transfers in EHCI
Nico Huber
2012-06-07
libpayload: Add support for split transactions in EHCI
Nico Huber
2012-01-10
libpayload: Remove bitfield use from EHCI data structures
Patrick Georgi
2011-11-04
libpayload: Tell EHCI to re-enable USB1 controllers
Patrick Georgi
2011-11-04
libpayload: Drop usb_fatal()
Patrick Georgi
2011-11-03
libpayload: Reduce verbosity in USB stack
Mathias Krause
2011-07-14
EHCI driver missing bus_address assignment.
Steven A. Falco
2011-04-14
coding style cosmetics.
Stefan Reinauer
2010-09-25
Add an EHCI driver to libpayload's USB stack.
Patrick Georgi