aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dpaa2/dpaa2_mc.c
Commit message (Expand)AuthorAgeFilesLines
* bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHODJohn Baldwin2025-12-091-2/+2
* Remove now-redundant calls to device_delete_childrenJohn Baldwin2025-01-021-1/+1
* bus_generic_detach: Delete children after detaching themJohn Baldwin2025-01-021-2/+0
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-061-1/+1
* Replace calls to bus_generic_probe with bus_identify_childrenJohn Baldwin2024-12-061-1/+1
* dpaa2_mc: Check for error the first time bus_generic_detach is calledJohn Baldwin2024-11-051-5/+3
* dpaa2: Stop checking for failures from malloc/taskqueue_create(M_WAITOK)Zhenlei Huang2024-09-031-2/+0
* new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin2024-03-131-6/+4
* new-bus: Remove the 'rid' and 'type' arguments from BUS_*ACTIVATE_RESOURCEJohn Baldwin2024-03-131-12/+8
* new-bus: Remove the 'type' argument from BUS_ADJUST_RESOURCEJohn Baldwin2024-03-131-4/+4
* dpaa2: Use bus_generic_rman_*John Baldwin2024-02-271-46/+30
* dpaa2: Clean up channels in separate tasksDmitry Salychev2023-08-201-64/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* dpaa2_mc.c: unbreak by adding <sys/lock.h>Joerg Wunsch2023-03-081-0/+1
* Make sure error is defined in dpaa2Andrew Turner2022-10-271-1/+1
* dpaa2: fix build without FDTGleb Smirnoff2022-10-181-1/+3
* Add initial DPAA2 supportDmitry Salychev2022-10-141-0/+971