]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net: phy: make board_phy_config responsible for calling drv->config
authorTroy Kisky <troy.kisky@boundarydevices.com>
Tue, 7 Feb 2012 14:08:49 +0000 (14:08 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
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 <troy.kisky@boundarydevices.com>
Acked-by: Dirk Behme <dirk.behme@de.bosch.com>
board/freescale/corenet_ds/eth_p4080.c
board/freescale/mpc8544ds/mpc8544ds.c
drivers/net/phy/phy.c