Re: [PATCH 3/3] net: ftmac100: add mii read and write callbacks

2023-02-03 Thread Ramon Fried
On Thu, Jan 19, 2023 at 9:55 PM Sergei Antonov wrote: > > On Tue, 10 Jan 2023 at 20:13, Ramon Fried wrote: > > > Reviewed-by: Ramon Fried > > Hello, Ramon! I have just submitted a v2 of this patch. The only > substantial difference there is a Kconfig addition. If you are fine > with it, could

Re: [PATCH 3/3] net: ftmac100: add mii read and write callbacks

2023-01-19 Thread Sergei Antonov
On Tue, 10 Jan 2023 at 20:13, Ramon Fried wrote: > Reviewed-by: Ramon Fried Hello, Ramon! I have just submitted a v2 of this patch. The only substantial difference there is a Kconfig addition. If you are fine with it, could you please give it your "Reviewed-by"?

Re: [PATCH 3/3] net: ftmac100: add mii read and write callbacks

2023-01-10 Thread Ramon Fried
On Wed, Dec 28, 2022 at 1:55 PM Sergei Antonov wrote: > > Register mii_bus with read and write callbacks tp allow the 'mii' > command to work. Use a timeout of 10 ms to wait for the R/W > operations to complete. > > Signed-off-by: Sergei Antonov > --- > drivers/net/ftmac100.c | 103

[PATCH 3/3] net: ftmac100: add mii read and write callbacks

2022-12-28 Thread Sergei Antonov
Register mii_bus with read and write callbacks tp allow the 'mii' command to work. Use a timeout of 10 ms to wait for the R/W operations to complete. Signed-off-by: Sergei Antonov --- drivers/net/ftmac100.c | 103 + drivers/net/ftmac100.h | 9 2