Re: [PATCH u-boot-net 14/14] net: phy: don't require PHY interface mode during PHY creation

2022-03-18 Thread Ramon Fried
On Thu, Mar 17, 2022 at 2:50 PM Marek Behún wrote: > > From: Marek Behún > > Currently we require PHY interface mode to be known when > finding/creating the PHY - the functions > * phy_device_create() > * create_phy_by_mask() > * search_for_existing_phy() > * get_phy_device_by_mask() >

[PATCH u-boot-net 14/14] net: phy: don't require PHY interface mode during PHY creation

2022-03-17 Thread Marek Behún
From: Marek Behún Currently we require PHY interface mode to be known when finding/creating the PHY - the functions * phy_device_create() * create_phy_by_mask() * search_for_existing_phy() * get_phy_device_by_mask() * phy_find_by_mask() (this is the only one global) all require the inte