summaryrefslogtreecommitdiff
path: root/include/linux/bfin_mac.h
AgeCommit message (Collapse)AuthorFilesLines
2018-03-26net: adi: remove blackfin ethernet driversArnd Bergmann1-30/+0
The blackfin architecture is getting removed, so the bfin_mac driver is now obsolete. Acked-by: Dominik Brodowski <linux@dominikbrodowski.net> Acked-by: Aaron Wu <aaron.wu@analog.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2011-01-11netdev: 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>