]> www.infradead.org Git - users/hch/dma-mapping.git/commitdiff
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)
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>

Trivial merge