
12 Aug
2019
12 Aug
'19
11:26 a.m.
On 8/7/2019 7:08 PM, Alex Marginean wrote:
The helper is useful for platforms that link ethernet interfaces and PHYs in device tree using current bindings. Drivers could do this directly, but the code is generic enough and helps keep drivers simpler.
Signed-off-by: Alex Marginean alexm.osslist@gmail.com
include/miiphy.h | 12 +++++ net/mdio-uclass.c | 118 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 130 insertions(+)
superseded by https://patchwork.ozlabs.org/project/uboot/list/?series=124537
Thanks! Alex