Re: [PATCH 1/6] net: mdio-uclass: scan for dm mdio children on post-bind

2022-04-01 Thread Ramon Fried
On Wed, Mar 30, 2022 at 1:52 AM Tim Harvey wrote: > > If a DM_MDIO driver is used we need to scan the subnodes as well. > > Signed-off-by: Tim Harvey > Signed-off-by: Vladimir Oltean > --- > net/mdio-uclass.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/net/mdio-uclass.c b/net/m

[PATCH 1/6] net: mdio-uclass: scan for dm mdio children on post-bind

2022-03-29 Thread Tim Harvey
If a DM_MDIO driver is used we need to scan the subnodes as well. Signed-off-by: Tim Harvey Signed-off-by: Vladimir Oltean --- net/mdio-uclass.c | 4 1 file changed, 4 insertions(+) diff --git a/net/mdio-uclass.c b/net/mdio-uclass.c index e74e34f78f9c..190cb08b31d8 100644 --- a/net/mdio-u