summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* 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
* libpayload: usb: Remove generic roothub reset port functionShawn Nematbakhsh2014-10-023-37/+18
* libpayload: usbhid: Fix typo on descriptor parsingJulius Werner2014-09-101-1/+1
* libpayload: ehci: Fix byte count in dump_td()Julius Werner2014-09-101-1/+1
* libpayload: usb: Refactor USB enumeration to fix SuperSpeed devicesJulius Werner2014-09-046-263/+287
* libpayload: usb: Unify USB speed between XHCI stack and USB coreJulius Werner2014-09-049-95/+97
* libpayload: xhci: Ensure to reset dequeue pointer on stopped endpointsJulius Werner2014-08-311-4/+4
* libpayload: usb: Allow direct instantiation of MMIO host controllersJulius Werner2014-08-281-18/+21
* libpayload: usb: Fix several minor USB stack bugsJulius Werner2014-08-194-9/+21
* libpayload: usbmsc: Remove DETACHED state from MSC device structureJulius Werner2014-08-181-61/+22
* libpayload: xhci: Make XHCI stack usable on ARMJulius Werner2014-08-147-158/+216
* libpayload: Make EHCI driver cache-awareJulius Werner2014-08-142-25/+83
* libpayload: Add in a missing "static".Gabe Black2014-08-141-1/+1
* libpayload: Reduce media init timeout to 5 seconds.Shawn Nematbakhsh2014-08-141-2/+4
OpenPOWER on IntegriCloud