summaryrefslogtreecommitdiff
path: root/payloads/libpayload/drivers/udc/chipidea.c
Commit message (Expand)AuthorAgeFilesLines
* 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-111-1/+0
* treewide: capitalize 'USB'Elyes HAOUAS2020-02-261-2/+2
* Change all clrsetbits_leXX() to clrsetbitsXX()Julius Werner2019-12-041-8/+8
* udc/chipidea: Allow force_shutdown of connectionFurquan Shaikh2015-06-301-7/+14
* libpayload udc: add interface to add string descriptorsPatrick Georgi2015-06-231-0/+1
* 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-181-0/+8
* libpayload: Add zero length packet support to UDC frameworkPatrick Georgi2015-04-181-0/+9
* libpayload: Add USB device mode driverPatrick Georgi2015-04-181-0/+472