Skip to content

Commit

Permalink
fsl/fman: Add FMan Port Support
Browse files Browse the repository at this point in the history
Add the Data Path Acceleration Architecture Frame Manger Port Driver.
The FMan driver uses a module called "Port" to represent the physical
TX and RX ports.
Each FMan version has different number of physical ports.
This patch adds The FMan Port configuration, initialization and
runtime control routines for both TX and RX.

Signed-off-by: Igal Liberman <igal.liberman@freescale.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Igal Liberman authored and davem330 committed Dec 28, 2015
1 parent e81edc3 commit 18a6c85
Show file tree
Hide file tree
Showing 3 changed files with 1,930 additions and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/freescale/fman/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ subdir-ccflags-y += -I$(srctree)/drivers/net/ethernet/freescale/fman

obj-y += fsl_fman.o fsl_fman_mac.o

fsl_fman-objs := fman_muram.o fman.o fman_sp.o
fsl_fman-objs := fman_muram.o fman.o fman_sp.o fman_port.o
fsl_fman_mac-objs := fman_dtsec.o fman_memac.o fman_tgec.o

0 comments on commit 18a6c85

Please sign in to comment.