aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/controller
Commit message (Expand)AuthorAgeFilesLines
* xhci: Parse and print extended capabilitiesTom Jones2025-09-022-0/+90
* xhci pci: Add some amd xhci controller device idsTom Jones2025-07-141-0/+7
* dwc_otg_fdt: do not create and leak extra usbus childAndriy Gapon2025-05-191-4/+0
* usb: Use bus_detach_children instead of bus_generic_detachJohn Baldwin2025-03-121-1/+1
* usb: Kill left-over cdefs.h includesWarner Losh2025-03-0417-18/+0
* riscv: enable Allwinner D1 USB driversMitchell Horne2025-01-101-2/+3
* Use bus_generic_detach instead of device_delete_children in detachJohn Baldwin2025-01-0214-36/+49
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-063-3/+6
* usb: change LIST to SLIST to avoid LinuxKPI conflictsBjoern A. Zeeb2024-09-241-3/+3
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-2515-15/+15
* Add some AMD device IDs.Dmitry Luhtionov2024-06-071-0/+3
* kern: Remove leftover saf1761otg bitsJoshua Kinard2024-06-031-1/+0
* bcm2838_xhci: add moduleLexi Winter2024-04-101-0/+2
* syscon: Move syscon code in dev/sysconEmmanuel Vadot2024-01-102-2/+2
* phy: Move phy code in dev/phyEmmanuel Vadot2024-01-109-12/+12
* regulator: Move regulator code in dev/regulatorEmmanuel Vadot2024-01-101-1/+1
* hwreset: Move reset code in dev/hwresetEmmanuel Vadot2024-01-106-6/+6
* clk: Move clock code in dev/clkEmmanuel Vadot2024-01-108-8/+8
* usb: dwc3: Move driver under a subdirectoryEmmanuel Vadot2024-01-104-3/+341
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-275-5/+0
* Add some Intel ICH10 PCI IDs.Dmitry Luhtionov2023-10-302-0/+16
* 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