aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/bfin_mac.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2011-01-10netdev: bfin_mac: let boards set vlan masksMike Frysinger1-0/+1
Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: David S. Miller <davem@davemloft.net>
2010-10-25netdev: bfin_mac: push settings to platform resourcesSonic Zhang1-0/+29
Move all the pin settings out of the Kconfig and into the platform resources (MII vs RMII). This clean up also lets us push out the phy settings so that board porters may control the layout. Signed-off-by: Sonic Zhang <sonic.zhang@analog.com> Acked-by: David S. Miller <davem@davemloft.net> Signed-off-by: Mike Frysinger <vapier@gentoo.org>