kernel: add pending mtk_sgmii and phy improvements from @lynxis
authorDaniel Golle <daniel@makrotopia.org>
Mon, 15 Aug 2022 16:50:10 +0000 (18:50 +0200)
committerDaniel Golle <daniel@makrotopia.org>
Tue, 30 Aug 2022 12:36:28 +0000 (13:36 +0100)
commite504fdae4e1d0e7ae112828ec9f71db6f9821c71
treef1e506330f0eeeba45f69c0b774ed17773e1cecd
parentaab466f422500842adb62ddb7b1357e2e123ebb2
kernel: add pending mtk_sgmii and phy improvements from @lynxis

Add pending patches from Alexander 'lynxis' Couzens which are required
for RealTek NBase-T PHYs or SFP+ cages to work when connected to the
SGMII interface provided by recent MediaTek SoCs [1].
The patches for MT753x fix link speed limitation on CPU ports observed
by many users which is due to reset being carried out wrongly [2].

[1]: https://patchwork.kernel.org/project/netdevbpf/list/?series=669488&state=*
[2]: https://patchwork.kernel.org/project/netdevbpf/list/?series=669486&state=*

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
target/linux/generic/pending-5.15/721-net-phy-realtek-rtl8221-allow-to-configure-SERDES-mo.patch [new file with mode: 0644]
target/linux/generic/pending-5.15/722-net-mt7531-only-do-PLL-once-after-the-reset.patch [new file with mode: 0644]
target/linux/generic/pending-5.15/723-net-mt7531-ensure-all-MACs-are-powered-down-before-r.patch [new file with mode: 0644]
target/linux/generic/pending-5.15/724-net-mtk_sgmii-implement-mtk_pcs_ops.patch [new file with mode: 0644]
target/linux/generic/pending-5.15/725-net-mtk_sgmii-fix-powering-up-the-SGMII-phy.patch [new file with mode: 0644]
target/linux/generic/pending-5.15/726-net-mtk_sgmii-ensure-the-SGMII-PHY-is-powered-down-o.patch [new file with mode: 0644]
target/linux/generic/pending-5.15/727-net-mtk_sgmii-mtk_pcs_setup_mode_an-don-t-rely-on-re.patch [new file with mode: 0644]
target/linux/generic/pending-5.15/728-net-mtk_sgmii-set-the-speed-according-to-the-phy-int.patch [new file with mode: 0644]
target/linux/generic/pending-5.15/729-net-mtk_eth_soc-improve-comment.patch [new file with mode: 0644]
target/linux/generic/pending-5.15/730-mtk_sgmii-enable-PCS-polling-to-allow-SFP-work.patch [new file with mode: 0644]