Merge branch 'master' of git://git.denx.de/u-boot-net

This commit is contained in:
Tom Rini
2018-10-25 20:30:05 -04:00
63 changed files with 446 additions and 86 deletions

View File

@@ -177,6 +177,11 @@ struct mii_dev *mdio_get_current_dev(void)
return current_mii;
}
struct list_head *mdio_get_list_head(void)
{
return &mii_devs;
}
struct phy_device *mdio_phydev_for_ethname(const char *ethname)
{
struct list_head *entry;