summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/controller
Commit message (Expand)AuthorAgeFilesLines
* Integrate Efika MX project back to home.ray2013-03-201-0/+282
* Fix spelling.hselasky2013-03-201-1/+2
* Resolve a LOR after r246616. Protect control requests using the USB devicehselasky2013-02-131-6/+12
* Add defines to more easily allow a single threaded version of the FreeBSDhselasky2013-02-053-39/+33
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-301-1/+2
* Do not unnecessarily split a string literal, becausehselasky2013-01-301-2/+2
* Use string literals in string descriptors for marginallyhselasky2013-01-306-25/+12
* Provide one global language string descriptor forhselasky2013-01-306-36/+12
* Modify the FreeBSD USB kernel code so that it can be compiled directlyhselasky2013-01-3011-26/+75
* Add missing NULL pointer check.hselasky2013-01-301-0/+6
* Shave off another register write to save some morehselasky2013-01-081-12/+17
* Optimise the XHCI interrupt handling.hselasky2013-01-071-2/+6
* - Add support for Etron EJ168 USB 3.0 Host Controllers.hselasky2012-12-012-20/+52
* Fix LOW and FULL speed USB INTERRUPT endpoint support for thehselasky2012-11-093-41/+159
* Allow using the embedded EHCI host controller in Freescale SoCsmarcel2012-11-032-6/+12
* Add missing CTLFLAG_TUN flag to tunable sysctls in USB stack.hselasky2012-10-266-21/+17
* Make several timing parameters of the USB enumeration sequence tuneable.hselasky2012-10-243-4/+4
* Inherit USB mode from RootHUB port where the USB device is connected.hselasky2012-10-019-36/+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-273-63/+43
* Make sure the DWC OTG host mode channels are given enough time to disable.hselasky2012-09-262-1/+18
* 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-233-458/+627
* DWC OTG improvements. Implement full support for SPLIT transactions, in otherhselasky2012-09-143-208/+445
* Fix TX FIFO sizes. Correct FIFO handling in Host mode.hselasky2012-09-122-66/+84
* Reduce DWC OTG polling rate by using the SOF interrupt.hselasky2012-09-122-42/+75
* Fix missing parts of DWC OTG host mode support. The host mode supporthselasky2012-09-112-193/+168
* Poll VBUS status every second, hence the AT91 GPIO library doesn't supporthselasky2012-09-102-51/+15
* Fix for IRQ hang in DWC OTG host mode.hselasky2012-09-101-19/+27
* Cleanup interrupt handling in Host Mode.hselasky2012-09-102-45/+45
* Implement missing USB suspend and resume support for DWC OTG driver.hselasky2012-09-091-6/+60
* Add support for DWC OTG.hselasky2012-09-091-0/+3
* Add support for host mode to the DWC OTG controller driver.hselasky2012-09-093-193/+1174
* Add more DWC OTG register definitions.hselasky2012-09-031-3/+21
* Preparations for adding USB HOST mode to the DWC OTG driver.hselasky2012-08-303-506/+980
* Add tunable for XHCI port routing.hselasky2012-08-233-5/+19
* Style.hselasky2012-08-211-1/+1
* Fix USB drivers for KB920X target.hselasky2012-08-212-6/+26
* Compile fix.hselasky2012-08-121-1/+0
* Add support for the so-called streams feature of BULK endpointshselasky2012-08-128-64/+157
* Make this compile again. Also note that it is AT91RM9200+KB9202Bimp2012-07-271-2/+2
* Minor style(9) nit.imp2012-07-271-0/+1
* For Intel Panther/Lynx Point USB 3.0 xHCI controllers enable SuperSpeed USBmav2012-07-172-0/+14
* Add IDs for some USB controllers I have around. Just a cosmetics.mav2012-07-023-4/+25
* Import EHCI attachment driver for Freescale integrated controller.raj2012-05-261-0/+423
* Make the VIA workaround application somewhat more consistent with themarius2012-05-261-1/+2
* Make the VIA workaround actually do its intended job.marius2012-05-261-1/+1
* Make sure the EHCI bandwidth allocation algorithmhselasky2012-05-031-0/+18
* Add support for Multi-TT mode of modern USB HUBs.hselasky2012-04-292-38/+52
OpenPOWER on IntegriCloud