summaryrefslogtreecommitdiff
path: root/payloads/libpayload/drivers/usb/uhci.c
AgeCommit message (Expand)Author
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2019-07-02libpayload/usb: Increase USB request timeout to 5 sKeith Short
2019-04-09libpayload: Fix potential NULL pointer dereferenceFrancois Toguo
2018-10-15libpayload: Always set pciaddrPatrick Rudolph
2014-11-13libpayload: usb: Remove automatic clear_stall() calls from transfersJulius Werner
2014-11-13libpayload: usb: Fix up usb_shutdown() code pathsJulius Werner
2014-08-12libpayload: Make USB transfer functions return amount of bytesJulius Werner
2013-11-25libpayload: Add USB support for non-PCI controllersStefan Reinauer
2013-06-13libpayload: Redirect USB slave init through controller driverPatrick Georgi
2012-12-19libpayload: improved UHCI TD debuggingAnton Kochkov
2012-12-18libpayload: Use usb_debug() to show USB messagesDave Frodin
2012-11-24libpayload: Handle errors in UHCI interrupt queuesNico Huber
2012-11-24libpayload: Handle underruns in UHCI interrupt queuesNico Huber
2012-11-24libpayload: Implement correct interrupt-queue linking for UHCINico Huber
2012-11-14libpayload: Add init() function to hci_t and rework uhci_reset()Nico Huber
2012-11-07libpayload: Turn the "debug" #define into the usb_debug static inline function.Gabe Black
2012-10-03libpayload: UHCI driver contained too much magicPatrick Georgi
2012-10-01libpayload: fix for UHCI bulk transactionsAnton Kochkov
2012-09-21UHCI: use proper pointer sizeAnton Kochkov
2012-08-23libpayload: add controller type in usbdev_hcAnton Kochkov
2012-06-09libpayload: Add timeouts in the UHCI USB driverNico Huber
2012-06-01libpayload: fix UHCI timeoutMathias Krause
2012-05-31libpayload: Fix b0b4a52b70f0d7c09241f0f718a179fc55d85179Nico Huber
2012-01-10libpayload: Remove bitfield use from UHCI data structuresPatrick Georgi
2011-12-24libpayload: remove uhci_reg_maskXPatrick Georgi
2011-11-04libpayload: Drop usb_fatal()Patrick Georgi
2011-11-03libpayload: Reduce verbosity in USB stackMathias Krause
2011-06-30Reduce warnings/errors in libpayload when using picky compiler optionsPatrick Georgi
2010-06-11Follow up to the USB refactoring patch: Missed setting pid values correctly.Patrick Georgi
2010-06-07Avoid using the name "pid_t", which is used on unixoid systems.Patrick Georgi
2010-03-25USB updates from our internal treeStefan Reinauer
2009-07-31Catch various cases in libpayload where malloc() or memalign() return NULLStefan Reinauer
2009-07-18Fix off-by-one bug in libpayload UHCI driverStefan Reinauer
2009-04-30Some driver fixes for libpayload:Stefan Reinauer
2008-10-16- reduced memory requirements a lot (from >100kb/controller toPatrick Georgi
2008-09-11Fix the USB code to find the headers after they were moved.Jordan Crouse
2008-09-02This patch adds USB capabilities to libpayload. It requires somePatrick Georgi