From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Mon, 8 Jul 2019 15:40:48 +0800 Subject: [U-Boot] [PATCH 3/4 v3] test: dm_mdio: add a 2nd register to the emulated PHY In-Reply-To: <20190618145823.606-3-alexandru.marginean@nxp.com> References: <20190618145823.606-1-alexandru.marginean@nxp.com> <20190618145823.606-3-alexandru.marginean@nxp.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, Jun 18, 2019 at 10:58 PM Alexandru Marginean wrote: > > This 2nd register is used by the follow-up MDIO MUX test. > > Signed-off-by: Alex Marginean > --- > > Changes in v2: > - no change > Changes in v3: > - no change, just fighting with the email server > > drivers/net/mdio_sandbox.c | 16 +++++++++------- > test/dm/mdio.c | 3 +++ > 2 files changed, 12 insertions(+), 7 deletions(-) > Reviewed-by: Bin Meng