aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/phy/amd.c
AgeCommit message (Collapse)AuthorFilesLines
2014-11-12net: phy: replace phy_driver_register callsJohan Hovold1-14/+3
Replace module init/exit which only calls phy_driver_register with module_phy_driver macro. Compile tested only. Signed-off-by: Johan Hovold <[email protected]> Signed-off-by: David S. Miller <[email protected]>
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
2012-03-19phy: add am79c874 PHY supportHeiko Schocher1-0/+102
Signed-off-by: Heiko Schocher <[email protected]> Signed-off-by: Anatolij Gustschin <[email protected]> Signed-off-by: David S. Miller <[email protected]>