Skip to content

Commit 414fd46

Browse files
Igal Libermandavem330
authored andcommitted
fsl/fman: Add FMan support
Add the Data Path Acceleration Architecture Frame Manger Driver. The FMan embeds a series of hardware blocks that implement a group of Ethernet interfaces. This patch adds The FMan configuration, initialization and runtime control routines. The FMan driver supports several hardware versions differentiated by things like: - Different type of MACs - Number of MAC and ports - Available resources - Different hardware errata Signed-off-by: Igal Liberman <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 5adae51 commit 414fd46

File tree

3 files changed

+3197
-1
lines changed

3 files changed

+3197
-1
lines changed

drivers/net/ethernet/freescale/fman/Makefile

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

33
obj-y += fsl_fman.o
44

5-
fsl_fman-objs := fman_muram.o
5+
fsl_fman-objs := fman_muram.o fman.o

0 commit comments

Comments
 (0)