summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/dwc2/dwc2_hcdqueue.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
|
* kill RCSID macros; discussed with millertderaadt2017-06-291-6/+1
|
* Convert list_head lists into TAILQs and LISTs and fix up header includesjmatthew2015-06-281-26/+38
| | | | | | so we can build dwc2 without extra stuff. tested by several edgerouter lite owners, ok jasper@
* De-static for backtracing, but using #define to not change indent (for now).uebayasi2015-02-121-15/+15
|
* Convert pool(9) usages.uebayasi2015-02-101-4/+4
|
* s/mutex/mtx/uebayasi2015-02-101-4/+4
| | | | | | | | s/pool_cache/pool/ s/callout/timeout/ s/kmem/malloc/ s/workqueue/taskq/ s/softint/softintr/
* Convert header paths.uebayasi2015-02-101-9/+10
|
* Add RCS IDs.uebayasi2015-02-101-0/+3
|
* Redo dwc2 import with CVS tags expanded.uebayasi2015-02-101-2/+2
|
* Import dwc2 core and glue code from NetBSD. OK deraadt@ jsing@ miod@ mpi@uebayasi2015-02-101-0/+913