linux_dsm_epyc7002/drivers/net/phy
Petri Gynther fd2ef0ba30 net: phy: adjust fixed_phy_register() return value
Adjust fixed_phy_register() to return struct phy_device *, so that
it becomes easy to use fixed PHYs without device tree support:

  phydev = fixed_phy_register(PHY_POLL, &fixed_phy_status, NULL);
  fixed_phy_set_link_update(phydev, fixed_phy_link_update);
  phy_connect_direct(netdev, phydev, handler_fn, phy_interface);

This change is a prerequisite for modifying bcmgenet driver to work
without a device tree on Broadcom's MIPS-based 7xxx platforms.

Signed-off-by: Petri Gynther <pgynther@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-10-07 13:06:45 -04:00
..
amd-xgbe-phy.c
amd.c
at803x.c
bcm7xxx.c net: phy: add BCM7425 and BCM7429 PHYs 2014-10-01 22:12:48 -04:00
bcm63xx.c
bcm87xx.c
broadcom.c
cicada.c
davicom.c
dp83640_reg.h
dp83640.c
et1011c.c
fixed.c net: phy: adjust fixed_phy_register() return value 2014-10-07 13:06:45 -04:00
icplus.c
Kconfig drivers/net/phy/Kconfig: Let MDIO_BCM_UNIMAC depend on HAS_IOMEM 2014-10-06 00:46:27 -04:00
lxt.c
Makefile
marvell.c
mdio_bus.c
mdio-bcm-unimac.c
mdio-bitbang.c
mdio-gpio.c
mdio-moxart.c
mdio-mux-gpio.c
mdio-mux-mmioreg.c
mdio-mux.c
mdio-octeon.c
mdio-sun4i.c
micrel.c net/phy: micrel: Disable asymmetric pause for KSZ9031 2014-09-15 14:24:10 -04:00
national.c
phy_device.c
phy.c
qsemi.c
realtek.c
smsc.c
spi_ks8995.c
ste10Xp.c
vitesse.c