Skip to content

Commit 57ba4c9

Browse files
Igal Libermandavem330
authored andcommitted
fsl/fman: Add FMan MAC support
Add the Data Path Acceleration Architecture Frame Manger MAC support. This patch adds The FMan MAC configuration, initialization and runtime control routines. This patch contains support for these types of MACs: - dTSEC: Three speed Ethernet controller (10/100/1000 Mbps) - tGEC: 10G Ethernet controller (10 Gbps) - mEMAC: Multi-rate Ethernet MAC (10/100/1000/10000 Mbps) Different FMan revisions have different type and number of MACs. Signed-off-by: Igal Liberman <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 414fd46 commit 57ba4c9

File tree

8 files changed

+3863
-1
lines changed

8 files changed

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

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

55
fsl_fman-objs := fman_muram.o fman.o
6+
fsl_fman_mac-objs := fman_dtsec.o fman_memac.o fman_tgec.o

0 commit comments

Comments
 (0)