summaryrefslogtreecommitdiff
path: root/sys/dev/dpaa/fman.c
AgeCommit message (Expand)Author
2025-12-09bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHODJohn Baldwin
2024-12-06Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin
2024-03-13new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin
2024-03-13new-bus: Remove the 'rid' and 'type' arguments from BUS_*ACTIVATE_RESOURCEJohn Baldwin
2024-03-13sys: Set the type of allocated bus resourcesJohn Baldwin
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2022-11-05dpaa: Go to cleanup exit point on fman attach errorJustin Hibbits
2022-04-13dpaa: Remove unused variables.John Baldwin
2020-02-25[PowerPC] [Book-E] Remove obsolete interrupt binding workaroundBrandon Bergren
2017-11-01Remove a singleton in the DPAA driver, to allow multiple fman instancesJustin Hibbits
2017-10-31Make DPAA work in 64-bit modeJustin Hibbits
2017-10-30Update DPAA SDK to SDK 2.0Justin Hibbits
2016-11-16Simplify the page tracking for VA<->PA translations.Justin Hibbits
2016-11-12Make dpaa work with only slightly modified Linux device trees.Justin Hibbits
2016-10-21Remove a hack requiring dtsec0 to always be enabled for mdio.Justin Hibbits
2016-10-18Use proper integer-pointer type conversions.Justin Hibbits
2016-02-29Add support for the Freescale dTSEC DPAA-based ethernet controller.Justin Hibbits