commit | add396d66703c6c422353f950e584fae2a786a20 | [log] [tgz] |
---|---|---|
author | Sergei Antonov <saproj@gmail.com> | Fri Feb 03 22:09:04 2023 +0300 |
committer | Tom Rini <trini@konsulko.com> | Fri Feb 10 13:41:07 2023 -0500 |
tree | 1b756fb08296e17f4edec6f4dd40c7a6e2fb9a80 | |
parent | 9628c3e8b12d6e64dd649b14770c25b5e8be3b70 [diff] |
net: ftmac100: add mii read and write callbacks 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 <saproj@gmail.com> Reviewed-by: Rick Chen <rick@andestech.com> Tested-by: Rick Chen <rick@andestech.com>