index
:
plan9front.git
cosa
front
gicv2
gicvn
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
src
/
9
/
port
/
usbxhci.c
Age
Commit message (
Expand
)
Author
2023-05-01
usbxhci: add some robustness checks
cinap_lenrek
2023-05-01
usbxhci: fix command ring wrap crash
cinap_lenrek
2022-12-03
usbxhci: cleanup
cinap_lenrek
2022-12-03
usbxhci: split usbxhci in portable and pci / soc specific drivers
cinap_lenrek
2022-11-12
usbxhci: wait for reset to complete before continuing initialization
Michael Forney
2022-09-18
usbxhci: eliminate "set but not used" warning
cinap_lenrek
2022-07-31
usb: fix ehci isochronous "in" split transactions
cinap_lenrek
2022-02-21
usbxhci: endpoint address needs to be masked with Epmax from endpoint number
cinap_lenrek
2021-11-26
kernel: support large 64-bit pci membars, increase pc64 VMAPSIZE to 1TB
cinap_lenrek
2021-10-13
usbxhci: xhcirecover proc does not need to check status every 10ms
cinap_lenrek
2020-09-13
kernel: massive pci code rewrite
cinap_lenrek
2020-06-21
usbxhci: implement isochronous in transfers (for webcam, audio recording)
cinap_lenrek
2020-06-06
usbxhci: use 64-bit physical addresses
cinap_lenrek
2020-05-10
usbxhci: fix wrong control endpoint 0 output device context address
cinap_lenrek
2019-09-22
usbxhci: fix endpoint stall recovery, handle Ep.clrhalt flag
cinap_lenrek
2019-07-17
usbxhci: implement portable dma flush operations and move to port/
cinap_lenrek