]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: fsl-mc: bus: add DPCON object APIs
authorIoana Radulescu <ruxandra.radulescu@freescale.com>
Fri, 28 Apr 2017 09:50:26 +0000 (04:50 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 28 Apr 2017 12:25:17 +0000 (14:25 +0200)
commit24999f3338efd42873ca8c5537b86fca456d2330
treebb5e425502173d72ca37e4ff409375f408741bb4
parentc96d886d7b2efaba804a125e95c0f599a4c9974e
staging: fsl-mc: bus: add DPCON object APIs

This patch adds the command building/parsing wrapper functions
for the DPCON object. The binary interface version is v3.2.

A DPCON (DataPath Concentrator) is an aggregator object that
allows ingress frames from multiple hardware queues to be seen
as coming from a single source, from the CPU point of view.

Signed-off-by: Ioana Radulescu <ruxandra.radulescu@nxp.com>
Signed-off-by: Ioana Ciornei <ioana.ciornei@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/Makefile
drivers/staging/fsl-mc/bus/dpcon-cmd.h
drivers/staging/fsl-mc/bus/dpcon.c [new file with mode: 0644]
drivers/staging/fsl-mc/include/dpcon.h [new file with mode: 0644]