commit | 85846413aea78f9be03ad2a1b3f519101a775530 | [log] [tgz] |
---|---|---|
author | Troy Kisky <troy.kisky@boundarydevices.com> | Tue Feb 07 14:08:49 2012 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Mon Feb 27 21:19:25 2012 +0100 |
tree | a0403ba8fc386f01760626fcbe43fdc0922dc70d | |
parent | 80b6b09689aa134ab0fd8c2990795671ff8d86d7 [diff] |
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>