summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* libpayload: usb: dwc2: check device connect state before enable channelYunzhi Li2015-09-171-0/+3
* libpayload: usb: dwc2: fix hub hot-plug bugYunzhi Li2015-09-171-2/+4
* libpayload: usb: dwc2: Always return 'size' transferred bytes for OUTJulius Werner2015-08-281-1/+1
* libpayload: usb: dwc2: fix usb plug/unplug bugYunzhi Li2015-08-192-2/+18
* libpayload: usb: xhci: Fix list of cleared port change bitsJulius Werner2015-08-141-1/+1
* libpayload: usb: xhci: Count new Max Scratchpad Bufs bits from XHCI 1.1Julius Werner2015-08-142-4/+7
* libpayload: usb: dwc2: fix short packet transferYunzhi Li2015-08-141-11/+18
* libpayload: usb: Fixup wrong use of configChunfeng Yun2015-08-141-2/+2
* libpayload: xhci: Carry over fixes from Chromium treeJulius Werner2015-08-142-12/+13
* libpayload: usb: don't prematurely free the usb deviceAaron Durbin2015-08-131-2/+4
* libpayload: usb: Add support for SuperSpeed hubsJulius Werner2015-07-184-18/+46
* libpayload: usb: xhci: Prevent address reuseJulius Werner2015-07-182-12/+70
* libpayload: usb: dwc2: support split transactionYunzhi Li2015-07-164-36/+156
* libpayload: usb: dwc2: support interrupt transferYunzhi Li2015-07-062-9/+119
* libpayload: Make Kconfig bools use IS_ENABLED()Stefan Reinauer2015-06-306-20/+20
* libpayload: add UDC driver for Designware controllerhuang lin2015-06-301-615/+1
* Remove empty lines at end of fileElyes HAOUAS2015-06-083-3/+0
* libpayload: usb: Support MTK xHCI host controllerYidi Lin2015-06-035-2/+56
* libpayload: usb: Max packet size of SuperSpeed control EPs should be 512.Chunfeng Yun2015-06-031-1/+1
* Remove address from GPLv2 headersPatrick Georgi2015-05-214-4/+4
* libpayload: Fix passing BAR to EHCI driverPatrick Georgi2015-05-121-2/+2
* libpayload: Guard PCI using code appropriately in XHCI driverPatrick Georgi2015-05-041-0/+4
* libpayload: usb: fix compilation error in debug fuctionHarry Pan2015-04-221-1/+1
* libpayload dwc2: use bus addresses for buffersIonela Voinescu2015-04-141-1/+2
* libpayload dwc2: Use a new FIFO allocation methodhuang lin2015-04-142-6/+33
* libpayload: Add dwc2 usb driverhuang lin2015-04-145-0/+1219
* libpayload: PCI bus scan - Eliminate endless loopLee Leahy2015-04-091-3/+7
* libpayload: usb: xhci: set ENT flag in last Normal TRBSourabh Banerjee2015-03-232-0/+11
* libpayload: EHCI: Support root-hub TT featureJim Lin2015-03-233-8/+24
* libpayload ehci: Use 64-byte aligned data structures for periodic transfersJim Lin2015-03-211-1/+2
* libpayload: EHCI: Fix transaction error for interrupt transferJim Lin2015-03-211-1/+1
* libpayload/usb: wait a millisecond to work around device bugsPatrick Georgi2015-03-191-0/+3
* libpayload EHCI: Add memory barrier to EHCI driverFurquan Shaikh2015-03-191-0/+9
* libpayload: Don't try to free individual xhci device slotsPatrick Georgi2015-03-041-1/+0
* libpayload: Improve sanity checking in UHCI driverPatrick Georgi2015-02-231-1/+1
* libpayload: avoid use-after-free in OHCI driverPatrick Georgi2015-02-231-3/+3
* libpayload: avoid memory overflowsPatrick Georgi2015-01-031-0/+5
* libpayload: Fix pointer related castsFurquan Shaikh2014-12-311-1/+1
* libpayload: usb: xhci: Fix TD size if it overflows 5 bitsRajmohan Mani2014-12-312-1/+3
* libpayload: Clean up USB build warningsMarc Jones2014-12-302-4/+6
* libpayload: usbmsc: Implement limited LUN supportJulius Werner2014-12-301-17/+24
* libpayload: usbmsc: Set correct allocation length for REQUEST SENSEJulius Werner2014-12-301-7/+15
* libpayload: usb: Try to avoid reusing device addressesJulius Werner2014-12-221-3/+11
* libpayload: usb: Detach unused USB devicesShawn Nematbakhsh2014-12-171-0/+5
* libpayload: usb: Remove automatic clear_stall() calls from transfersJulius Werner2014-11-132-4/+1
* libpayload: usb: Fix up usb_shutdown() code pathsJulius Werner2014-11-138-87/+48
* libpayload: usb: ehci: Honor 10ms reset recovery periodJulius Werner2014-10-291-2/+4
* libpayload: usb: Make OHCI work with ARM systemsJulius Werner2014-10-222-23/+62
* libpayload: usb: xhci: Fix STALL endpoint handlingShawn Nematbakhsh2014-10-221-10/+3
* libpayload: usb: xhci: Treat port reset as a port status changeShawn Nematbakhsh2014-10-021-1/+1