diff mbox series

[v2] net: phy: marvell: Limit 88m1101 autoneg errata to 88E1145 as well.

Message ID 20171218022643.47454-1-qiang.zhao@nxp.com
State Accepted, archived
Delegated to: David Miller
Headers show
Series [v2] net: phy: marvell: Limit 88m1101 autoneg errata to 88E1145 as well. | expand

Commit Message

Qiang Zhao Dec. 18, 2017, 2:26 a.m. UTC
88E1145 also need this autoneg errata.

Fixes: f2899788353c ("net: phy: marvell: Limit errata to 88m1101")
Signed-off-by: Zhao Qiang <qiang.zhao@nxp.com>
---
Changes for v2
	- modify the commit msg in a proper way.

 drivers/net/phy/marvell.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

David Miller Dec. 18, 2017, 6:19 p.m. UTC | #1
From: Zhao Qiang <qiang.zhao@nxp.com>
Date: Mon, 18 Dec 2017 10:26:43 +0800

> 88E1145 also need this autoneg errata.
> 
> Fixes: f2899788353c ("net: phy: marvell: Limit errata to 88m1101")
> Signed-off-by: Zhao Qiang <qiang.zhao@nxp.com>
> ---
> Changes for v2
> 	- modify the commit msg in a proper way.

Applied and queued up for -stable.
Qiang Zhao Dec. 19, 2017, 2:13 a.m. UTC | #2
From: David Miller <davem@davemloft.net>
 Date: Tue, 19 Dec 2017 2:20AM
> -----Original Message-----
> From: David Miller [mailto:davem@davemloft.net]
> Sent: Tuesday, December 19, 2017 2:20 AM
> To: Qiang Zhao <qiang.zhao@nxp.com>
> Cc: netdev@vger.kernel.org
> Subject: Re: [Patch v2] net: phy: marvell: Limit 88m1101 autoneg errata to
> 88E1145 as well.
> 
> From: Zhao Qiang <qiang.zhao@nxp.com>
> Date: Mon, 18 Dec 2017 10:26:43 +0800
> 
> > 88E1145 also need this autoneg errata.
> >
> > Fixes: f2899788353c ("net: phy: marvell: Limit errata to 88m1101")
> > Signed-off-by: Zhao Qiang <qiang.zhao@nxp.com>
> > ---
> > Changes for v2
> > 	- modify the commit msg in a proper way.
> 
> Applied and queued up for -stable.

Thank you!

Best Regards
Qiang Zhao
diff mbox series

Patch

diff --git a/drivers/net/phy/marvell.c b/drivers/net/phy/marvell.c
index 4d02b27..a3f456b 100644
--- a/drivers/net/phy/marvell.c
+++ b/drivers/net/phy/marvell.c
@@ -2069,7 +2069,7 @@  static int m88e1510_probe(struct phy_device *phydev)
 		.flags = PHY_HAS_INTERRUPT,
 		.probe = marvell_probe,
 		.config_init = &m88e1145_config_init,
-		.config_aneg = &marvell_config_aneg,
+		.config_aneg = &m88e1101_config_aneg,
 		.read_status = &genphy_read_status,
 		.ack_interrupt = &marvell_ack_interrupt,
 		.config_intr = &marvell_config_intr,