From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 30 Nov 2015 09:02:12 -0800 Subject: [U-Boot] [PATCH 02/10][v4] driver: net: fsl-mc: Add create, destroy APIs in flibs In-Reply-To: <1446620162-21725-3-git-send-email-prabhakar@freescale.com> References: <1446620162-21725-1-git-send-email-prabhakar@freescale.com> <1446620162-21725-3-git-send-email-prabhakar@freescale.com> Message-ID: <565C8114.1000306@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11/03/2015 10:55 PM, Prabhakar Kushwaha wrote: > Current Management Complex Flibs does not support APIs for adding and > destroying the objects. > > Add APIs to create and destroy objects for DPBP, DPIO, DPNI and DPRC. > > Signed-off-by: Prabhakar Kushwaha > --- > Changes for v2: Sending as it is > Changes for v3: Sending as it is > Changes for v4: Sending as it is > > drivers/net/fsl-mc/dpbp.c | 41 +++++++++ > drivers/net/fsl-mc/dpio/dpio.c | 40 +++++++++ > drivers/net/fsl-mc/dpni.c | 40 +++++++++ > drivers/net/fsl-mc/dprc.c | 46 ++++++++++ > include/fsl-mc/fsl_dpbp.h | 48 +++++++++++ > include/fsl-mc/fsl_dpio.h | 60 +++++++++++++ > include/fsl-mc/fsl_dpni.h | 189 +++++++++++++++++++++++++++++++++++++++++ > include/fsl-mc/fsl_dprc.h | 84 ++++++++++++++++++ > 8 files changed, 548 insertions(+) Applied to fsl-qoriq master. Thanks. York