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

2023-02-10 Thread Tom Rini
On Fri, Feb 03, 2023 at 10:09:04PM +0300, Sergei Antonov wrote: > Register mii_bus with read and write callbacks to 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 > Reviewed-by: Rick Chen > Tested-by:

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

2023-02-08 Thread Rick Chen
> From: U-Boot On Behalf Of Sergei Antonov > Sent: Saturday, February 04, 2023 3:09 AM > To: u-boot@lists.denx.de; rfried@gmail.com; joe.hershber...@ni.com > Cc: Sergei Antonov > Subject: [PATCH v3 3/3] net: ftmac100: add mii read and write callbacks > > Register mii_bu

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

2023-02-03 Thread Sergei Antonov
Register mii_bus with read and write callbacks to 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 --- v2 -> v3: no change v1 -> v2: * fix a typo in the description * add a dependency from MII to Kconfig