aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/controller
Commit message (Expand)AuthorAgeFilesLines
...
* Add new USB v2.0 PCI ID.Hans Petter Selasky2018-11-021-0/+3
* Fix for reception of large full speed isochronous frames via the transactionHans Petter Selasky2018-10-161-7/+22
* Remove Atmel AT91RM9200 and AT91SAM9 support.Warner Losh2018-07-278-3944/+0
* Remove kernel support for armebWarner Losh2018-07-171-323/+0
* Add PCI IDs for AMD X370 AHCI and XHCI.Mark Johnston2018-07-121-1/+2
* Detach all children before beginning to tear down the hardware, instead ofIan Lepore2018-07-051-9/+6
* Describe Fresco Logic FL1100 USB 3.0 controllers.Marius Strobl2018-05-281-0/+2
* Improve fix in r304629 by allowing configuration of the behaviourHans Petter Selasky2018-04-303-5/+18
* Clean up OF_getprop_alloc APIOleksandr Tymoshenko2018-04-081-1/+1
* If sc->sc_ep_max is already set use it to find the number of RX and TXAndrew Turner2018-03-231-6/+11
* Increase the size of the endpoint buffers. They are double buffered soAndrew Turner2018-03-221-1/+1
* Use a table to find the endpoint configurationAndrew Turner2018-03-212-28/+52
* Do not try to deallocate memory that wasn't allocated (you'd think thatIan Lepore2018-02-171-1/+4
* Add basic driver for Qualcomm USB 2.0 EHCI controller.Ruslan Bukin2018-01-251-0/+231
* Convert extres/phy to kobj model.Michal Meloun2018-01-201-2/+2
* Add AHCI/XHCI device IDs found on AMD 1950X+X399 systemConrad Meyer2017-12-291-0/+2
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-254-10/+1
* Add AHCI/XHCI device IDs found on AMD Ryzen+B350 system.Alexander Motin2017-12-221-0/+4
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2740-0/+80
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Improve HW type checking in mv_ehci driverMarcin Wojtas2017-09-111-8/+19
* Add support for Armada 3700 EHCIMarcin Wojtas2017-09-091-7/+12
* Add support for xhci in Armada 3700 and 7k/8kMarcin Wojtas2017-09-091-0/+2
* Add new Intel Lewisburg and Union Point chipset PCI IDs.Alexander Motin2017-08-091-0/+4
* Put an #ifdef notyet wrapper around a function that's not being used yet,Ian Lepore2017-07-131-0/+2
* Support the "disable-over-current" property for imx ehci controllers.Ian Lepore2017-07-131-15/+170
* Implement fix for BULK IN-token retry mechanism. When the hardware isHans Petter Selasky2017-07-071-2/+27
* Add some device IDs for Intel Denverton SoCs.Alexander Motin2017-06-211-0/+2
* Describe Intel Apollo Lake and Braswell USB 3.0 controllers.Marius Strobl2017-05-141-0/+4
* Add IDs for Intel Cougar Point USB 2.0 controller.Alexander Motin2017-04-021-0/+4
* Add compatible string.Ruslan Bukin2017-02-281-1/+7
* Add ID for NEC uPD720202 xHCI controller.Bruce M Simpson2017-02-271-0/+2
* Enable usb low and full speed devices connected to the imx6 root hubs.Ian Lepore2017-02-121-1/+2
* Fix problem with suspend and resume when using Skylake chipsets. MakeHans Petter Selasky2017-01-193-16/+35
* Use the post-reset hook to force the controller to host mode. This willIan Lepore2017-01-101-2/+19
* Declare dwc_otg_detach as non-static (same as dwc_otg_attach),Ruslan Bukin2016-11-172-2/+2
* Allow operation with UTMI+ phy.Ruslan Bukin2016-11-172-8/+26
* Add some device IDs found in my new laptop.Alexander Motin2016-11-091-0/+2
* Fix device delete child function.Hans Petter Selasky2016-10-1718-111/+0
* Make BCM28x USB driver compatible with upstream device treeOleksandr Tymoshenko2016-10-121-1/+6
* Don't separate the status stage of the XHCI USB control transfers intoHans Petter Selasky2016-08-221-0/+4
* Fix for invalid use of bits in input context. Basically splitHans Petter Selasky2016-08-221-6/+8
* sys/dev: replace comma with semicolon when pertinent.Pedro F. Giffuni2016-08-091-6/+6
* Add a generic EHCI USB driver based on the Allwinner A10 driver. It is ACPIAndrew Turner2016-07-291-0/+220
* EXTRES: Add OF node as argument to all <foo>_get_by_ofw_<bar>() functions.Michal Meloun2016-07-101-3/+3
* Fix regression issue with XHCI on 32-bit ARMv7 Armada-38x. Make sureHans Petter Selasky2016-07-061-1/+1
* Fix interrupt loop when switching from USB device to USB host mode byHans Petter Selasky2016-07-041-16/+18
* Fix detection of USB device disconnects in USB host mode when the USBHans Petter Selasky2016-07-011-1/+4
* Update the definition for number of scratch pages to match the latestHans Petter Selasky2016-06-223-7/+8
* Enable USB PHY regulators when requested by the host controller driver.Jared McNeill2016-05-261-0/+19