netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] net: phy: aquantia: indicate rate adaptation
@ 2020-01-22 13:59 Madalin Bucur
  2020-01-22 13:59 ` [PATCH net-next 1/2] net: phy: aquantia: add rate_adaptation indication Madalin Bucur
  2020-01-22 13:59 ` [PATCH net-next 2/2] dpaa_eth: support all modes with rate adapting PHYs Madalin Bucur
  0 siblings, 2 replies; 22+ messages in thread
From: Madalin Bucur @ 2020-01-22 13:59 UTC (permalink / raw)
  To: davem; +Cc: andrew, f.fainelli, hkallweit1, netdev, ykaukab, Madalin Bucur

This patch-set introduces a bit into the phy_device
structure to indicate the PHYs ability to do rate
adaptation between the system and line interfaces and
sets this bit for the Aquantia PHYs that have this feature.

By taking into account the presence of the said bit, address
an issue with the LS1046ARDB board 10G interface no longer
working with an 1G link partner after autonegotiation support
was added for the Aquantia PHY on board in

commit 09c4c57f7bc4 ("net: phy: aquantia: add support for auto-negotiation configuration")

As it only worked in other modes besides 10G because the PHY
was not configured by its driver to remove them, this is not
really a bug fix but more of a feature add.

Reported-by: Mian Yousaf Kaukab <ykaukab@suse.de>

Madalin Bucur (2):
  net: phy: aquantia: add rate_adaptation indication
  dpaa_eth: support all modes with rate adapting PHYs

 drivers/net/ethernet/freescale/dpaa/dpaa_eth.c | 10 +++++++---
 drivers/net/phy/aquantia_main.c                |  3 +++
 include/linux/phy.h                            |  3 +++
 3 files changed, 13 insertions(+), 3 deletions(-)

-- 
2.1.0


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

end of thread, other threads:[~2020-01-30  9:40 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-22 13:59 [PATCH net-next 0/2] net: phy: aquantia: indicate rate adaptation Madalin Bucur
2020-01-22 13:59 ` [PATCH net-next 1/2] net: phy: aquantia: add rate_adaptation indication Madalin Bucur
2020-01-22 17:58   ` Florian Fainelli
2020-01-23  7:38     ` Madalin Bucur (OSS)
2020-01-27 17:42       ` Florian Fainelli
2020-01-28  7:02         ` Madalin Bucur (OSS)
2020-01-28 15:55         ` Vladimir Oltean
2020-01-29  9:38           ` Madalin Bucur (OSS)
2020-01-29 10:15             ` Vladimir Oltean
2020-01-29 10:53               ` Madalin Bucur (OSS)
2020-01-29 10:57                 ` Russell King - ARM Linux admin
2020-01-29 10:59                   ` Madalin Bucur (OSS)
2020-01-29 11:57                 ` Vladimir Oltean
2020-01-29 12:47                   ` Madalin Bucur
2020-01-29 13:44                 ` Andrew Lunn
2020-01-29 14:36                   ` Madalin Bucur (OSS)
2020-01-29 15:33                     ` Andrew Lunn
2020-01-30  9:40                       ` Madalin Bucur (OSS)
2020-01-22 13:59 ` [PATCH net-next 2/2] dpaa_eth: support all modes with rate adapting PHYs Madalin Bucur
2020-01-22 20:05   ` Heiner Kallweit
2020-01-23  7:20     ` Madalin Bucur (OSS)
2020-01-29 13:34       ` Russell King - ARM Linux admin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).