All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] phy: atheros: set auto-negotiation for AR8021
@ 2017-12-14  1:50 Zhao Qiang
  2018-01-03 17:06 ` Joe Hershberger
  2018-01-22 16:57 ` [U-Boot] " Joe Hershberger
  0 siblings, 2 replies; 3+ messages in thread
From: Zhao Qiang @ 2017-12-14  1:50 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Zhao Qiang <qiang.zhao@nxp.com>
---
 drivers/net/phy/atheros.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/phy/atheros.c b/drivers/net/phy/atheros.c
index b34cdd3d87..d7e76deeb7 100644
--- a/drivers/net/phy/atheros.c
+++ b/drivers/net/phy/atheros.c
@@ -19,6 +19,7 @@
 
 static int ar8021_config(struct phy_device *phydev)
 {
+	phy_write(phydev, MDIO_DEVAD_NONE, 0x00, 0x1200);
 	phy_write(phydev, MDIO_DEVAD_NONE, 0x1d, 0x05);
 	phy_write(phydev, MDIO_DEVAD_NONE, 0x1e, 0x3D47);
 
-- 
2.14.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] phy: atheros: set auto-negotiation for AR8021
  2017-12-14  1:50 [U-Boot] [PATCH] phy: atheros: set auto-negotiation for AR8021 Zhao Qiang
@ 2018-01-03 17:06 ` Joe Hershberger
  2018-01-22 16:57 ` [U-Boot] " Joe Hershberger
  1 sibling, 0 replies; 3+ messages in thread
From: Joe Hershberger @ 2018-01-03 17:06 UTC (permalink / raw)
  To: u-boot

On Wed, Dec 13, 2017 at 7:50 PM, Zhao Qiang <qiang.zhao@nxp.com> wrote:
> Signed-off-by: Zhao Qiang <qiang.zhao@nxp.com>

Acked-by: Joe Hershberger <joe.hershberger@ni.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] phy: atheros: set auto-negotiation for AR8021
  2017-12-14  1:50 [U-Boot] [PATCH] phy: atheros: set auto-negotiation for AR8021 Zhao Qiang
  2018-01-03 17:06 ` Joe Hershberger
@ 2018-01-22 16:57 ` Joe Hershberger
  1 sibling, 0 replies; 3+ messages in thread
From: Joe Hershberger @ 2018-01-22 16:57 UTC (permalink / raw)
  To: u-boot

Hi Qiang,

https://patchwork.ozlabs.org/patch/848354/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git

Thanks!
-Joe

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-01-22 16:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-14  1:50 [U-Boot] [PATCH] phy: atheros: set auto-negotiation for AR8021 Zhao Qiang
2018-01-03 17:06 ` Joe Hershberger
2018-01-22 16:57 ` [U-Boot] " Joe Hershberger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.