
30 Nov
2015
30 Nov
'15
6:02 p.m.
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 prabhakar@freescale.com
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