1. ebd3da7 libpayload: usb: dwc2: support split transaction by Yunzhi Li · 9 years ago
  2. 1b4d394 libpayload: Make Kconfig bools use IS_ENABLED() by Stefan Reinauer · 9 years ago
  3. 7746606 libpayload: Fix passing BAR to EHCI driver by Patrick Georgi · 9 years ago
  4. 654cf9c libpayload: EHCI: Support root-hub TT feature by Jim Lin · 10 years ago
  5. 627de92 libpayload ehci: Use 64-byte aligned data structures for periodic transfers by Jim Lin · 10 years ago
  6. 16713d7 libpayload: EHCI: Fix transaction error for interrupt transfer by Jim Lin · 10 years ago
  7. 5b1c328 libpayload EHCI: Add memory barrier to EHCI driver by Furquan Shaikh · 10 years ago
  8. 7234d60 libpayload: usb: Fix up usb_shutdown() code paths by Julius Werner · 10 years ago
  9. 8e7a9e1 libpayload: ehci: Fix byte count in dump_td() by Julius Werner · 11 years ago
  10. 509c37e libpayload: Make EHCI driver cache-aware by Julius Werner · 11 years ago
  11. 4610f0e libpayload: ehci: Set explicit terminate bits in dummy_qh next pointers. by Julius Werner · 11 years ago
  12. e9738db libpayload: Make USB transfer functions return amount of bytes by Julius Werner · 11 years ago
  13. 1ee2c6d libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig. by Gabe Black · 11 years ago
  14. 5b9e6f1 libpayload: Drop obsolete setting of reg_base in [oex]hci by Nico Huber · 10 years ago
  15. 6e23066 libpayload: Use unsigned long for BARs in *hci_init() by Nico Huber · 10 years ago
  16. 52e3f44 libpayload: Increase USB EHCI transfer timeout by Julius Werner · 11 years ago
  17. 8992e53 libpayload: Add USB support for non-PCI controllers by Stefan Reinauer · 11 years ago
  18. 482af6d libpayload: Redirect USB slave init through controller driver by Patrick Georgi · 11 years ago
  19. d5c79f9 libpayload: Fix unused function warning in EHCI stack by Stefan Reinauer · 11 years ago
  20. 7a9da71 libpayload: EHCI - detach controller in ehci_shutdown() by Mathias Krause · 11 years ago
  21. 69eea7c libpayload: Split EHCI bulk transfers on packet boundaries over qTDs by Julius Werner · 12 years ago
  22. 716375d libpayload: add support for 64-bit EHCI controllers by Vincent Palatin · 12 years ago
  23. ef650a5 libpayload: Check for completion more often in ehci_set_periodic_schedule. by Gabe Black · 12 years ago
  24. c07fb15 libpayload: add EHCI QH/qTD debugging by Anton Kochkov · 12 years ago
  25. 6bf11cf libpayload: Use usb_debug() to show USB messages by Dave Frodin · 12 years ago
  26. af169f4 libpayload: ehci: Prevent some race conditions by Nico Huber · 12 years ago
  27. 86c686a libpayload: Reduce error output from EHCI by Nico Huber · 12 years ago
  28. 4f83d1b libpayload: ehci: Fix warnings about discarded volatile by Nico Huber · 12 years ago
  29. 6e711c6 libpayload: Add init() function to hci_t and rework uhci_reset() by Nico Huber · 12 years ago
  30. d633dda libpayload: Free usb host controller instance after shutdown by Nico Huber · 12 years ago
  31. 2fef58e [PATCH] libpayload: Implement EHCI reset function by Anton Kochkov · 12 years ago
  32. 93ded59 libpayload: Turn the "debug" #define into the usb_debug static inline function. by Gabe Black · 12 years ago
  33. 1c36ead libpayload: add controller type in usbdev_hc by Anton Kochkov · 12 years ago
  34. 3ca35ca libpayload: Add dummy queue heads to EHCI interrupt frame list by Nico Huber · 12 years ago
  35. 0d120f8 libpayload: Add interrupt-queue underrun recovery to EHCI by Nico Huber · 12 years ago
  36. cef8692 libpayload: Adjust timeout in EHCI driver by Nico Huber · 12 years ago
  37. 2e33a65 libpayload: reg_base reading for USB EHCI driver by Anton Kochkov · 12 years ago
  38. 0421dc8 libpayload: Add timeouts in the EHCI USB driver by Nico Huber · 12 years ago
  39. 62eb5b3 libpayload: Add support for interrupt transfers in EHCI by Nico Huber · 12 years ago
  40. 1ab6075 libpayload: Add support for split transactions in EHCI by Nico Huber · 12 years ago
  41. 8fa2787 libpayload: Remove bitfield use from EHCI data structures by Patrick Georgi · 13 years ago
  42. 01178bb libpayload: Tell EHCI to re-enable USB1 controllers by Patrick Georgi · 13 years ago
  43. 2e768e7 libpayload: Drop usb_fatal() by Patrick Georgi · 13 years ago
  44. c4716b4 libpayload: Reduce verbosity in USB stack by Mathias Krause · 13 years ago
  45. 9229af9 EHCI driver missing bus_address assignment. by Steven A. Falco · 13 years ago
  46. 528b43d coding style cosmetics. by Stefan Reinauer · 13 years ago
  47. 7f43dc1 Add an EHCI driver to libpayload's USB stack. by Patrick Georgi · 14 years ago