]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'net-phy-switch-eee_broken_modes-to-linkmode-bitmap-and-add-accessor'
authorJakub Kicinski <kuba@kernel.org>
Fri, 15 Nov 2024 02:01:40 +0000 (18:01 -0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 15 Nov 2024 02:02:11 +0000 (18:02 -0800)
commit76e81a5a1749e638a09b424641f0b9d3ece1f2a7
tree62df43444140acfbefeb0ce2ecc6586c8638afbb
parenta79993b5fce69e97f900bb975f6127e25cebf130
parente340bff27e63ed61a1e9895bed546107859e48a7
Merge branch 'net-phy-switch-eee_broken_modes-to-linkmode-bitmap-and-add-accessor'

Heiner Kallweit says:

====================
net: phy: switch eee_broken_modes to linkmode bitmap and add accessor

eee_broken_modes has a eee_cap1 register layout currently. This doesn't
allow to flag e.g. 2.5Gbps or 5Gbps BaseT EEE as broken. To overcome
this limitation switch eee_broken_modes to a linkmode bitmap.
Add an accessor for the bitmap and use it in r8169.
====================

Link: https://patch.msgid.link/405734c5-0ed4-40e4-9ac9-91084b9536d6@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>