From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 30 Nov 2015 09:02:38 -0800 Subject: [U-Boot] [PATCH 03/10][v4] driver: net: fsl-mc: Add APIs for DPMAC objects in FLIB In-Reply-To: <1446620162-21725-4-git-send-email-prabhakar@freescale.com> References: <1446620162-21725-1-git-send-email-prabhakar@freescale.com> <1446620162-21725-4-git-send-email-prabhakar@freescale.com> Message-ID: <565C812E.4040704@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: > DPMAC object of Management complex controls Physical MAC and MDIO controller. > It provides APIs for MDIO and link state updates. It also provides APIs for > PHY/link configuration. > > Signed-off-by: Prabhakar Kushwaha > --- > Changes for v2: Updated Copyright year > Changes for v3: Sending as it is > Changes for v4: Sending as it is > > drivers/net/fsl-mc/Makefile | 3 +- > drivers/net/fsl-mc/dpmac.c | 222 +++++++++++++++++++++ > include/fsl-mc/fsl_dpmac.h | 468 ++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 692 insertions(+), 1 deletion(-) > create mode 100644 drivers/net/fsl-mc/dpmac.c > create mode 100644 include/fsl-mc/fsl_dpmac.h Applied to fsl-qoriq master. Thanks. York