summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/controller/dwc_otg.c
Commit message (Expand)AuthorAgeFilesLines
* Use string literals in string descriptors for marginallyhselasky2013-01-301-4/+2
* Provide one global language string descriptor forhselasky2013-01-301-6/+2
* Modify the FreeBSD USB kernel code so that it can be compiled directlyhselasky2013-01-301-3/+5
* Fix LOW and FULL speed USB INTERRUPT endpoint support for thehselasky2012-11-091-40/+155
* Add missing CTLFLAG_TUN flag to tunable sysctls in USB stack.hselasky2012-10-261-2/+1
* Correct NYET handling. Remove superfluous transfer complete interrupt mask.hselasky2012-09-281-34/+23
* Make sure the "wMaxPacketSize" limitations are respected.hselasky2012-09-271-3/+28
* Make sure we record NAK tokens in the TD structure for IN direction.hselasky2012-09-271-61/+42
* Make sure the DWC OTG host mode channels are given enough time to disable.hselasky2012-09-261-1/+17
* DWC OTG host mode improvements:hselasky2012-09-241-3/+36
* DWC OTG host mode improvements. Add support for the 3-strikes and you arehselasky2012-09-231-445/+602
* DWC OTG improvements. Implement full support for SPLIT transactions, in otherhselasky2012-09-141-205/+430
* Fix TX FIFO sizes. Correct FIFO handling in Host mode.hselasky2012-09-121-66/+83
* Reduce DWC OTG polling rate by using the SOF interrupt.hselasky2012-09-121-40/+75
* Fix missing parts of DWC OTG host mode support. The host mode supporthselasky2012-09-111-192/+164
* Fix for IRQ hang in DWC OTG host mode.hselasky2012-09-101-19/+27
* Cleanup interrupt handling in Host Mode.hselasky2012-09-101-44/+45
* Implement missing USB suspend and resume support for DWC OTG driver.hselasky2012-09-091-6/+60
* Add support for host mode to the DWC OTG controller driver.hselasky2012-09-091-183/+1138
* Preparations for adding USB HOST mode to the DWC OTG driver.hselasky2012-08-301-222/+223
* Add support for the so-called streams feature of BULK endpointshselasky2012-08-121-5/+8
* Fix compiler warnings, mostly signed issues,hselasky2012-04-021-4/+3
* Fix for DWC OTG interrupt register programming.hselasky2012-03-051-18/+41
* Add support for the DesignWare USB 2.0 OTG controller chipset.hselasky2012-01-211-0/+2612
OpenPOWER on IntegriCloud