summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/drivers/udc/dwc2.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* payloads: Fix typosElyes HAOUAS2020-02-171-2/+2
* 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-311-4/+0
* libpayload: Fix building dwc2 UDC driverPatrick Georgi2015-10-291-3/+3
* license headers: Drop FSF addresses againPatrick Georgi2015-08-091-1/+1
* libpayload: udc: dwc2: support force_shutdown() routineYunzhi Li2015-07-061-12/+20
* libpayload: add UDC driver for Designware controllerhuang lin2015-06-301-0/+937