[U-Boot] [PATCH v3 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 | 51 --- 1 file changed, 36 insertions(+), 15 deletions(-) diff --git a/cmd/mdio.c

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

2019-01-23 Thread Joe Hershberger
On Wed, Jan 23, 2019 at 10:07 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 Acked-by: Joe Hershberger ___ U-Boot ma

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

2019-01-23 Thread Joe Hershberger
On Wed, Jan 23, 2019 at 10:23 AM Joe Hershberger wrote: > > On Wed, Jan 23, 2019 at 10:07 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 > > Acked-by:

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

2019-01-23 Thread Carlo Caione
On 23/01/19 16:31, Joe Hershberger wrote: On Wed, Jan 23, 2019 at 10:23 AM Joe Hershberger wrote: On Wed, Jan 23, 2019 at 10:07 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-

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

2019-01-23 Thread Joe Hershberger
On Wed, Jan 23, 2019 at 10:58 AM Carlo Caione wrote: > > On 23/01/19 16:31, Joe Hershberger wrote: > >On Wed, Jan 23, 2019 at 10:23 AM Joe Hershberger > >wrote: > >> > >> On Wed, Jan 23, 2019 at 10:07 AM Carlo Caione wrote: > >> > > >> > Two new parameters (rmmd and wmmd) are added to allow the