]> git.karo-electronics.de Git - karo-tx-linux.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)
commit0352d1d852017953a5bdc5d735e3b9ff24fe63bd
treebcfdd07d9b33d1a19663a4965b3d3b7c19dc2aa3
parent9425f00e6225b289995e5b7f00f41fa1d5316835
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]