staging: fsl-mc: Move DPIO from staging to drivers/soc/fsl
authorRoy Pledge <roy.pledge@nxp.com>
Tue, 24 Jul 2018 14:21:29 +0000 (09:21 -0500)
committerLi Yang <leoyang.li@nxp.com>
Tue, 24 Jul 2018 21:18:55 +0000 (16:18 -0500)
commitc89105c9b39037bbf2aca0614e39afe176e867c5
tree3eef38263b506267cee7afd75585c82b19f8280e
parent58ad0d0263c5bb5d907b05b4cf5d875eb8487221
staging: fsl-mc: Move DPIO from staging to drivers/soc/fsl

Move the NXP DPIO (Datapath I/O Driver) out of the
drivers/staging directory and into the drivers/soc/fsl directory.

The DPIO driver enables access to Queue and Buffer Manager (QBMAN)
hardware on NXP DPAA2 devices. This is a prerequisite to moving the
DPAA2 Ethernet driver out of staging.

Signed-off-by: Roy Pledge <roy.pledge@nxp.com>
Reviewed-by: Horia Geantă <horia.geanta@nxp.com>
Reviewed-by: Ioana Radulescu <ruxandra.radulescu@nxp.com>
Signed-off-by: Li Yang <leoyang.li@nxp.com>
20 files changed:
MAINTAINERS
drivers/crypto/caam/sg_sw_qm2.h
drivers/crypto/caam/sg_sw_sec4.h
drivers/soc/fsl/Kconfig
drivers/soc/fsl/Makefile
drivers/soc/fsl/dpio/Makefile [moved from drivers/staging/fsl-mc/bus/dpio/Makefile with 100% similarity]
drivers/soc/fsl/dpio/dpio-cmd.h [moved from drivers/staging/fsl-mc/bus/dpio/dpio-cmd.h with 100% similarity]
drivers/soc/fsl/dpio/dpio-driver.c [moved from drivers/staging/fsl-mc/bus/dpio/dpio-driver.c with 99% similarity]
drivers/soc/fsl/dpio/dpio-driver.txt [moved from drivers/staging/fsl-mc/bus/dpio/dpio-driver.txt with 100% similarity]
drivers/soc/fsl/dpio/dpio-service.c [moved from drivers/staging/fsl-mc/bus/dpio/dpio-service.c with 99% similarity]
drivers/soc/fsl/dpio/dpio.c [moved from drivers/staging/fsl-mc/bus/dpio/dpio.c with 100% similarity]
drivers/soc/fsl/dpio/dpio.h [moved from drivers/staging/fsl-mc/bus/dpio/dpio.h with 100% similarity]
drivers/soc/fsl/dpio/qbman-portal.c [moved from drivers/staging/fsl-mc/bus/dpio/qbman-portal.c with 99% similarity]
drivers/soc/fsl/dpio/qbman-portal.h [moved from drivers/staging/fsl-mc/bus/dpio/qbman-portal.h with 99% similarity]
drivers/staging/fsl-dpaa2/ethernet/dpaa2-eth.h
drivers/staging/fsl-mc/bus/Kconfig
drivers/staging/fsl-mc/bus/Makefile
include/soc/fsl/dpaa2-fd.h [moved from drivers/staging/fsl-mc/include/dpaa2-fd.h with 100% similarity]
include/soc/fsl/dpaa2-global.h [moved from drivers/staging/fsl-mc/include/dpaa2-global.h with 100% similarity]
include/soc/fsl/dpaa2-io.h [moved from drivers/staging/fsl-mc/include/dpaa2-io.h with 100% similarity]