Re: [PATCH] net: phy: add phyid search in vendor specific space

2020-06-12 Thread Tom Rini
On Wed, Apr 29, 2020 at 02:25:48PM +0300, Florin Chiculita wrote: > There are devices accesible through mdio clause-45, such as > retimers, that do not have PMA or PCS blocks. > This patch adds MDIO_MMD_VEND1 on the list of device addresses > where phyid is searched. Previous order of devices was

RE: [PATCH] net: phy: add phyid search in vendor specific space

2020-04-29 Thread Madalin Bucur (OSS)
> -Original Message- > From: U-Boot On Behalf Of Florin Chiculita > Sent: Wednesday, April 29, 2020 2:26 PM > To: u-boot@lists.denx.de > Cc: Florin Laurentiu Chiculita > Subject: [PATCH] net: phy: add phyid search in vendor specific space > > There are device

[PATCH] net: phy: add phyid search in vendor specific space

2020-04-29 Thread Florin Chiculita
There are devices accesible through mdio clause-45, such as retimers, that do not have PMA or PCS blocks. This patch adds MDIO_MMD_VEND1 on the list of device addresses where phyid is searched. Previous order of devices was kept. Signed-off-by: Florin Chiculita --- drivers/net/phy/phy.c | 22 +++