summaryrefslogtreecommitdiff
path: root/payloads/libpayload/drivers/usb/ehci.c
AgeCommit message (Expand)Author
2012-11-23libpayload: ehci: Fix warnings about discarded volatileNico Huber
2012-11-14libpayload: Add init() function to hci_t and rework uhci_reset()Nico Huber
2012-11-14libpayload: Free usb host controller instance after shutdownNico Huber
2012-11-09[PATCH] libpayload: Implement EHCI reset functionAnton Kochkov
2012-11-07libpayload: Turn the "debug" #define into the usb_debug static inline function.Gabe Black
2012-08-23libpayload: add controller type in usbdev_hcAnton Kochkov
2012-06-21libpayload: Add dummy queue heads to EHCI interrupt frame listNico Huber
2012-06-21libpayload: Add interrupt-queue underrun recovery to EHCINico Huber
2012-06-21libpayload: Adjust timeout in EHCI driverNico Huber
2012-06-21libpayload: reg_base reading for USB EHCI driverAnton Kochkov
2012-06-08libpayload: Add timeouts in the EHCI USB driverNico Huber
2012-06-07libpayload: Add support for interrupt transfers in EHCINico Huber
2012-06-07libpayload: Add support for split transactions in EHCINico Huber
2012-01-10libpayload: Remove bitfield use from EHCI data structuresPatrick Georgi
2011-11-04libpayload: Tell EHCI to re-enable USB1 controllersPatrick Georgi
2011-11-04libpayload: Drop usb_fatal()Patrick Georgi
2011-11-03libpayload: Reduce verbosity in USB stackMathias Krause
2011-07-14EHCI driver missing bus_address assignment.Steven A. Falco
2011-04-14coding style cosmetics.Stefan Reinauer
2010-09-25Add an EHCI driver to libpayload's USB stack.Patrick Georgi