index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
hw
/
usb-xhci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb/xhci: add support for mmio host adapters (via acpi).
Gerd Hoffmann
2020-10-13
1
-0
/
+31
*
usb/xhci: split xhci setup into generic and pci parts
Gerd Hoffmann
2020-10-13
1
-13
/
+27
*
USB:Fix xHCI initail fail by using longer reset and CNR clear timeout value
weitaowang-oc@zhaoxin.com
2020-09-30
1
-2
/
+2
*
xhci: Verify the device is still present in xhci_cmd_submit()
Kevin O'Connor
2017-10-09
1
-0
/
+11
*
xhci: Build TRBs directly in xhci_trb_queue()
Kevin O'Connor
2017-10-03
1
-105
/
+59
*
usb-xhci: use hub portmap
Gerd Hoffmann
2017-07-25
1
-4
/
+41
*
usb-xhci: Remove unused const variables
Kevin O'Connor
2016-05-16
1
-14
/
+0
*
pci: Split low-level pci code from higher-level 'struct pci_device' code
Kevin O'Connor
2016-02-03
1
-1
/
+1
*
pci: Implement '%pP' printf handler for 'struct pci_device' pointers
Kevin O'Connor
2016-02-03
1
-4
/
+3
*
xhci: Convert to new PCI BAR helper functions
Kevin O'Connor
2016-02-02
1
-13
/
+14
*
usb: Eliminate USB controller setup thread
Kevin O'Connor
2016-02-02
1
-1
/
+0
*
usb: Remove usbdev->slotid field
Kevin O'Connor
2016-01-07
1
-2
/
+4
*
xhci: Disable slot on failed set_address command
Kevin O'Connor
2015-12-20
1
-3
/
+8
*
xhci: Improve port status change debugging
Kevin O'Connor
2015-12-20
1
-3
/
+9
*
xhci: Wait for port enable even for USB3 devices
Kevin O'Connor
2015-12-20
1
-22
/
+21
*
xhci: Check for device disconnects during USB2 reset polling
Kevin O'Connor
2015-11-19
1
-5
/
+19
*
xhci: Minor - add USB port type comments to xhci_hub_reset()
Kevin O'Connor
2015-08-24
1
-0
/
+2
*
xhci: Count new Max Scratchpad Bufs bits from XHCI 1.1
Julius Werner
2015-08-10
1
-1
/
+1
*
Make sure all code checks for malloc failures
Kevin O'Connor
2015-07-04
1
-1
/
+8
*
usb: Control transfers always have an 8 byte command size
Kevin O'Connor
2015-01-07
1
-2
/
+3
*
xhci: Merge some xhci_xfer_x() functions into xhci_send_pipe()
Kevin O'Connor
2015-01-07
1
-62
/
+18
*
xhci: Move xhci_xfer_x() functions together
Kevin O'Connor
2015-01-07
1
-81
/
+81
*
xhci: Merge xhci_send_control with xhci_send_bulk
Kevin O'Connor
2015-01-07
1
-30
/
+15
*
xhci: Change xhci_update_pipe() to xhci_realloc_pipe() and use for alloc too
Kevin O'Connor
2014-10-16
1
-5
/
+9
*
usb: Rename usb_getFrameExp() to usb_get_period()
Kevin O'Connor
2014-10-16
1
-1
/
+1
*
usb: Rename ?hci_control() to ?hci_send_control()
Kevin O'Connor
2014-10-16
1
-2
/
+2
*
usb: Perform device detect polling on all usb controllers.
Kevin O'Connor
2014-09-16
1
-3
/
+5
*
xhci: Change xhci_hub_detect() to use connect status instead of link state.
Kevin O'Connor
2014-09-10
1
-9
/
+1
*
xhci: Add xhci_check_ports() and xhci_free_pipes() functions.
Kevin O'Connor
2014-09-10
1
-10
/
+27
*
xhci: Move root hub and setup code to top of file.
Kevin O'Connor
2014-09-10
1
-285
/
+290
*
xhci: Use high memory instead of low memory for internal storage.
Kevin O'Connor
2014-09-10
1
-3
/
+3
*
xhci: Remove 16bit code wrappers.
Kevin O'Connor
2014-09-10
1
-70
/
+48
*
xhci: Call usb_desc2pipe() on xhci_update_pipe().
Kevin O'Connor
2014-09-09
1
-17
/
+20
*
xhci: Update the times for usb command timeouts.
Kevin O'Connor
2014-06-14
1
-2
/
+2
*
xhci: Use msleep() instead of mdelay() for port status delay.
Kevin O'Connor
2014-05-08
1
-1
/
+1
*
xhci: Add copyright notice to usb-xhci.c
Kevin O'Connor
2014-01-29
1
-0
/
+7
*
xhci: Use the same endpoint initialization code in xhci_alloc_pipe()
Kevin O'Connor
2014-01-29
1
-45
/
+29
*
usb: Move default pipe max packet size code from xhci to main code.
Kevin O'Connor
2014-01-29
1
-9
/
+2
*
xhci: Check if scratch pad allocation fails.
Kevin O'Connor
2014-01-29
1
-0
/
+6
*
xhci: Run the XHCI driver entirely in 32bit mode.
Kevin O'Connor
2014-01-29
1
-7
/
+6
*
xhci: Support USB hubs on xhci controllers.
Kevin O'Connor
2014-01-29
1
-10
/
+57
*
xhci: Report the "protocol defined" and PSIC bits of extended capabilities.
Kevin O'Connor
2014-01-29
1
-2
/
+4
*
xhci: Don't use a dummy endpoint count in configure command.
Kevin O'Connor
2014-01-29
1
-1
/
+1
*
xhci: Support xhci controllers with 64 byte contexts.
Kevin O'Connor
2014-01-29
1
-28
/
+39
*
xhci: Eliminate 'struct xhci_device'.
Kevin O'Connor
2014-01-29
1
-90
/
+56
*
xhci: Move set_address code from xhci_control to xhci_alloc_pipe.
Kevin O'Connor
2014-01-29
1
-33
/
+34
*
xhci: Allocate and free the xhci inctx structure on each use.
Kevin O'Connor
2014-01-29
1
-43
/
+61
*
xhci: Verify PAGESIZE register before initializing driver.
Kevin O'Connor
2014-01-29
1
-7
/
+16
*
xhci: Set the interval parameter on interrupt pipes.
Kevin O'Connor
2014-01-29
1
-0
/
+2
*
xhci: Fix incorrect direction setting on status transmissions.
Kevin O'Connor
2014-01-29
1
-3
/
+3
[next]