summaryrefslogtreecommitdiff
path: root/payloads/libpayload/drivers/udc
Commit message (Expand)AuthorAgeFilesLines
* libpayload: Fix compiler warningsThomas Heijligen2022-11-211-1/+1
* x86/cache.c: Implement dcache_*Hsin-Te Yuan2022-09-011-3/+3
* payloads: Drop unneeded empty linesElyes HAOUAS2020-09-211-1/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-115-5/+0
* treewide: capitalize 'USB'Elyes HAOUAS2020-02-262-3/+3
* payloads: Fix typosElyes HAOUAS2020-02-171-2/+2
* Change all clrsetbits_leXX() to clrsetbitsXX()Julius Werner2019-12-041-8/+8
* payloads: Add whitespace around '<<'Elyes HAOUAS2017-06-281-1/+1
* Remove extra newlines from the end of all coreboot files.Martin Roth2016-07-311-1/+0
* libpayload: udc/dwc2: Ignore setup packet in check for queue emptyFurquan Shaikh2015-11-131-1/+13
* libpayload/udc: dwc2: Add handler for add_stringsFurquan Shaikh2015-11-101-0/+1
* libpayload/udc: dwc2: Add timeout for shutdown operationFurquan Shaikh2015-11-101-1/+9
* libpayload: Avoid confusing usb debug output in dwc2 driverPatrick Georgi2015-11-051-2/+2
* libpayload: Fix building dwc2 UDC driver with debug enabledPatrick Georgi2015-11-051-1/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-312-8/+0
* libpayload: Fix building dwc2 UDC driverPatrick Georgi2015-10-291-3/+3
* license headers: Drop FSF addresses againPatrick Georgi2015-08-092-2/+2
* libpayload: udc: dwc2: support force_shutdown() routineYunzhi Li2015-07-061-12/+20
* libpayload: add UDC driver for Designware controllerhuang lin2015-06-302-0/+1002
* UDC: Correct cleaning out memory for string descriptorsFurquan Shaikh2015-06-301-1/+1
* udc/chipidea: Allow force_shutdown of connectionFurquan Shaikh2015-06-301-7/+14
* libpayload udc: add interface to add string descriptorsPatrick Georgi2015-06-232-0/+69
* Remove empty lines at end of fileElyes HAOUAS2015-06-081-1/+0
* libpayload udc: Support legal edge case of GET_CONFIGURATION callPatrick Georgi2015-04-181-2/+3
* libpayload udc: Only enable configuration if it's validPatrick Georgi2015-04-181-4/+4
* libpayload: Enforce strict packet handling order in ChipIdea driverPatrick Georgi2015-04-181-12/+36
* libpayload: More defensive ChipIdea initializationPatrick Georgi2015-04-181-0/+3
* libpayload udc: Clear bit when it needs clearingPatrick Georgi2015-04-181-1/+1
* libpayload udc: Deconfigure device when necessaryPatrick Georgi2015-04-182-7/+21
* libpayload: Add zero length packet support to UDC frameworkPatrick Georgi2015-04-182-4/+33
* libpayload: Add USB device mode driverPatrick Georgi2015-04-183-0/+967