Commit fef599f
committed
Merge branch 'net-phy-realtek-complete-5gbps-support-and-replace-private-constants'
Heiner Kallweit says:
====================
net: phy: realtek: complete 5Gbps support and replace private constants
Realtek maps standard C45 registers to vendor-specific registers which
can be accessed via C22 w/o MMD. For an unknown reason C22 MMD access
to C45 registers isn't supported for integrated PHY's.
However the vendor-specific registers preserve the format of the C45
registers, so we can use standard constants. First two patches are
cherry-picked from a series posted by Marek some time ago.
RTL8126 supports 5Gbps, therefore add the missing 5Gbps support to
rtl822x_config_aneg().
====================
Link: https://lore.kernel.org/r/31a83fd9-90ce-402a-84c7-d5c20540b730@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>2 files changed
+20
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | 60 | | |
69 | 61 | | |
70 | 62 | | |
| |||
674 | 666 | | |
675 | 667 | | |
676 | 668 | | |
677 | | - | |
| 669 | + | |
678 | 670 | | |
679 | | - | |
| 671 | + | |
680 | 672 | | |
681 | | - | |
| 673 | + | |
682 | 674 | | |
683 | 675 | | |
684 | 676 | | |
| |||
688 | 680 | | |
689 | 681 | | |
690 | 682 | | |
691 | | - | |
| 683 | + | |
692 | 684 | | |
693 | 685 | | |
694 | 686 | | |
695 | | - | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
696 | 691 | | |
697 | 692 | | |
698 | | - | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
699 | 696 | | |
700 | 697 | | |
701 | 698 | | |
| |||
714 | 711 | | |
715 | 712 | | |
716 | 713 | | |
717 | | - | |
| 714 | + | |
| 715 | + | |
718 | 716 | | |
719 | | - | |
| 717 | + | |
| 718 | + | |
720 | 719 | | |
721 | | - | |
| 720 | + | |
| 721 | + | |
722 | 722 | | |
723 | 723 | | |
724 | 724 | | |
| |||
736 | 736 | | |
737 | 737 | | |
738 | 738 | | |
739 | | - | |
| 739 | + | |
740 | 740 | | |
741 | 741 | | |
742 | 742 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| 141 | + | |
| 142 | + | |
141 | 143 | | |
142 | 144 | | |
143 | 145 | | |
| |||
0 commit comments