summaryrefslogtreecommitdiff
path: root/sys/dev/usb/controller/ehci_mv.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
2022-10-07usb(4): Substitute "unsigned int" using the equivalent and shorter "unsigned"...Hans Petter Selasky
2022-05-06usb: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2017-11-20sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-09-11Improve HW type checking in mv_ehci driverMarcin Wojtas
2017-09-09Add support for Armada 3700 EHCIMarcin Wojtas
2016-10-17Fix device delete child function.Hans Petter Selasky
2016-01-28EHCI: Make core reset and port speed reading more generic.Michal Meloun
2016-01-20Improve attachment of the ehci_mv driverZbigniew Bodek
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
2011-12-14Implement better support for USB controller suspend and resume.Hans Petter Selasky
2011-11-22Rename device_delete_all_children() into device_delete_children().Hans Petter Selasky
2011-11-22- There's no need to overwrite the default device method with the defaultMarius Strobl
2011-04-12We don't need to call EOWRITE4(sc, EHCI_USBINTR, 0) directly from each EHCIHans Petter Selasky
2011-04-03- Correct EHCI interrupt disabling at detach.Hans Petter Selasky
2011-02-08Improve the error interrupt handler. In particular, read theMarcel Moolenaar
2011-01-11Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin
2011-01-06Remove bogus usage of INTR_FAST. "Fast" interrupts are now indicated byJohn Baldwin
2010-06-13Convert Marvell ARM platforms to FDT convention.Rafal Jaworowski