commit | 981fc1b4b8cc6bfe8c6f0c07052e25738d959c68 | [log] [tgz] |
---|---|---|
author | Ben Hutchings <bhutchings@solarflare.com> | Mon Nov 23 16:04:23 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 24 10:58:40 2009 -0800 |
tree | b55aa171ae37e4eff14b6750f61f667a213b518e | |
parent | 398468ed1b5c61fe8bcbc8cc1ed323e3c23b58ef [diff] |
sfc: Rename efx_board::init_leds to init_phy and use for SFN4111T efx_board::init_leds was introduced as a second stage of initialisation because of the inter-dependency between the board and PHY. We want to move board initialisation into NIC probing, which is too early to use MDIO, so SFN4111T initialisation also needs to be split. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>