linux/drivers/staging/octeon
David Daney ec3a2207c3 staging: octeon-ethernet: Move PHY activation to .ndo_open().
This prevents PHY not found types of errors for PHY drivers that are
probed after the Ethernet driver is probed, because the ifconfig UP is
done from userspace after all drivers have been probed.

Also avoid the cvmx-helper-board.c PHY code if a real PHY driver is
present, this allows a bootloader supplied device tree to specify the
PHY information rather than having to modify the code for each
different board.

Tested-by: Alex Smith <alex.smith@imgtec.com>
Signed-off-by: David Daney <david.daney@cavium.com>
Signed-off-by: Alex Smith <alex.smith@imgtec.com>
Cc: devel@driverdev.osuosl.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-06-19 15:24:52 -07:00
..
ethernet-defines.h
ethernet-mdio.c staging: octeon-ethernet: Move PHY activation to .ndo_open(). 2014-06-19 15:24:52 -07:00
ethernet-mdio.h
ethernet-mem.c
ethernet-mem.h
ethernet-rgmii.c staging: octeon-ethernet: Move PHY activation to .ndo_open(). 2014-06-19 15:24:52 -07:00
ethernet-rx.c
ethernet-rx.h
ethernet-sgmii.c staging: octeon-ethernet: Move PHY activation to .ndo_open(). 2014-06-19 15:24:52 -07:00
ethernet-spi.c
ethernet-tx.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2014-04-02 20:53:45 -07:00
ethernet-tx.h
ethernet-util.h
ethernet-xaui.c staging: octeon-ethernet: Move PHY activation to .ndo_open(). 2014-06-19 15:24:52 -07:00
ethernet.c staging: octeon-ethernet: Move PHY activation to .ndo_open(). 2014-06-19 15:24:52 -07:00
Kconfig
Makefile
octeon-ethernet.h staging: octeon-ethernet: Move PHY activation to .ndo_open(). 2014-06-19 15:24:52 -07:00