aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dpaa/fman.c
Commit message (Expand)AuthorAgeFilesLines
* dpaa: Fix copyright headersJustin Hibbits2026-05-041-3/+3
* dpaa: Migrate from NCSW base to a home-grown driverJustin Hibbits2026-05-031-223/+627
* bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHODJohn Baldwin2025-12-091-4/+4
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-061-1/+2
* new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin2024-03-131-6/+6
* new-bus: Remove the 'rid' and 'type' arguments from BUS_*ACTIVATE_RESOURCEJohn Baldwin2024-03-131-4/+3
* sys: Set the type of allocated bus resourcesJohn Baldwin2024-03-131-0/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* dpaa: Go to cleanup exit point on fman attach errorJustin Hibbits2022-11-061-1/+1
* dpaa: Remove unused variables.John Baldwin2022-04-131-2/+0
* [PowerPC] [Book-E] Remove obsolete interrupt binding workaroundBrandon Bergren2020-02-251-7/+0
* Remove a singleton in the DPAA driver, to allow multiple fman instancesJustin Hibbits2017-11-011-29/+9
* Make DPAA work in 64-bit modeJustin Hibbits2017-10-311-3/+181
* Update DPAA SDK to SDK 2.0Justin Hibbits2017-10-301-1/+1
* Simplify the page tracking for VA<->PA translations.Justin Hibbits2016-11-161-2/+0
* Make dpaa work with only slightly modified Linux device trees.Justin Hibbits2016-11-121-1/+29
* Remove a hack requiring dtsec0 to always be enabled for mdio.Justin Hibbits2016-10-211-4/+29
* Use proper integer-pointer type conversions.Justin Hibbits2016-10-181-4/+4
* Add support for the Freescale dTSEC DPAA-based ethernet controller.Justin Hibbits2016-02-291-0/+357