summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/drivers/usb/uhci_rh.c
Commit message (Expand)AuthorAgeFilesLines
* libpayload/uhci: Re-write UHCI RH driver w/ generic_hub APINico Huber2023-06-121-152/+91
* libpayload: usb: Fix spacing issuesYidi Lin2022-08-121-36/+36
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* libpayload: Improve sanity checking in UHCI driverPatrick Georgi2015-02-231-1/+1
* libpayload: usb: Fix up usb_shutdown() code pathsJulius Werner2014-11-131-3/+3
* libpayload: usb: Unify USB speed between XHCI stack and USB coreJulius Werner2014-09-041-1/+1
* libpayload: Turn the "debug" #define into the usb_debug static inline function.Gabe Black2012-11-071-9/+9
* Fix disconnect handling on UHCI root portsAnton Kochkov2012-09-211-1/+6
* libpayload: use correct types in UHCI driverAnton Kochkov2012-06-291-2/+2
* libpayload: Add timeouts in the UHCI USB driverNico Huber2012-06-091-4/+14
* libpayload: remove uhci_reg_maskXPatrick Georgi2011-12-241-6/+12
* libpayload: Drop usb_fatal()Patrick Georgi2011-11-041-1/+1
* libpayload: Reduce verbosity in USB stackMathias Krause2011-11-031-2/+2
* Avoid using the name "pid_t", which is used on unixoid systems.Patrick Georgi2010-06-071-0/+1
* USB updates from our internal treeStefan Reinauer2010-03-251-12/+31
* Catch various cases in libpayload where malloc() or memalign() return NULLStefan Reinauer2009-07-311-0/+3
* - reduced memory requirements a lot (from >100kb/controller toPatrick Georgi2008-10-161-18/+4
* This patch adds USB capabilities to libpayload. It requires somePatrick Georgi2008-09-021-0/+182