aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/controller
Commit message (Expand)AuthorAgeFilesLines
* xhci(4): Tweak USB port speed checks to allow newer super speed generations.Hans Petter Selasky2022-05-101-2/+2
* xhci(4): Properly define all basic USB port speeds.Hans Petter Selasky2022-05-102-4/+8
* xhci(4): Always add and evaluate the slot context.Hans Petter Selasky2022-05-041-1/+5
* xhci(4): Only drop BULK and INTERRUPT endpoints to reset data toggle.Hans Petter Selasky2022-05-041-2/+9
* xhci(4): Ensure the so-called data toggle gets properly reset.Hans Petter Selasky2022-04-271-4/+23
* usb(4): Remove a double word in a source code commentGordon Bergling2022-04-141-1/+1
* xhci: Add PCI IDs for Thunderbolt 3/4 USB controllers.Alexander Motin2021-12-131-0/+12
* xhci: Add PCI IDs from recent Intel CPUs.Alexander Motin2021-12-111-0/+16
* Add some of Intel Alder Lake device IDs.Alexander Motin2021-11-131-0/+2
* Fix a common typo in source code commentsGordon Bergling2021-08-191-1/+1
* MFC c834f30a0c16:Hans Petter Selasky2021-01-121-0/+2
* MFC 1622a498525b:Hans Petter Selasky2021-01-121-0/+2
* MFC r367614:Hans Petter Selasky2020-12-011-0/+15
* MFC r366978:Konstantin Belousov2020-11-061-13/+21
* MFC r365402: musb/allwinner: add support for configuring phy as well as devic...Andriy Gapon2020-10-191-3/+67
* MFC r365401: musb/allwinner: add H3 supportAndriy Gapon2020-10-191-3/+21
* MFC r365400: musb/allwinner: apply register filter in awusbdrd_bs_r_2() as wellAndriy Gapon2020-10-121-0/+2
* MFC r365398,r365399: Allwinner USB DRD support (musb_otg)Andriy Gapon2020-10-121-0/+543
* MFC r365918:Hans Petter Selasky2020-09-261-0/+13
* MFC r364347:Hans Petter Selasky2020-09-021-10/+36
* MFC r360013, r360018, r360021Emmanuel Vadot2020-06-192-4/+4
* MFC r360075:Hans Petter Selasky2020-04-261-17/+0
* MFC r358738:Hans Petter Selasky2020-03-111-7/+4
* MFC r356597:Hans Petter Selasky2020-02-171-0/+8
* MFC r357726:Hans Petter Selasky2020-02-173-0/+11
* MFC r356545:Hans Petter Selasky2020-01-162-8/+25
* MFC r356564: dwc_otg: fix fdt attachment for newer bcm2708-usb nodesKyle Evans2020-01-121-3/+23
* MFC r355113: Add some IDs of Intel Wildcat Point-LP.Alexander Motin2019-12-031-0/+2
* MFC r352940-r352941, r352943-r352944, r353062-r353063, r353125Emmanuel Vadot2019-11-285-48/+436
* MFC r353273:Hans Petter Selasky2019-11-111-1/+5
* MFC r352556:Hans Petter Selasky2019-10-071-0/+3
* MFC r352554:Hans Petter Selasky2019-10-071-1/+1
* MFC r350675:Hans Petter Selasky2019-08-141-1/+1
* MFC r344633-r344634, r344638Emmanuel Vadot2019-08-052-0/+227
* MFC r348604:Hans Petter Selasky2019-06-101-13/+13
* MFC r346229 and r346248:Hans Petter Selasky2019-04-251-1/+1
* MFC r345633:Hans Petter Selasky2019-04-051-0/+2
* MFC r340212:Hans Petter Selasky2018-11-101-0/+13
* 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