diff options
author | Roy Pledge <roy.pledge@nxp.com> | 2018-07-24 10:21:29 -0400 |
---|---|---|
committer | Li Yang <leoyang.li@nxp.com> | 2018-07-24 17:18:55 -0400 |
commit | c89105c9b39037bbf2aca0614e39afe176e867c5 (patch) | |
tree | 3eef38263b506267cee7afd75585c82b19f8280e /MAINTAINERS | |
parent | 58ad0d0263c5bb5d907b05b4cf5d875eb8487221 (diff) |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 9d5eeff51b5f..c48dda4f0107 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -4419,7 +4419,7 @@ DPAA2 DATAPATH I/O (DPIO) DRIVER | |||
4419 | M: Roy Pledge <Roy.Pledge@nxp.com> | 4419 | M: Roy Pledge <Roy.Pledge@nxp.com> |
4420 | L: linux-kernel@vger.kernel.org | 4420 | L: linux-kernel@vger.kernel.org |
4421 | S: Maintained | 4421 | S: Maintained |
4422 | F: drivers/staging/fsl-mc/bus/dpio | 4422 | F: drivers/soc/fsl/dpio |
4423 | 4423 | ||
4424 | DPAA2 ETHERNET DRIVER | 4424 | DPAA2 ETHERNET DRIVER |
4425 | M: Ioana Radulescu <ruxandra.radulescu@nxp.com> | 4425 | M: Ioana Radulescu <ruxandra.radulescu@nxp.com> |