sfc: Rename efx_board::init_leds to init_phy and use for SFN4111T
authorBen Hutchings <bhutchings@solarflare.com>
Mon, 23 Nov 2009 16:04:23 +0000 (16:04 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Nov 2009 18:58:40 +0000 (10:58 -0800)
commit981fc1b4b8cc6bfe8c6f0c07052e25738d959c68
treeb55aa171ae37e4eff14b6750f61f667a213b518e
parent398468ed1b5c61fe8bcbc8cc1ed323e3c23b58ef
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>
drivers/net/sfc/efx.c
drivers/net/sfc/falcon_boards.c
drivers/net/sfc/net_driver.h
drivers/net/sfc/qt202x_phy.c
drivers/net/sfc/tenxpress.c