aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/controller/generic_ehci_fdt.c
Commit message (Expand)AuthorAgeFilesLines
* generic_ehci_fdt: fix driver softc sizeMitchell Horne2026-06-301-1/+1
* usb: Kill left-over cdefs.h includesWarner Losh2025-03-041-1/+0
* phy: Move phy code in dev/phyEmmanuel Vadot2024-01-101-2/+2
* hwreset: Move reset code in dev/hwresetEmmanuel Vadot2024-01-101-1/+1
* clk: Move clock code in dev/clkEmmanuel Vadot2024-01-101-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* usb: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* usb: Make ext_resources non-optionalEmmanuel Vadot2022-02-211-12/+0
* usb: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* arm: Fix duplicate ehci DRIVER_MODULEEmmanuel Vadot2020-04-161-2/+2
* generic_ehci_fdt: Fix compile when EXT_RESOURCES isn't presentEmmanuel Vadot2019-11-091-1/+2
* Split out the attachment from the generic-ehci driverEmmanuel Vadot2019-10-031-0/+255