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

2022-04-06 Thread Vladimir Oltean
On Tue, Mar 29, 2022 at 10:08:45PM +0200, 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_mas

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

2022-03-29 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