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