]> asedeno.scripts.mit.edu Git - linux.git/commit
soc/fsl: Introduce DPAA 1.x BMan device driver
authorClaudiu Manoil <claudiu.manoil@nxp.com>
Thu, 22 Sep 2016 15:04:08 +0000 (18:04 +0300)
committerScott Wood <oss@buserror.net>
Sun, 25 Sep 2016 07:38:58 +0000 (02:38 -0500)
commit1f9c0a77278bc9ec7df14bbd799fccfabff1010a
tree42b072113b1a91e58806d4f59230771213dde234
parent36eb1542fc97c3164a08751b97dafdac0f9e1366
soc/fsl: Introduce DPAA 1.x BMan device driver

This driver enables the Freescale DPAA 1.x Buffer Manager block.
BMan is a hardware accelerator that manages buffer pools.  It allows
CPUs and other accelerators connected to the SoC datapath to acquire
and release buffers during data processing.

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/Kconfig [new file with mode: 0644]
drivers/soc/fsl/qbman/Makefile [new file with mode: 0644]
drivers/soc/fsl/qbman/bman.c [new file with mode: 0644]
drivers/soc/fsl/qbman/bman_ccsr.c [new file with mode: 0644]
drivers/soc/fsl/qbman/bman_portal.c [new file with mode: 0644]
drivers/soc/fsl/qbman/bman_priv.h [new file with mode: 0644]
drivers/soc/fsl/qbman/dpaa_sys.h [new file with mode: 0644]
include/soc/fsl/bman.h [new file with mode: 0644]