Re: [PATCH v5 06/20] net: eth-uclass: add function eth_start_udev()

2024-07-26 Thread Jerome Forissier
On 7/25/24 20:27, Tom Rini wrote: > On Thu, Jul 25, 2024 at 02:57:27PM +0200, Jerome Forissier wrote: > >> Add a function to start a given etwork device, and update eth_init() > > Typo, "network". Fixed in v6. >> to use it. >> >> Signed-off-by: Jerome Forissier > > And this is where most

Re: [PATCH v5 06/20] net: eth-uclass: add function eth_start_udev()

2024-07-25 Thread Tom Rini
On Thu, Jul 25, 2024 at 02:57:27PM +0200, Jerome Forissier wrote: > Add a function to start a given etwork device, and update eth_init() Typo, "network". > to use it. > > Signed-off-by: Jerome Forissier And this is where most of the tiny and acceptable growth comes from in the legacy network

[PATCH v5 06/20] net: eth-uclass: add function eth_start_udev()

2024-07-25 Thread Jerome Forissier
Add a function to start a given etwork device, and update eth_init() to use it. Signed-off-by: Jerome Forissier --- include/net-common.h | 1 + net/eth-uclass.c | 38 +- 2 files changed, 26 insertions(+), 13 deletions(-) diff --git a/include/net-common.h