aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Avoid the USB device disconnected and controller shutdown clutter on systemMarius Strobl2014-06-102-8/+13
* Resolve a deadlock setting the USB configuration index from userspaceHans Petter Selasky2014-06-087-73/+133
* Make WITNESS happy by giving USB mutexes different names.Hans Petter Selasky2014-06-071-2/+2
* Fix for USB specification compliance. We need to accept both DATA0 andHans Petter Selasky2014-06-071-0/+16
* Some further DWC OTG improvements for full speed and low speed devices:Hans Petter Selasky2014-06-072-83/+59
* - Verify that we don't load more data into a FIFO than it isHans Petter Selasky2014-06-052-32/+33
* Need to check the transfer cache field in the device done functionHans Petter Selasky2014-06-051-1/+1
* Try to fix DWC OTG regression issues with full and low speed devices:Hans Petter Selasky2014-06-052-228/+290
* Remove D-Link DWA140 rev D1 by accident.Kevin Lo2014-06-051-0/+1
* More RSU fixes:Hans Petter Selasky2014-06-041-4/+11
* The external USB HUB in the RPI-B rejects control endpoint trafficHans Petter Selasky2014-06-041-3/+12
* Fixes for the RSU driver:Hans Petter Selasky2014-06-042-85/+53
* Change type of the DMA address so that on PAE platforms we get canHans Petter Selasky2014-06-021-2/+2
* Add basic support for isochronous transfers in host mode to theHans Petter Selasky2014-06-012-11/+260
* It appears the ISP/SAF1761 sometimes is busy when reading the statusHans Petter Selasky2014-05-301-19/+21
* Make driver detach code in USB mass storage test optional.Hans Petter Selasky2014-05-303-1/+6
* Add ISP/SAF1761 bootloader bus interface file.Hans Petter Selasky2014-05-301-0/+146
* Add support for basic read, write and read capacity disk operations toHans Petter Selasky2014-05-302-2/+113
* Add some more spinlocks to protect the state of the USB transferHans Petter Selasky2014-05-291-27/+38
* Hook the ISP/SAF1761 driver into MIPS kernel builds.Hans Petter Selasky2014-05-292-4/+4
* Optimise the ISP/SAF1761 driver:Hans Petter Selasky2014-05-293-43/+266
* Fixes for ISP/SAF1761 host mode:Hans Petter Selasky2014-05-283-64/+133
* - Correct bus space resource type for register access.Hans Petter Selasky2014-05-273-3/+17
* Multiple fixes and improvements:Hans Petter Selasky2014-05-273-360/+520
* - Improve performance by fixing incorrect Rx/Tx handlingKevin Lo2014-05-273-232/+180
* Remove r264317 by accident.Kevin Lo2014-05-271-0/+1
* Make SAF1761 driver endian safe.Hans Petter Selasky2014-05-251-11/+19
* - Give firmware loading more time.Hans Petter Selasky2014-05-221-2/+2
* - Fix a bug where the TLBPC value was forced to being odd for INHans Petter Selasky2014-05-221-11/+5
* - Stop transfers when RSU init fails.Hans Petter Selasky2014-05-221-26/+41
* Implement interrupt endpoint methods for host mode transfers.Hans Petter Selasky2014-05-212-1/+194
* - Split transmit queue into one for each type. Apparently there willHans Petter Selasky2014-05-212-105/+94
* - Replace some constants with macros.Hans Petter Selasky2014-05-212-64/+99
* - Configure Rx bulkKevin Lo2014-05-211-16/+45
* Avoid starting a USB transfer inside the callback function, rightHans Petter Selasky2014-05-211-9/+10
* - The DELAY() should not be used in USB drivers.Hans Petter Selasky2014-05-201-27/+34
* - The DELAY() should not be used in USB drivers.Hans Petter Selasky2014-05-201-15/+21
* Correct some programming details. The layout of the PDTs wereHans Petter Selasky2014-05-202-55/+109
* Make sure detach code is executed in all cases. This fixes a panicHans Petter Selasky2014-05-201-3/+1
* - Remove no longer used file. FDT is used to attach device drivers.Hans Petter Selasky2014-05-181-200/+0
* - Add softc pointer argument to FIFO functions as an optimisation.Hans Petter Selasky2014-05-187-116/+178
* Remove some unused variables.Christian Brueffer2014-05-161-2/+0
* Enable host controller interrupts.Hans Petter Selasky2014-05-162-4/+25
* Remove old files.Hans Petter Selasky2014-05-164-3327/+0
* Fix a compile warning about unused variable.Hans Petter Selasky2014-05-161-5/+2
* Rename "saf1761_dci_xxx" into "saf1761_otg_xxx" to reflect that thisHans Petter Selasky2014-05-164-0/+3327
* Implement basic support for the USB host controller found in theHans Petter Selasky2014-05-163-66/+775
* - Allow the SAF1761 driver to attach to the root HUB USB driver.Hans Petter Selasky2014-05-161-0/+1
* - Add flattended device tree probe-, attach- and detach code for theHans Petter Selasky2014-05-161-0/+183
* - Correct some programming details for the SAF1761 driver.Hans Petter Selasky2014-05-163-29/+107