Re: [U-Boot] [PATCH 18/51] cmd: mdio: Add 'driver' subcommand

2017-07-25 Thread Mario Six
Hi Simon, On Tue, Jul 18, 2017 at 4:02 PM, Simon Glass wrote: > Hi Mario, > > On 14 July 2017 at 05:55, Mario Six wrote: >> For debug purposes it is sometimes useful to have the ability to >> interact with the driver functionality of a phy from the command

Re: [U-Boot] [PATCH 18/51] cmd: mdio: Add 'driver' subcommand

2017-07-18 Thread Simon Glass
Hi Mario, On 14 July 2017 at 05:55, Mario Six wrote: > For debug purposes it is sometimes useful to have the ability to > interact with the driver functionality of a phy from the command line > (e.g. to manually issue startup, configuration, or shutdown commands to > the phy

[U-Boot] [PATCH 18/51] cmd: mdio: Add 'driver' subcommand

2017-07-14 Thread Mario Six
For debug purposes it is sometimes useful to have the ability to interact with the driver functionality of a phy from the command line (e.g. to manually issue startup, configuration, or shutdown commands to the phy device). This patch adds such a command, which allows issuing the following