]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
soc/fsl: Introduce DPAA 1.x QMan device driver
authorClaudiu Manoil <claudiu.manoil@nxp.com>
Thu, 22 Sep 2016 15:04:09 +0000 (18:04 +0300)
committerScott Wood <oss@buserror.net>
Sun, 25 Sep 2016 07:38:59 +0000 (02:38 -0500)
commitc535e923bb97a4b361e89a6383693482057f8b0c
tree68952ce173c7250b84931d1db91ad71747330919
parent1f9c0a77278bc9ec7df14bbd799fccfabff1010a
soc/fsl: Introduce DPAA 1.x QMan device driver

This driver enables the Freescale DPAA 1.x Queue Manager block.
QMan is a hardware accelerator that manages frame queues.  It allows
CPUs and other accelerators connected to the SoC datapath to enqueue
and dequeue ethernet frames, thus providing the infrastructure for
data exchange among CPUs and datapath accelerators.

Signed-off-by: Roy Pledge <roy.pledge@nxp.com>
Signed-off-by: Claudiu Manoil <claudiu.manoil@nxp.com>
Signed-off-by: Scott Wood <oss@buserror.net>
drivers/soc/fsl/qbman/Makefile
drivers/soc/fsl/qbman/qman.c [new file with mode: 0644]
drivers/soc/fsl/qbman/qman_ccsr.c [new file with mode: 0644]
drivers/soc/fsl/qbman/qman_portal.c [new file with mode: 0644]
drivers/soc/fsl/qbman/qman_priv.h [new file with mode: 0644]
include/soc/fsl/qman.h [new file with mode: 0644]