aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dpaa
Commit message (Expand)AuthorAgeFilesLines
* Use UMA_ALIGN_PTR to specify pointer alignmentJustin Hibbits2017-05-121-1/+1
* Fix uma_zcreate() align argument, now that the constraint is asserted.Justin Hibbits2017-05-111-2/+2
* Simplify the page tracking for VA<->PA translations.Justin Hibbits2016-11-163-5/+0
* Make dpaa work with only slightly modified Linux device trees.Justin Hibbits2016-11-128-238/+137
* Use ofw_bus_node_is_compatible() instead of fdt_is_compatible()Justin Hibbits2016-11-113-11/+8
* 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-222-2/+2
* Remove a hack requiring dtsec0 to always be enabled for mdio.Justin Hibbits2016-10-217-71/+282
* Remove an unnecessary debug printf.Justin Hibbits2016-10-211-1/+0
* Use proper integer-pointer type conversions.Justin Hibbits2016-10-186-23/+24
* Set the TLB caching properties for portals at attach time.Justin Hibbits2016-05-251-2/+9
* Don't mark the initial portal registers as fully mapped.Justin Hibbits2016-05-111-1/+0
* Fix SMP booting for PowerPC Book-EJustin Hibbits2016-04-191-2/+0
* Use the m_extadd() function instead of deprecated MEXTADD().Justin Hibbits2016-03-021-1/+1
* Remove some debug printfsJustin Hibbits2016-03-021-4/+0
* Add support for the Freescale dTSEC DPAA-based ethernet controller.Justin Hibbits2016-02-2921-0/+5392