summaryrefslogtreecommitdiff
path: root/sys/dev/usb/controller/ehci_fsl.c
AgeCommit message (Expand)Author
2025-03-04usb: Kill left-over cdefs.h includesWarner Losh
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
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-05-06usb: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2020-09-01usb: clean up empty lines in .c and .h filesMateusz Guzik
2018-04-08Clean up OF_getprop_alloc APIOleksandr Tymoshenko
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-05-14Use OF_prop_free instead of direct call to free(9)Oleksandr Tymoshenko
2016-04-05ehci_interrupt is MPSAFE code. Most drivers in tree calls bus_setup_intrMichal Meloun
2015-01-05Add 64-bit DMA support in the XHCI controller driver.Hans Petter Selasky
2014-02-02Follow r261352 by updating all drivers which are children of simplebusIan Lepore
2012-05-26Import EHCI attachment driver for Freescale integrated controller.Rafal Jaworowski