1. 45194b1 libpayload/drivers/usb/xhci.c: Check for NULL in xhci_init by Fred Reitberger · 1 year, 2 months ago
  2. 5ef258b libpayload: usb: Fix spacing issues by Yidi Lin · 2 years ago
  3. 8079a6a libpayload/usb: Fix printf format string mismatches in debug messages by Caveh Jalali · 4 years ago
  4. 96f231a usb/xhci: Fix timeout logic by Caveh Jalali · 4 years, 3 months ago
  5. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  6. 4eadcb0 libpayload/drivers/usb/xhci: Allow xHCI v1.2 in libpayload by Dossym Nurmukhanov · 4 years, 4 months ago
  7. 50c1f27 libpayload: xhci: Fix CAPREG address calculation by Julius Werner · 4 years, 4 months ago
  8. 7724f11 lp/drivers/usb: Add quirk for QEMU XHCI root hub by Duncan Laurie · 4 years, 5 months ago
  9. 6c1a669 libpayload: xhci: Do not memcpy registers by Julius Werner · 4 years, 4 months ago
  10. 287cf6c lp/drivers/usb: Work around QEMU XHCI register issue by Duncan Laurie · 4 years, 5 months ago
  11. eab2a29 payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  12. 8346a44 libpayload/drivers/usb/xhci: Replace raw values with constants by Raul E Rangel · 6 years ago
  13. d29c81d libpayload/xhci: Check noop return code when debugging by Raul E Rangel · 6 years ago
  14. 8c7e416 libpayload: usb: xhci: Support rockchip xHCI controller by Liangfeng Wu · 8 years ago
  15. 1528ffa libpayload: xhci: Add delay to get reset working more reliably by Rajmohan Mani · 9 years ago
  16. 57ddd9a libpayload: usb: xhci: Count new Max Scratchpad Bufs bits from XHCI 1.1 by Julius Werner · 9 years ago
  17. b4a2499 libpayload: usb: Fixup wrong use of config by Chunfeng Yun · 9 years ago
  18. 1b4d394 libpayload: Make Kconfig bools use IS_ENABLED() by Stefan Reinauer · 9 years ago
  19. d42ee15 libpayload: usb: Support MTK xHCI host controller by Yidi Lin · 9 years ago
  20. 2204539 libpayload: Guard PCI using code appropriately in XHCI driver by Patrick Georgi · 9 years ago
  21. e73335c libpayload: usb: xhci: set ENT flag in last Normal TRB by Sourabh Banerjee · 10 years ago
  22. 79a591f libpayload: Fix pointer related casts by Furquan Shaikh · 10 years ago
  23. d6fb32b libpayload: usb: xhci: Fix TD size if it overflows 5 bits by Rajmohan Mani · 10 years ago
  24. 86127c7 libpayload: Clean up USB build warnings by Marc Jones · 10 years ago
  25. 7234d60 libpayload: usb: Fix up usb_shutdown() code paths by Julius Werner · 10 years ago
  26. c666e55 libpayload: usb: xhci: Fix STALL endpoint handling by Shawn Nematbakhsh · 10 years ago
  27. 49ba283 libpayload: xhci: Ensure to reset dequeue pointer on stopped endpoints by Julius Werner · 11 years ago
  28. 1f86434 libpayload: xhci: Make XHCI stack usable on ARM by Julius Werner · 11 years ago
  29. e9738db libpayload: Make USB transfer functions return amount of bytes by Julius Werner · 11 years ago
  30. 83da501 libpayload: xhci: Use Event Data TRBs for transfer event generation by Julius Werner · 11 years ago
  31. 1ee2c6d libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig. by Gabe Black · 11 years ago
  32. 5b9e6f1 libpayload: Drop obsolete setting of reg_base in [oex]hci by Nico Huber · 10 years ago
  33. f4316f8 libpayload: Catch null-pointer dereference in xHCI by Nico Huber · 10 years ago
  34. 8b8e963 libpayload: xHCI: Always initialize controller->pcidev by Nico Huber · 10 years ago
  35. 6e23066 libpayload: Use unsigned long for BARs in *hci_init() by Nico Huber · 10 years ago
  36. 6a05890 libpayload: Remove redundant phys_to_virt() from xHCI driver by Nico Huber · 10 years ago
  37. fdb348a libpayload: reintroduce optional PCI in XHCI driver by Patrick Georgi · 11 years ago
  38. 8992e53 libpayload: Add USB support for non-PCI controllers by Stefan Reinauer · 11 years ago
  39. c371442 libpayload: Switch xHCI shared ports back to EHCI on shutdown by Nico Huber · 11 years ago
  40. 9029265 libpayload: Fill gaps in the xHCI driver by Nico Huber · 11 years ago
  41. 6bf11cf libpayload: Use usb_debug() to show USB messages by Dave Frodin · 12 years ago
  42. 6e711c6 libpayload: Add init() function to hci_t and rework uhci_reset() by Nico Huber · 12 years ago
  43. aaa212d libpayload: Do not call ohci_reset() from ohci_init() by Nico Huber · 12 years ago
  44. 93ded59 libpayload: Turn the "debug" #define into the usb_debug static inline function. by Gabe Black · 12 years ago
  45. 1c36ead libpayload: add controller type in usbdev_hc by Anton Kochkov · 12 years ago
  46. 2e768e7 libpayload: Drop usb_fatal() by Patrick Georgi · 13 years ago
  47. 6615ef3 Add support for OHCI controllers and prelimiary support for xHCI (USB3) controllers. by Patrick Georgi · 14 years ago