summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/drivers/usb/ohci.c
Commit message (Expand)AuthorAgeFilesLines
* libpayload: Make Kconfig bools use IS_ENABLED()Stefan Reinauer2015-06-301-1/+1
* Remove empty lines at end of fileElyes HAOUAS2015-06-081-1/+0
* libpayload: avoid use-after-free in OHCI driverPatrick Georgi2015-02-231-3/+3
* libpayload: usb: Remove automatic clear_stall() calls from transfersJulius Werner2014-11-131-2/+1
* libpayload: usb: Fix up usb_shutdown() code pathsJulius Werner2014-11-131-16/+4
* libpayload: usb: Make OHCI work with ARM systemsJulius Werner2014-10-221-23/+60
* libpayload: Make USB transfer functions return amount of bytesJulius Werner2014-08-121-29/+42
* libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.Gabe Black2014-08-051-1/+1
* libpayload: Drop obsolete setting of reg_base in [oex]hciNico Huber2014-07-101-2/+1
* libpayload: Use unsigned long for BARs in *hci_init()Nico Huber2014-07-101-3/+3
* libpayload: Add USB support for non-PCI controllersStefan Reinauer2013-11-251-6/+18
* libpayload: Redirect USB slave init through controller driverPatrick Georgi2013-06-131-0/+3
* libpayload: Put dump_td/dump_ed in ohci.c behind #ifdef USB_DEBUGGabe Black2013-03-141-1/+3
* libpayload: Another usb fixPatrick Georgi2012-12-201-1/+1
* libpayload: fix USBPatrick Georgi2012-12-191-1/+1
* libpayload: improving OHCI TD/ED debuggingAnton Kochkov2012-12-191-15/+75
* libpayload: Use usb_debug() to show USB messagesDave Frodin2012-12-181-3/+3
* libpayload: Fix interrupt-queue cleanup for OHCINico Huber2012-11-241-10/+27
* libpayload: Fix random warningsNico Huber2012-11-231-0/+2
* libpayload: Add init() function to hci_t and rework uhci_reset()Nico Huber2012-11-141-0/+6
* libpayload: Do not call ohci_reset() from ohci_init()Nico Huber2012-11-141-1/+0
* libpayload: Turn the "debug" #define into the usb_debug static inline function.Gabe Black2012-11-071-9/+9
* libpayload: add controller type in usbdev_hcAnton Kochkov2012-08-231-0/+2
* libpayload: Fix typoPatrick Georgi2012-07-271-2/+2
* libpayload: Add reset function for OHCI USB driverAnton Kochkov2012-07-121-0/+7
* libpayload: OHCI driver correct PCI BAR readingAnton Kochkov2012-06-291-1/+3
* libpayload: Adjust timeouts and delays in OHCI driverNico Huber2012-06-221-4/+9
* libpayload: Add support for interrupt transfers in OHCINico Huber2012-06-211-8/+222
* libpayload: Fix initialization of OHCI driverNico Huber2012-06-211-5/+9
* libpayload: Implement correct done queue processing for OHCINico Huber2012-06-211-72/+120
* libpayload: Add timeouts in the OHCI USB driverNico Huber2012-06-071-4/+18
* libpayload: Remove orphaned delay from OHCI USB driverNico Huber2012-06-071-1/+0
* libpayload: Disable some buggy debugging codeNico Huber2012-06-011-0/+7
* libpayload: fix OHCI IN commandsMathias Krause2012-06-011-3/+3
* libpayload: fix compile error with enabled USB_DEBUGMathias Krause2012-02-201-1/+1
* libpayload: Remove bitfield use from OHCI data structuresPatrick Georgi2012-01-101-46/+37
* libpayload: Drop usb_fatal()Patrick Georgi2011-11-041-2/+2
* libpayload: Fix OHCI some morePatrick Georgi2011-11-011-6/+8
* libpayload: fix bulk transfers on OHCI controllersPatrick Georgi2011-10-211-0/+1
* Add support for OHCI controllers and prelimiary support for xHCI (USB3) contr...Patrick Georgi2010-08-131-0/+472