commit | b8a0ab9a40dca6055e9bbca6269900a44cd5a7be | [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 | 2f69cb0a8fa1bfe8c8a16f7085f375d6719adb19 [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>