aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/controller/ehci_mv.c
Commit message (Expand)AuthorAgeFilesLines
* usb: Kill left-over cdefs.h includesWarner Losh2025-03-041-1/+0
* Use bus_generic_detach instead of device_delete_children in detachJohn Baldwin2025-01-021-1/+3
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* usb(4): Substitute "unsigned int" using the equivalent and shorter "unsigned"...Hans Petter Selasky2022-10-071-1/+1
* usb: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Improve HW type checking in mv_ehci driverMarcin Wojtas2017-09-111-8/+19
* Add support for Armada 3700 EHCIMarcin Wojtas2017-09-091-7/+12
* Fix device delete child function.Hans Petter Selasky2016-10-171-6/+0
* EHCI: Make core reset and port speed reading more generic.Michal Meloun2016-01-281-3/+15
* Improve attachment of the ehci_mv driverZbigniew Bodek2016-01-201-14/+24
* Add 64-bit DMA support in the XHCI controller driver.Hans Petter Selasky2015-01-051-0/+1
* Follow r261352 by updating all drivers which are children of simplebusIan Lepore2014-02-021-0/+3
* Implement better support for USB controller suspend and resume.Hans Petter Selasky2011-12-141-45/+3
* Rename device_delete_all_children() into device_delete_children().Hans Petter Selasky2011-11-221-1/+1
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-4/+1
* We don't need to call EOWRITE4(sc, EHCI_USBINTR, 0) directly from each EHCIHans Petter Selasky2011-04-121-2/+1
* - Correct EHCI interrupt disabling at detach.Hans Petter Selasky2011-04-031-1/+1
* Improve the error interrupt handler. In particular, read theMarcel Moolenaar2011-02-081-9/+14
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-111-1/+0
* Remove bogus usage of INTR_FAST. "Fast" interrupts are now indicated byJohn Baldwin2011-01-061-1/+1
* Convert Marvell ARM platforms to FDT convention.Rafal Jaworowski2010-06-131-0/+391