Re: [PATCH net-next v3 1/8] net: phy: add support for a common probe between shared PHYs

2020-06-20 Thread Andrew Lunn
On Fri, Jun 19, 2020 at 02:22:53PM +0200, Antoine Tenart wrote: > Shared PHYs (PHYs in the same hardware package) may have shared > registers and their drivers would usually need to share information. > There is currently a way to have a shared (part of the) init, by using >

[PATCH net-next v3 1/8] net: phy: add support for a common probe between shared PHYs

2020-06-19 Thread Antoine Tenart
Shared PHYs (PHYs in the same hardware package) may have shared registers and their drivers would usually need to share information. There is currently a way to have a shared (part of the) init, by using phy_package_init_once(). This patch extends the logic to share parts of the probe to allow