1. 4b48839 xhci: Build TRBs directly in xhci_trb_queue() by Kevin O'Connor · 7 years ago
  2. b404a5f usb-xhci: use hub portmap by Gerd Hoffmann · 7 years ago
  3. 0024cd7 usb-xhci: Remove unused const variables by Kevin O'Connor · 8 years ago
  4. 4d8510c pci: Split low-level pci code from higher-level 'struct pci_device' code by Kevin O'Connor · 8 years ago
  5. 7b67300 pci: Implement '%pP' printf handler for 'struct pci_device' pointers by Kevin O'Connor · 8 years ago
  6. c53953a xhci: Convert to new PCI BAR helper functions by Kevin O'Connor · 8 years ago
  7. 88e9bd7 usb: Eliminate USB controller setup thread by Kevin O'Connor · 8 years ago
  8. 3c577a7 usb: Remove usbdev->slotid field by Kevin O'Connor · 9 years ago
  9. 636cbb4 xhci: Disable slot on failed set_address command by Kevin O'Connor · 9 years ago
  10. 49fb034 xhci: Improve port status change debugging by Kevin O'Connor · 9 years ago
  11. c01b41c xhci: Wait for port enable even for USB3 devices by Kevin O'Connor · 9 years ago
  12. aa34e4e xhci: Check for device disconnects during USB2 reset polling by Kevin O'Connor · 9 years ago
  13. 2fc20dc xhci: Minor - add USB port type comments to xhci_hub_reset() by Kevin O'Connor · 9 years ago
  14. fd318e4 xhci: Count new Max Scratchpad Bufs bits from XHCI 1.1 by Julius Werner · 9 years ago
  15. 3abdc7c Make sure all code checks for malloc failures by Kevin O'Connor · 9 years ago
  16. 2891a83 usb: Control transfers always have an 8 byte command size by Kevin O'Connor · 10 years ago
  17. 65034a4 xhci: Merge some xhci_xfer_x() functions into xhci_send_pipe() by Kevin O'Connor · 10 years ago
  18. 2ba8907 xhci: Move xhci_xfer_x() functions together by Kevin O'Connor · 10 years ago
  19. b33e31d xhci: Merge xhci_send_control with xhci_send_bulk by Kevin O'Connor · 10 years ago
  20. c427def xhci: Change xhci_update_pipe() to xhci_realloc_pipe() and use for alloc too by Kevin O'Connor · 10 years ago
  21. 98cdad3 usb: Rename usb_getFrameExp() to usb_get_period() by Kevin O'Connor · 10 years ago
  22. 20c9be3 usb: Rename ?hci_control() to ?hci_send_control() by Kevin O'Connor · 10 years ago
  23. 0f68130 usb: Perform device detect polling on all usb controllers. by Kevin O'Connor · 10 years ago
  24. dc6552c xhci: Change xhci_hub_detect() to use connect status instead of link state. by Kevin O'Connor · 10 years ago
  25. 7fb82b7 xhci: Add xhci_check_ports() and xhci_free_pipes() functions. by Kevin O'Connor · 10 years ago
  26. a76a4e1 xhci: Move root hub and setup code to top of file. by Kevin O'Connor · 10 years ago
  27. c46f5a9 xhci: Use high memory instead of low memory for internal storage. by Kevin O'Connor · 10 years ago
  28. b203013 xhci: Remove 16bit code wrappers. by Kevin O'Connor · 10 years ago
  29. ab8ef4a xhci: Call usb_desc2pipe() on xhci_update_pipe(). by Kevin O'Connor · 10 years ago
  30. 88fa227 xhci: Update the times for usb command timeouts. by Kevin O'Connor · 10 years ago
  31. 10572ed xhci: Use msleep() instead of mdelay() for port status delay. by Kevin O'Connor · 10 years ago
  32. 151d034 xhci: Add copyright notice to usb-xhci.c by Kevin O'Connor · 11 years ago
  33. 5c6fa33 xhci: Use the same endpoint initialization code in xhci_alloc_pipe() by Kevin O'Connor · 11 years ago
  34. 3de7382 usb: Move default pipe max packet size code from xhci to main code. by Kevin O'Connor · 11 years ago
  35. 386a81e xhci: Check if scratch pad allocation fails. by Kevin O'Connor · 11 years ago
  36. de30dad xhci: Run the XHCI driver entirely in 32bit mode. by Kevin O'Connor · 11 years ago
  37. 1540f92 xhci: Support USB hubs on xhci controllers. by Kevin O'Connor · 11 years ago
  38. 6ba9df0 xhci: Report the "protocol defined" and PSIC bits of extended capabilities. by Kevin O'Connor · 11 years ago
  39. 81b6482 xhci: Don't use a dummy endpoint count in configure command. by Kevin O'Connor · 11 years ago
  40. 20aeae7 xhci: Support xhci controllers with 64 byte contexts. by Kevin O'Connor · 11 years ago
  41. 81ee3bb xhci: Eliminate 'struct xhci_device'. by Kevin O'Connor · 11 years ago
  42. 4ea2fa9 xhci: Move set_address code from xhci_control to xhci_alloc_pipe. by Kevin O'Connor · 11 years ago
  43. d477d55 xhci: Allocate and free the xhci inctx structure on each use. by Kevin O'Connor · 11 years ago
  44. 347f363 xhci: Verify PAGESIZE register before initializing driver. by Kevin O'Connor · 11 years ago
  45. b6a4065 xhci: Set the interval parameter on interrupt pipes. by Kevin O'Connor · 11 years ago
  46. 1b830fe xhci: Fix incorrect direction setting on status transmissions. by Kevin O'Connor · 11 years ago
  47. 6bdc59f xhci: Use 64bit writes to ERDP register. by Kevin O'Connor · 11 years ago
  48. d42b795 xhci: allocate scratch pad buffers by Gerd Hoffmann · 11 years ago
  49. ec443ff usb: Replace EHCI to UHCI/OHCI synchronization with new scheme. by Kevin O'Connor · 11 years ago
  50. f08e847 hw/usb-xhci.c: Code refactoring to not override initializers in `speed_from_xhci[16]` by Paul Menzel · 11 years ago
  51. e144bb7 usb: add xhci support by Gerd Hoffmann · 11 years ago