aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/controller/dwc3
Commit message (Expand)AuthorAgeFilesLines
* usb: Kill left-over cdefs.h includesWarner Losh2025-03-041-1/+0
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-062-2/+4
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* syscon: Move syscon code in dev/sysconEmmanuel Vadot2024-01-101-1/+1
* phy: Move phy code in dev/phyEmmanuel Vadot2024-01-103-3/+3
* hwreset: Move reset code in dev/hwresetEmmanuel Vadot2024-01-102-2/+2
* clk: Move clock code in dev/clkEmmanuel Vadot2024-01-103-3/+3
* usb: dwc3: Move driver under a subdirectoryEmmanuel Vadot2024-01-104-0/+1096