aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/controller
Commit message (Expand)AuthorAgeFilesLines
* usb: Kill left-over cdefs.h includesWarner Losh2025-03-1117-18/+0
* Add some AMD device IDs.Dmitry Luhtionov2024-09-251-0/+3
* kern: Remove leftover saf1761otg bitsJoshua Kinard2024-06-061-1/+0
* arm64: xilinx: dwc3: Fix reset namesEmmanuel Vadot2023-08-231-2/+2
* arm64: xilinx: Add glue driver for usb3 controllerEmmanuel Vadot2023-08-231-0/+149
* xhci: Add support for 64-bit DMA in generic XHCI controller driverStephen J. Kiernan2023-08-203-6/+24
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1621-42/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-1625-25/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-165-10/+0
* xhci(4): Describe AMD 400 Series USB 3.1 controllersMarius Strobl2023-07-231-1/+3
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-05-125-5/+5
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1235-35/+35
* xhci(4): Describe Fresco Logic FL1009 USB 3.0 controllerZhenlei Huang2023-03-201-0/+2
* uhci(4): Correct PCI device ID for Zhaoxin USB controllerZhenlei Huang2023-03-171-6/+6
* ehci(4): Correct PCI device ID for Zhaoxin USB 2.0 controllerZhenlei Huang2023-03-171-6/+6
* xhci(4): Correct PCI device IDs for Zhaoxin USB 3.0 controllersZhenlei Huang2023-03-171-10/+10
* usb: dwc3: add <sys/mutex.h>Joerg Wunsch2023-03-081-0/+1
* usb: dwc3: implement hw.usb.xhci.use_pollingKyle Evans2023-02-281-6/+28
* usb: purge EOL release compatibilityElliott Mitchell2023-02-043-15/+0
* xhci(4): Add new USB IDs.Dmitry Luhtionov2023-01-171-0/+11
* ehci(4): Add new USB IDs.Dmitry Luhtionov2023-01-171-0/+8
* uhci(4): Add new USB IDs.Dmitry Luhtionov2023-01-171-0/+8
* xhci(4): Make sure allocated bandwidth is freed in hardware by unconfiguring ...Cheng, Huiming2023-01-131-0/+40
* copyright: chase my name and email changeVal Packett2023-01-061-1/+1
* Check for more XHCI ACPI IDsAndrew Turner2023-01-041-4/+7
* Get clocks for Rockchip RK3568.Søren Schmidt2022-12-201-1/+2
* usb/dwc3: Use more () for macros variablesEmmanuel Vadot2022-11-161-2/+2
* usb/dwc3: Only force USB2 based on the PHY register and IP versionEmmanuel Vadot2022-11-162-6/+18
* usb/dwc3: Read the full IDs/versionEmmanuel Vadot2022-11-162-2/+40
* dwc3: Handle optional clocksEmmanuel Vadot2022-11-161-1/+39
* xhci(4): Don't allocate an IRQ vector if hw.usb.xhci.use_polling=1 is set.Hans Petter Selasky2022-10-201-1/+1
* Add random VMware device IDs.Alexander Motin2022-10-203-0/+20
* usb(4): Substitute "unsigned int" using the equivalent and shorter "unsigned"...Hans Petter Selasky2022-10-072-5/+5
* usb(4): Make the enumeration thread nice time a variable.Hans Petter Selasky2022-10-071-1/+1
* usb(4): Make sure the enumeration thread doesn't loop too fast.Hans Petter Selasky2022-10-051-0/+3
* usb: musb_otg_allwinner: de-constify bus_space_tagsMitchell Horne2022-09-271-8/+9
* Add support for RockChip RK356X to DWC3 driver.Søren Schmidt2022-08-162-1/+9
* XHCI: remove a self-assignmentBjoern A. Zeeb2022-08-071-1/+0
* dwc3: add ACPI attachmentBjoern A. Zeeb2022-07-061-51/+148
* dwc3: fix from not workingBjoern A. Zeeb2022-07-051-1/+2
* dwc3: improve debuggingBjoern A. Zeeb2022-07-031-9/+24
* dwc3: add more quirks and checksBjoern A. Zeeb2022-07-032-4/+53
* dwc3: uncondinationally enable Host IN Auto RetryBjoern A. Zeeb2022-07-032-0/+10
* dwc3: fix snps,dis-del-phy-power-chg-quirkBjoern A. Zeeb2022-07-031-1/+1
* USB: dwc3: use device_{has,get}_property()Bjoern A. Zeeb2022-06-281-15/+19
* USB: add quirks to XHCIBjoern A. Zeeb2022-06-152-1/+9
* usb: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-0620-72/+29
* xhci(4): Tweak USB port speed checks to allow newer super speed generations.Hans Petter Selasky2022-05-041-2/+2
* xhci(4): Properly define all basic USB port speeds.Hans Petter Selasky2022-05-042-4/+8