aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/amd.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2012-07-09phylib: Support registering a bunch of driversChristian Hohnstaedt1-7/+1
If registering of one of them fails, all already registered drivers of this module will be unregistered. Use the new register/unregister functions in all drivers registering more than one driver. amd.c, realtek.c: Simplify: directly return registration result. Tested with broadcom.c All others compile-tested. Signed-off-by: Christian Hohnstaedt <chohnstaedt@innominate.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2012-03-19phy: add am79c874 PHY supportHeiko Schocher1-0/+102
Signed-off-by: Heiko Schocher <hs@denx.de> Signed-off-by: Anatolij Gustschin <agust@denx.de> Signed-off-by: David S. Miller <davem@davemloft.net>