aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dpaa
Commit message (Expand)AuthorAgeFilesLines
* dpaa: Mark BMan and QMan as earlier driver modulesJustin Hibbits2018-10-232-2/+4
* 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-142-7/+25
* Eliminate 1 XX_VirtToPhys() and 2 XX_PhysToVirt() calls from if_dtsec(4)Justin Hibbits2017-11-201-6/+6
* Add jumbo frame support to dtsec(4)Justin Hibbits2017-11-171-1/+29
* Fix interrupt handling for dtsecJustin Hibbits2017-11-023-4/+7
* Remove a singleton in the DPAA driver, to allow multiple fman instancesJustin Hibbits2017-11-014-37/+18
* Make DPAA work in 64-bit modeJustin Hibbits2017-10-317-11/+205
* Update DPAA SDK to SDK 2.0Justin Hibbits2017-10-308-10/+14
* Fix build after r324446.Gleb Smirnoff2017-10-121-1/+1
* Shorten list of arguments to mbuf external storage freeing function.Gleb Smirnoff2017-10-091-2/+4
* 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