Skip to content

Commit

Permalink
fsl/fman: Add FMan MAC driver
Browse files Browse the repository at this point in the history
This patch adds the Ethernet MAC driver supporting the three
different types of MACs: dTSEC, tGEC and mEMAC.

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 David S. Miller committed Dec 28, 2015
1 parent 18a6c85 commit 3933961
Show file tree
Hide file tree
Showing 3 changed files with 1,077 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/net/ethernet/freescale/fman/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
subdir-ccflags-y += -I$(srctree)/drivers/net/ethernet/freescale/fman

obj-y += fsl_fman.o fsl_fman_mac.o
obj-y += fsl_fman.o fsl_fman_mac.o fsl_mac.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
fsl_mac-objs += mac.o
Loading

0 comments on commit 3933961

Please sign in to comment.