| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix interrupt loop when switching from USB device to USB host mode by | hselasky | 2016-07-04 | 1 | -16/+18 |
* | Fix detection of USB device disconnects in USB host mode when the USB | hselasky | 2016-07-01 | 1 | -1/+4 |
* | dev/usb: minor spelling fixes in comments. | pfg | 2016-05-02 | 1 | -1/+1 |
* | Fix for directly connected FULL or LOW speed USB devices. | hselasky | 2016-01-05 | 1 | -6/+21 |
* | Avoid using the bounce buffer when the source or destination buffer is | hselasky | 2015-11-08 | 1 | -37/+139 |
* | Reduce the DWC OTG interrupt load by not reading all the host channel | hselasky | 2015-10-30 | 1 | -6/+11 |
* | Fixes for HIGH speed ISOCHRONOUS traffic. HS ISOCHRONOUS traffic at | hselasky | 2015-08-15 | 1 | -213/+234 |
* | Handle NYET high speed tokens and predict NAK'ing is up next. | hselasky | 2015-08-14 | 1 | -7/+13 |
* | Minor code refactor to avoid duplicating code. | hselasky | 2015-08-14 | 1 | -18/+9 |
* | Limit the number of times we loop inside the DWC OTG poll handler to | hselasky | 2015-07-31 | 1 | -1/+7 |
* | Optimise the DWC OTG host mode driver's receive path: | hselasky | 2015-07-28 | 1 | -48/+29 |
* | Optimise the DWC OTG host mode driver's transmit path: | hselasky | 2015-07-16 | 1 | -107/+73 |
* | Fix for control endpoint handling in the DWC OTG driver. The data | hselasky | 2015-06-02 | 1 | -56/+52 |
* | Fix for DWC OTG device side isochronous transfers. The even or odd | hselasky | 2015-05-19 | 1 | -2/+31 |
* | Make the FIFO configuration a bit more flexible for the DWC OTG in | hselasky | 2015-05-18 | 1 | -22/+19 |
* | Disable multi process interrupts, because the current code doesn't use | hselasky | 2015-04-23 | 1 | -9/+7 |
* | Add support for the DWC OTG v2 chipset found in the STM32F4 series of | hselasky | 2015-02-23 | 1 | -11/+40 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | hselasky | 2014-06-28 | 1 | -3/+2 |
* | Revert r267961, r267973: | gjb | 2014-06-27 | 1 | -2/+3 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | hselasky | 2014-06-27 | 1 | -3/+2 |
* | Fix for USB specification compliance. We need to accept both DATA0 and | hselasky | 2014-06-07 | 1 | -0/+16 |
* | Some further DWC OTG improvements for full speed and low speed devices: | hselasky | 2014-06-07 | 1 | -80/+58 |
* | Try to fix DWC OTG regression issues with full and low speed devices: | hselasky | 2014-06-05 | 1 | -225/+281 |
* | The external USB HUB in the RPI-B rejects control endpoint traffic | hselasky | 2014-06-04 | 1 | -3/+12 |
* | Add some more spinlocks to protect the state of the USB transfer | hselasky | 2014-05-29 | 1 | -27/+38 |
* | - Add softc pointer argument to FIFO functions as an optimisation. | hselasky | 2014-05-18 | 1 | -112/+164 |
* | Disable configuration of the host frame interval register until | hselasky | 2014-05-14 | 1 | -0/+7 |
* | Optimise host mode data roundtrip time. When BULK data is submitted to | hselasky | 2014-05-11 | 1 | -25/+69 |
* | Optimise host channel disabling: | hselasky | 2014-05-10 | 1 | -38/+67 |
* | Fix a regression issue: | hselasky | 2014-05-09 | 1 | -7/+7 |
* | Multiple DWC OTG host mode related fixes and improvements: | hselasky | 2014-05-09 | 1 | -711/+580 |
* | Reduce the number of interrupts in USB host mode for the DWC OTG | hselasky | 2014-05-06 | 1 | -83/+145 |
* | Improve DWC OTG USB host side support for isochronous FULL and HIGH | hselasky | 2014-05-05 | 1 | -253/+736 |
* | Add support for specifying USB controller mode via FDT. | hselasky | 2014-04-18 | 1 | -2/+7 |
* | USB method structures for USB controllers and USB pipes should be | hselasky | 2013-12-11 | 1 | -6/+6 |
* | Bugfix: The endpoint profile should only be checked in device mode when | hselasky | 2013-08-25 | 1 | -8/+12 |
* | Use string literals in string descriptors for marginally | hselasky | 2013-01-30 | 1 | -4/+2 |
* | Provide one global language string descriptor for | hselasky | 2013-01-30 | 1 | -6/+2 |
* | Modify the FreeBSD USB kernel code so that it can be compiled directly | hselasky | 2013-01-30 | 1 | -3/+5 |
* | Fix LOW and FULL speed USB INTERRUPT endpoint support for the | hselasky | 2012-11-09 | 1 | -40/+155 |
* | Add missing CTLFLAG_TUN flag to tunable sysctls in USB stack. | hselasky | 2012-10-26 | 1 | -2/+1 |
* | Correct NYET handling. Remove superfluous transfer complete interrupt mask. | hselasky | 2012-09-28 | 1 | -34/+23 |
* | Make sure the "wMaxPacketSize" limitations are respected. | hselasky | 2012-09-27 | 1 | -3/+28 |
* | Make sure we record NAK tokens in the TD structure for IN direction. | hselasky | 2012-09-27 | 1 | -61/+42 |
* | Make sure the DWC OTG host mode channels are given enough time to disable. | hselasky | 2012-09-26 | 1 | -1/+17 |
* | DWC OTG host mode improvements: | hselasky | 2012-09-24 | 1 | -3/+36 |
* | DWC OTG host mode improvements. Add support for the 3-strikes and you are | hselasky | 2012-09-23 | 1 | -445/+602 |
* | DWC OTG improvements. Implement full support for SPLIT transactions, in other | hselasky | 2012-09-14 | 1 | -205/+430 |
* | Fix TX FIFO sizes. Correct FIFO handling in Host mode. | hselasky | 2012-09-12 | 1 | -66/+83 |
* | Reduce DWC OTG polling rate by using the SOF interrupt. | hselasky | 2012-09-12 | 1 | -40/+75 |