index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
payloads
/
libpayload
/
drivers
/
usb
/
ehci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
libpayload: usb: dwc2: support split transaction
Yunzhi Li
2015-07-16
1
-24
/
+0
*
libpayload: Make Kconfig bools use IS_ENABLED()
Stefan Reinauer
2015-06-30
1
-1
/
+1
*
libpayload: Fix passing BAR to EHCI driver
Patrick Georgi
2015-05-12
1
-2
/
+2
*
libpayload: EHCI: Support root-hub TT feature
Jim Lin
2015-03-23
1
-1
/
+1
*
libpayload ehci: Use 64-byte aligned data structures for periodic transfers
Jim Lin
2015-03-21
1
-1
/
+2
*
libpayload: EHCI: Fix transaction error for interrupt transfer
Jim Lin
2015-03-21
1
-1
/
+1
*
libpayload EHCI: Add memory barrier to EHCI driver
Furquan Shaikh
2015-03-19
1
-0
/
+9
*
libpayload: usb: Fix up usb_shutdown() code paths
Julius Werner
2014-11-13
1
-19
/
+9
*
libpayload: ehci: Fix byte count in dump_td()
Julius Werner
2014-09-10
1
-1
/
+1
*
libpayload: Make EHCI driver cache-aware
Julius Werner
2014-08-14
1
-24
/
+81
*
libpayload: ehci: Set explicit terminate bits in dummy_qh next pointers.
Julius Werner
2014-08-12
1
-0
/
+2
*
libpayload: Make USB transfer functions return amount of bytes
Julius Werner
2014-08-12
1
-10
/
+19
*
libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.
Gabe Black
2014-08-05
1
-1
/
+1
*
libpayload: Drop obsolete setting of reg_base in [oex]hci
Nico Huber
2014-07-10
1
-3
/
+2
*
libpayload: Use unsigned long for BARs in *hci_init()
Nico Huber
2014-07-10
1
-3
/
+3
*
libpayload: Increase USB EHCI transfer timeout
Julius Werner
2013-12-21
1
-3
/
+3
*
libpayload: Add USB support for non-PCI controllers
Stefan Reinauer
2013-11-25
1
-16
/
+25
*
libpayload: Redirect USB slave init through controller driver
Patrick Georgi
2013-06-13
1
-0
/
+3
*
libpayload: Fix unused function warning in EHCI stack
Stefan Reinauer
2013-03-26
1
-0
/
+4
*
libpayload: EHCI - detach controller in ehci_shutdown()
Mathias Krause
2013-03-25
1
-0
/
+1
*
libpayload: Split EHCI bulk transfers on packet boundaries over qTDs
Julius Werner
2013-03-13
1
-0
/
+4
*
libpayload: add support for 64-bit EHCI controllers
Vincent Palatin
2013-03-13
1
-12
/
+16
*
libpayload: Check for completion more often in ehci_set_periodic_schedule.
Gabe Black
2013-02-28
1
-2
/
+2
*
libpayload: add EHCI QH/qTD debugging
Anton Kochkov
2013-02-01
1
-3
/
+77
*
libpayload: Use usb_debug() to show USB messages
Dave Frodin
2012-12-18
1
-4
/
+4
*
libpayload: ehci: Prevent some race conditions
Nico Huber
2012-11-23
1
-1
/
+7
*
libpayload: Reduce error output from EHCI
Nico Huber
2012-11-23
1
-1
/
+1
*
libpayload: ehci: Fix warnings about discarded volatile
Nico Huber
2012-11-23
1
-12
/
+12
*
libpayload: Add init() function to hci_t and rework uhci_reset()
Nico Huber
2012-11-14
1
-0
/
+5
*
libpayload: Free usb host controller instance after shutdown
Nico Huber
2012-11-14
1
-0
/
+3
*
[PATCH] libpayload: Implement EHCI reset function
Anton Kochkov
2012-11-09
1
-1
/
+15
*
libpayload: Turn the "debug" #define into the usb_debug static inline function.
Gabe Black
2012-11-07
1
-9
/
+9
*
libpayload: add controller type in usbdev_hc
Anton Kochkov
2012-08-23
1
-0
/
+2
*
libpayload: Add dummy queue heads to EHCI interrupt frame list
Nico Huber
2012-06-21
1
-3
/
+21
*
libpayload: Add interrupt-queue underrun recovery to EHCI
Nico Huber
2012-06-21
1
-15
/
+26
*
libpayload: Adjust timeout in EHCI driver
Nico Huber
2012-06-21
1
-4
/
+8
*
libpayload: reg_base reading for USB EHCI driver
Anton Kochkov
2012-06-21
1
-2
/
+3
*
libpayload: Add timeouts in the EHCI USB driver
Nico Huber
2012-06-08
1
-26
/
+64
*
libpayload: Add support for interrupt transfers in EHCI
Nico Huber
2012-06-07
1
-5
/
+232
*
libpayload: Add support for split transactions in EHCI
Nico Huber
2012-06-07
1
-3
/
+46
*
libpayload: Remove bitfield use from EHCI data structures
Patrick Georgi
2012-01-10
1
-75
/
+69
*
libpayload: Tell EHCI to re-enable USB1 controllers
Patrick Georgi
2011-11-04
1
-1
/
+1
*
libpayload: Drop usb_fatal()
Patrick Georgi
2011-11-04
1
-2
/
+2
*
libpayload: Reduce verbosity in USB stack
Mathias Krause
2011-11-03
1
-4
/
+4
*
EHCI driver missing bus_address assignment.
Steven A. Falco
2011-07-14
1
-0
/
+1
*
coding style cosmetics.
Stefan Reinauer
2011-04-14
1
-4
/
+8
*
Add an EHCI driver to libpayload's USB stack.
Patrick Georgi
2010-09-25
1
-0
/
+359