[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1579701573-6609-1-git-send-email-madalin.bucur@oss.nxp.com>
Date: Wed, 22 Jan 2020 15:59:31 +0200
From: Madalin Bucur <madalin.bucur@....nxp.com>
To: davem@...emloft.net
Cc: andrew@...n.ch, f.fainelli@...il.com, hkallweit1@...il.com,
netdev@...r.kernel.org, ykaukab@...e.de,
Madalin Bucur <madalin.bucur@....nxp.com>
Subject: [PATCH net-next 0/2] net: phy: aquantia: indicate rate adaptation
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@...e.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
Powered by blists - more mailing lists