Skip to content

Commit 18a6c85

Browse files
Igal Libermandavem330
authored andcommitted
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: Igal Liberman <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent e81edc3 commit 18a6c85

File tree

3 files changed

+1930
-1
lines changed

3 files changed

+1930
-1
lines changed

drivers/net/ethernet/freescale/fman/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ subdir-ccflags-y += -I$(srctree)/drivers/net/ethernet/freescale/fman
22

33
obj-y += fsl_fman.o fsl_fman_mac.o
44

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

0 commit comments

Comments
 (0)