]> www.infradead.org Git - users/willy/pagecache.git/commit
Merge branch 'fix-aqr-pma-capabilities'
authorJakub Kicinski <kuba@kernel.org>
Thu, 3 Oct 2024 23:16:04 +0000 (16:16 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 3 Oct 2024 23:16:05 +0000 (16:16 -0700)
commitec636707f757474c959dc4e90f58e32aa9eb060a
treeec75b25e1689b4ad2e01daf7848163fa885453ce
parent55e802468e1d38dec8e25a2fdb6078d45b647e8c
parent8f61d73306c62e3c0e368cf6051330f4593415f6
Merge branch 'fix-aqr-pma-capabilities'

Abhishek Chauhan says:

====================
Fix AQR PMA capabilities

Patch 1:-
AQR115c reports incorrect PMA capabilities which includes
10G/5G and also incorrectly disables capabilities like autoneg
and 10Mbps support.

AQR115c as per the Marvell databook supports speeds up to 2.5Gbps
with autonegotiation.

Patch 2:-
Remove the use of phy_set_max_speed in phy driver as the
function is mainly used in MAC driver to set the max
speed.

Instead use get_features to fix up Phy PMA capabilities for
AQR111, AQR111B0, AQR114C and AQCS109
====================

Link: https://patch.msgid.link/20241001224626.2400222-1-quic_abchauha@quicinc.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>