]> git.baikalelectronics.ru Git - kernel.git/commit
staging: fsl-dpaa2/eth: Add APIs for DPNI objects
authorIoana Radulescu <ruxandra.radulescu@nxp.com>
Fri, 28 Apr 2017 09:50:28 +0000 (04:50 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 28 Apr 2017 12:25:17 +0000 (14:25 +0200)
commit9ed96cc48601e2a898548c98800b421fcaf3c519
treebcfdd07d9b33d1a19663a4965b3d3b7c19dc2aa3
parent5e8e508667fd3817f421bf0af48265653668e24d
staging: fsl-dpaa2/eth: Add APIs for DPNI objects

Add the command build/parse APIs for operating on DPNI objects through
the DPAA2 Management Complex.

Signed-off-by: Ioana Radulescu <ruxandra.radulescu@nxp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/fsl-dpaa2/Kconfig [new file with mode: 0644]
drivers/staging/fsl-dpaa2/Makefile [new file with mode: 0644]
drivers/staging/fsl-dpaa2/ethernet/Makefile [new file with mode: 0644]
drivers/staging/fsl-dpaa2/ethernet/dpkg.h [new file with mode: 0644]
drivers/staging/fsl-dpaa2/ethernet/dpni-cmd.h [new file with mode: 0644]
drivers/staging/fsl-dpaa2/ethernet/dpni.c [new file with mode: 0644]
drivers/staging/fsl-dpaa2/ethernet/dpni.h [new file with mode: 0644]
drivers/staging/fsl-dpaa2/ethernet/net.h [new file with mode: 0644]