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
/
uhci.c
Age
Commit message (
Expand
)
Author
2024-05-26
libpayload: Add x86_64 (64-bit) support
Subrata Banik
2023-06-04
libpayload/uhci: Return expected length for control/bulk transfers
Nico Huber
2022-08-12
libpayload: usb: Fix spacing issues
Yidi Lin
2020-11-22
libpayload/usb: Fix printf format string mismatches in debug messages
Caveh Jalali
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2019-07-02
libpayload/usb: Increase USB request timeout to 5 s
Keith Short
2019-04-09
libpayload: Fix potential NULL pointer dereference
Francois Toguo
2018-10-15
libpayload: Always set pciaddr
Patrick Rudolph
2014-11-13
libpayload: usb: Remove automatic clear_stall() calls from transfers
Julius Werner
2014-11-13
libpayload: usb: Fix up usb_shutdown() code paths
Julius Werner
2014-08-12
libpayload: Make USB transfer functions return amount of bytes
Julius Werner
2013-11-25
libpayload: Add USB support for non-PCI controllers
Stefan Reinauer
2013-06-13
libpayload: Redirect USB slave init through controller driver
Patrick Georgi
2012-12-19
libpayload: improved UHCI TD debugging
Anton Kochkov
2012-12-18
libpayload: Use usb_debug() to show USB messages
Dave Frodin
2012-11-24
libpayload: Handle errors in UHCI interrupt queues
Nico Huber
2012-11-24
libpayload: Handle underruns in UHCI interrupt queues
Nico Huber
2012-11-24
libpayload: Implement correct interrupt-queue linking for UHCI
Nico Huber
2012-11-14
libpayload: Add init() function to hci_t and rework uhci_reset()
Nico Huber
2012-11-07
libpayload: Turn the "debug" #define into the usb_debug static inline function.
Gabe Black
2012-10-03
libpayload: UHCI driver contained too much magic
Patrick Georgi
2012-10-01
libpayload: fix for UHCI bulk transactions
Anton Kochkov
2012-09-21
UHCI: use proper pointer size
Anton Kochkov
2012-08-23
libpayload: add controller type in usbdev_hc
Anton Kochkov
2012-06-09
libpayload: Add timeouts in the UHCI USB driver
Nico Huber
2012-06-01
libpayload: fix UHCI timeout
Mathias Krause
2012-05-31
libpayload: Fix b0b4a52b70f0d7c09241f0f718a179fc55d85179
Nico Huber
2012-01-10
libpayload: Remove bitfield use from UHCI data structures
Patrick Georgi
2011-12-24
libpayload: remove uhci_reg_maskX
Patrick Georgi
2011-11-04
libpayload: Drop usb_fatal()
Patrick Georgi
2011-11-03
libpayload: Reduce verbosity in USB stack
Mathias Krause
2011-06-30
Reduce warnings/errors in libpayload when using picky compiler options
Patrick Georgi
2010-06-11
Follow up to the USB refactoring patch: Missed setting pid values correctly.
Patrick Georgi
2010-06-07
Avoid using the name "pid_t", which is used on unixoid systems.
Patrick Georgi
2010-03-25
USB updates from our internal tree
Stefan Reinauer
2009-07-31
Catch various cases in libpayload where malloc() or memalign() return NULL
Stefan Reinauer
2009-07-18
Fix off-by-one bug in libpayload UHCI driver
Stefan Reinauer
2009-04-30
Some driver fixes for libpayload:
Stefan Reinauer
2008-10-16
- reduced memory requirements a lot (from >100kb/controller to
Patrick Georgi
2008-09-11
Fix the USB code to find the headers after they were moved.
Jordan Crouse
2008-09-02
This patch adds USB capabilities to libpayload. It requires some
Patrick Georgi