Re: [U-Boot] [PATCH v2 3/3] cmd: mdio: Add new parameter to access MMD PHY registers

2019-01-23 Thread Joe Hershberger
On Wed, Jan 23, 2019 at 7:15 AM Carlo Caione wrote: > > Two new parameters (rmmd and wmmd) are added to allow the `mdio` command > to access the content of the MMD PHY registers. > > Signed-off-by: Carlo Caione > --- > cmd/mdio.c | 33 +++-- > 1 file changed, 27

[U-Boot] [PATCH v2 3/3] cmd: mdio: Add new parameter to access MMD PHY registers

2019-01-23 Thread Carlo Caione
Two new parameters (rmmd and wmmd) are added to allow the `mdio` command to access the content of the MMD PHY registers. Signed-off-by: Carlo Caione --- cmd/mdio.c | 33 +++-- 1 file changed, 27 insertions(+), 6 deletions(-) diff --git a/cmd/mdio.c b/cmd/mdio.c