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
/
ohci.c
Age
Commit message (
Expand
)
Author
2018-10-23
libpayload: Fill reg_base for debugging purposes
Patrick Rudolph
2018-05-02
payloads/libpayload: Add spaces around '=='
Elyes HAOUAS
2017-06-28
payloads: Add whitespace around '<<'
Elyes HAOUAS
2017-01-13
libpayload: usb: Reset ohci controller when trying to shutdown ohci
Jeffy Chen
2015-06-30
libpayload: Make Kconfig bools use IS_ENABLED()
Stefan Reinauer
2015-06-08
Remove empty lines at end of file
Elyes HAOUAS
2015-02-23
libpayload: avoid use-after-free in OHCI driver
Patrick Georgi
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-10-22
libpayload: usb: Make OHCI work with ARM systems
Julius Werner
2014-08-12
libpayload: Make USB transfer functions return amount of bytes
Julius Werner
2014-08-05
libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.
Gabe Black
2014-07-10
libpayload: Drop obsolete setting of reg_base in [oex]hci
Nico Huber
2014-07-10
libpayload: Use unsigned long for BARs in *hci_init()
Nico Huber
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
2013-03-14
libpayload: Put dump_td/dump_ed in ohci.c behind #ifdef USB_DEBUG
Gabe Black
2012-12-20
libpayload: Another usb fix
Patrick Georgi
2012-12-19
libpayload: fix USB
Patrick Georgi
2012-12-19
libpayload: improving OHCI TD/ED debugging
Anton Kochkov
2012-12-18
libpayload: Use usb_debug() to show USB messages
Dave Frodin
2012-11-24
libpayload: Fix interrupt-queue cleanup for OHCI
Nico Huber
2012-11-23
libpayload: Fix random warnings
Nico Huber
2012-11-14
libpayload: Add init() function to hci_t and rework uhci_reset()
Nico Huber
2012-11-14
libpayload: Do not call ohci_reset() from ohci_init()
Nico Huber
2012-11-07
libpayload: Turn the "debug" #define into the usb_debug static inline function.
Gabe Black
2012-08-23
libpayload: add controller type in usbdev_hc
Anton Kochkov
2012-07-27
libpayload: Fix typo
Patrick Georgi
2012-07-12
libpayload: Add reset function for OHCI USB driver
Anton Kochkov
2012-06-29
libpayload: OHCI driver correct PCI BAR reading
Anton Kochkov
2012-06-22
libpayload: Adjust timeouts and delays in OHCI driver
Nico Huber
2012-06-21
libpayload: Add support for interrupt transfers in OHCI
Nico Huber
2012-06-21
libpayload: Fix initialization of OHCI driver
Nico Huber
2012-06-21
libpayload: Implement correct done queue processing for OHCI
Nico Huber
2012-06-07
libpayload: Add timeouts in the OHCI USB driver
Nico Huber
2012-06-07
libpayload: Remove orphaned delay from OHCI USB driver
Nico Huber
2012-06-01
libpayload: Disable some buggy debugging code
Nico Huber
2012-06-01
libpayload: fix OHCI IN commands
Mathias Krause
2012-02-20
libpayload: fix compile error with enabled USB_DEBUG
Mathias Krause
2012-01-10
libpayload: Remove bitfield use from OHCI data structures
Patrick Georgi
2011-11-04
libpayload: Drop usb_fatal()
Patrick Georgi
2011-11-01
libpayload: Fix OHCI some more
Patrick Georgi
2011-10-21
libpayload: fix bulk transfers on OHCI controllers
Patrick Georgi
2010-08-13
Add support for OHCI controllers and prelimiary support for xHCI (USB3) contr...
Patrick Georgi