summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
...
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-135-30/+30
* payloads: Add whitespace around '<<'Elyes HAOUAS2017-06-285-91/+91
* libpayload/drivers/usb/ehci_private.h: Add brackets around macroElyes HAOUAS2017-06-271-1/+1
* libpayload/drivers/usb/xhci_private.h: Add parentheses around macroElyes HAOUAS2017-06-271-12/+12
* libpayload/drivers/usb/ohci_private.h: Add brackets around macroElyes HAOUAS2017-06-271-2/+2
* libpayload: usbhub: Force enumeration of all connected ports on initJulius Werner2017-03-151-1/+21
* libpayload: usb: Reset ohci controller when trying to shutdown ohciJeffy Chen2017-01-131-0/+1
* libpayload: usb: handle situation with no free device addressPatrick Georgi2017-01-061-0/+2
* libpayload: xhci: plug leakPatrick Georgi2017-01-061-0/+1
* libpayload: Reintroduce CONFIG_LP_CHROMEOS to set suitable defaultsJulius Werner2016-10-171-4/+4
* Fix newlines at the end of filesMartin Roth2016-09-021-1/+0
* libpayload: split "Drivers" config section in KconfigAntonello Dettori2016-08-021-0/+129
* libpayload: usb: xhci: Support rockchip xHCI controllerLiangfeng Wu2016-06-122-6/+15
* libpayload: xhci: Set MPS based on speedVaradarajan Narayanan2016-05-092-1/+15
* libpayload: xhci: Add delay to get reset working more reliablyRajmohan Mani2015-11-051-0/+11
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-314-16/+0
* libpayload: usbmsc: Add small delay during initialization to fix CZ60Julius Werner2015-10-291-0/+3
* libpayload: usb: Retry get_descriptor() on failureShawn Nematbakhsh2015-10-271-9/+26
* 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