Re: [PATCH 2/6] net: dsa: move cpu port probe to dsa_post_probe

2022-04-01 Thread Ramon Fried
On Wed, Mar 30, 2022 at 1:52 AM Tim Harvey wrote: > > In order to ensure that a DSA driver probe gets called before > dsa_ops->port_probe move the port_probe of the cpu_port to > a post-probe function. > > Signed-off-by: Tim Harvey > --- > net/dsa-uclass.c | 14 +++--- > 1 file changed,

[PATCH 2/6] net: dsa: move cpu port probe to dsa_post_probe

2022-03-29 Thread Tim Harvey
In order to ensure that a DSA driver probe gets called before dsa_ops->port_probe move the port_probe of the cpu_port to a post-probe function. Signed-off-by: Tim Harvey --- net/dsa-uclass.c | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/net/dsa-uclass.c b/ne