summaryrefslogtreecommitdiff
path: root/sys/dev/usb/controller/generic_ohci.c
AgeCommit message (Expand)Author
2025-01-02Use bus_generic_detach instead of device_delete_children in detachJohn Baldwin
2024-07-24newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh
2024-01-10phy: Move phy code in dev/phyEmmanuel Vadot
2024-01-10hwreset: Move reset code in dev/hwresetEmmanuel Vadot
2024-01-10clk: Move clock code in dev/clkEmmanuel Vadot
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2022-05-06usb: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-02-21usb: Make ext_resources non-optionalEmmanuel Vadot
2019-12-04Regularize my copyright noticeWarner Losh
2019-10-01generic_ehci: Enable all phys and resetsEmmanuel Vadot
2019-10-01generic_ohci: Look for the phy based on the idEmmanuel Vadot
2019-02-05Remove All Rights ReservedWarner Losh
2018-01-20Convert extres/phy to kobj model.Michal Meloun
2016-10-17Fix device delete child function.Hans Petter Selasky
2016-07-10EXTRES: Add OF node as argument to all <foo>_get_by_ofw_<bar>() functions.Michal Meloun
2016-05-26Enable USB PHY regulators when requested by the host controller driver.Jared McNeill
2016-05-19Fix bad sizeof().Hans Petter Selasky
2016-05-17Add driver for "generic-ohci" as defined by FDT.Emmanuel Vadot