aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dpaa/qman_fdt.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* dpaa: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-101-6/+3
* dpaa: Mark BMan and QMan as earlier driver modulesJustin Hibbits2018-10-231-1/+2
* Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_allocOleksandr Tymoshenko2018-04-091-1/+1
* Allow bman-portals and qman-portals to attach to simple-busJustin Hibbits2017-12-141-6/+15
* Make dpaa work with only slightly modified Linux device trees.Justin Hibbits2016-11-121-20/+59
* Use ofw_bus_node_is_compatible() instead of fdt_is_compatible()Justin Hibbits2016-11-111-3/+1
* Use the correct name for the qm_portals class.Justin Hibbits2016-10-231-5/+5
* Initialize the ofw_bus_devinfo on the portals to prevent a crash.Justin Hibbits2016-10-221-1/+1
* Add support for the Freescale dTSEC DPAA-based ethernet controller.Justin Hibbits2016-02-291-0/+221