commit | 30878fafca713aa5ec1fb7ea042b76513b7d3503 | [log] [tgz] |
---|---|---|
author | Sergei Antonov <saproj@gmail.com> | Thu Jan 19 22:51:16 2023 +0300 |
committer | Tom Rini <trini@konsulko.com> | Thu Feb 02 14:44:53 2023 -0500 |
tree | 57d24f32a9b44d4fbea7d461781baa01c4ae19b6 | |
parent | 752158dcc892d8227d82c5bf3fe7b4363063d463 [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>