Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 18a6c85f authored by Igal Liberman's avatar Igal Liberman Committed by David S. Miller
Browse files

fsl/fman: Add FMan Port Support



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: default avatarIgal Liberman <igal.liberman@freescale.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e81edc38
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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