]> asedeno.scripts.mit.edu Git - linux.git/commit
bus: fsl-mc: dpio: add APIs for DPIO objects
authorIoana Radulescu <ruxandra.radulescu@nxp.com>
Mon, 13 Mar 2017 19:01:58 +0000 (15:01 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Mar 2017 03:19:52 +0000 (11:19 +0800)
commit2704aedb5c219721ce9144f56bc13fd9995dbf13
tree44daa901aa541e7e48c7be1a14c223281b0fc6bb
parent0e6437941e44d6771d939e79cde04f203845cbdc
bus: fsl-mc: dpio: add APIs for DPIO objects

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

Signed-off-by: Ioana Radulescu <ruxandra.radulescu@nxp.com>
Signed-off-by: Roy Pledge <roy.pledge@nxp.com>
Signed-off-by: Stuart Yoder <stuart.yoder@nxp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fsl-mc/bus/Kconfig
drivers/staging/fsl-mc/bus/Makefile
drivers/staging/fsl-mc/bus/dpio/Makefile [new file with mode: 0644]
drivers/staging/fsl-mc/bus/dpio/dpio-cmd.h [new file with mode: 0644]
drivers/staging/fsl-mc/bus/dpio/dpio.c [new file with mode: 0644]
drivers/staging/fsl-mc/bus/dpio/dpio.h [new file with mode: 0644]