summaryrefslogtreecommitdiff
path: root/sys/dev/usb/controller/ehci_imx.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
2022-04-08ehci_imx: Remove unused variable.John Baldwin
2020-04-16arm: Fix duplicate ehci DRIVER_MODULEEmmanuel Vadot
2018-07-05Detach all children before beginning to tear down the hardware, instead ofIan Lepore
2018-02-17Do not try to deallocate memory that wasn't allocated (you'd think thatIan Lepore
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-07-13Put an #ifdef notyet wrapper around a function that's not being used yet,Ian Lepore
2017-07-13Support the "disable-over-current" property for imx ehci controllers.Ian Lepore
2017-02-12Enable usb low and full speed devices connected to the imx6 root hubs.Ian Lepore
2017-01-10Use the post-reset hook to force the controller to host mode. This willIan Lepore
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-04-26Stop calling imx51_ccm_foo() clock functions from imx6 code. InsteadIan Lepore
2014-02-02Follow r261352 by updating all drivers which are children of simplebusIan Lepore
2013-10-30Rework the imx ehci driver so that it's four separate ehci units ratherIan Lepore
2013-03-20Integrate Efika MX project back to home.Aleksandr Rybalko