]> Git Repo - J-u-boot.git/commit - drivers/net/phy/phy.c
net: phy: make board_phy_config responsible for calling drv->config
authorTroy Kisky <[email protected]>
Tue, 7 Feb 2012 14:08:49 +0000 (14:08 +0000)
committerAlbert ARIBAUD <[email protected]>
Mon, 27 Feb 2012 20:19:25 +0000 (21:19 +0100)
commit9fafe7dab9bc8a9e33e1ba5e28a3ec870d689b82
treea0403ba8fc386f01760626fcbe43fdc0922dc70d
parent8682aba7da2af2842296710acca7c03fcebafd5c
net: phy: make board_phy_config responsible for calling drv->config

Boards may have things they want done before or after normal phy config.
Letting the boards call drv->config allows them more flexibilty.
Boards affected by this change are corenet_ds and mpc8544ds.

Signed-off-by: Troy Kisky <[email protected]>
Acked-by: Dirk Behme <[email protected]>
board/freescale/corenet_ds/eth_p4080.c
board/freescale/mpc8544ds/mpc8544ds.c
drivers/net/phy/phy.c
This page took 0.036496 seconds and 4 git commands to generate.