| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-11-12 | net: phy: replace phy_driver_register calls | Johan Hovold | 1 | -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-09 | phylib: Support registering a bunch of drivers | Christian Hohnstaedt | 1 | -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-19 | phy: add am79c874 PHY support | Heiko Schocher | 1 | -0/+102 | |
| Signed-off-by: Heiko Schocher <[email protected]> Signed-off-by: Anatolij Gustschin <[email protected]> Signed-off-by: David S. Miller <[email protected]> | |||||