]> Git Repo - J-u-boot.git/commit
driver/ldpaa_eth: Add LDPAA Ethernet driver
authorPrabhakar Kushwaha <[email protected]>
Thu, 19 Mar 2015 16:20:46 +0000 (09:20 -0700)
committerYork Sun <[email protected]>
Thu, 23 Apr 2015 15:55:17 +0000 (08:55 -0700)
commitc517771ae745dbba59112b8d311e41d37c0fc032
tree8d2f71791c245756470e77a5c0683d321ed4f56b
parenta2a55e518f81900ab1538656e5df8d2759ccb1fb
driver/ldpaa_eth: Add LDPAA Ethernet driver

LDPAA Ethernet driver is a freescale's new ethernet driver based on
Layerscape architecture.

Every ethernet driver controls on DPNI object. Where all DPNIs share
one common DPBP and DPIO object to support  Rx and Tx flows.

Signed-off-by: Prabhakar Kushwaha <[email protected]>
CC: Cristian Sovaiala <[email protected]>
CC: Bogdan Hamciuc <[email protected]>
CC: J. German Rivera <[email protected]>
[York Sun: s/NetReceive/net_process_received_packet]
Reviewed-by: York Sun <[email protected]>
arch/arm/include/asm/arch-fsl-lsch3/config.h
drivers/net/Makefile
drivers/net/fsl-mc/mc.c
drivers/net/ldpaa_eth/Makefile [new file with mode: 0644]
drivers/net/ldpaa_eth/ldpaa_eth.c [new file with mode: 0644]
drivers/net/ldpaa_eth/ldpaa_eth.h [new file with mode: 0644]
include/fsl-mc/fsl_mc_private.h
This page took 0.035499 seconds and 4 git commands to generate.