Re: [PATCH net-next 2/6] net: mdio: Rework scanning of bus ready for quirks

From: Jesse Brandeburg
Date: Tue Jan 17 2023 - 20:14:06 EST


On 1/16/2023 4:55 AM, Michael Walle wrote:
From: Andrew Lunn <andrew@xxxxxxx>

Some C22 PHYs do bad things when there are C45 transactions on the
bus. In order to handle this, the bus needs to be scanned first for
C22 at all addresses, and then C45 scanned for all addresses.

The Marvell pxa168 driver scans a specific address on the bus to find
its PHY. This is a C22 only device, so update it to use the c22
helper.

Signed-off-by: Andrew Lunn <andrew@xxxxxxx>
Signed-off-by: Michael Walle <michael@xxxxxxxx>

Reviewed-by: Jesse Brandeburg <jesse.brandeburg@xxxxxxxxx>