summaryrefslogtreecommitdiffstats
path: root/linux/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* dpaa: Add and use bman_new_pool_for_bpid()Sebastian Huber2018-01-231-0/+3
| | | | Update #3277.
* dpaa: Add "libbsd,dedicated-portal" to QMan portalsSebastian Huber2017-10-231-0/+7
| | | | | | | | | | | | | | | | | By default, the network interfaces use a pool channel, see dpaa_get_channel() in dpaa_eth_priv_probe(). To enable a dedicated QMan software portal, use libbsd,dedicated-portal = "enabled";. This option is useful for special purpose 10Gbit/s Ethernet processing. / { soc: soc@ffe000000 { fman0: fman@400000 { enet7: ethernet@f2000 { libbsd,dedicated-portal = "enabled"; }; }; }; };
* dpaa: Disable QMAN_VOLATILE_FLAG_WAIT_INTSebastian Huber2017-10-231-0/+2
|
* Linux update to 4.12-rc1+Sebastian Huber2017-10-231-0/+109
| | | | Linux baseline b23afd384801711ab6dbccd259cc14cb09a1dcaf.
* Linux update to 4.11-rc5Sebastian Huber2017-10-232-1776/+478
| | | | Linux baseline a71c9a1c779f2499fb2afc0553e543f18aff6edf (4.11-rc5).
* Import DPAA driver snapshotSebastian Huber2017-10-232-0/+2510
Imported from Freescale Linux repository git://git.freescale.com/ppc/upstream/linux.git commit 2774c204cd8bfc56a200ff4dcdfc9cdf5b6fc161. Linux compatibility layer is partly from FreeBSD.