diff options
| author | Daniel Golle <daniel@makrotopia.org> | 2024-01-28 03:55:15 +0000 |
|---|---|---|
| committer | Daniel Golle <daniel@makrotopia.org> | 2024-02-15 19:06:36 +0000 |
| commit | 4cb6bd9a6d7ca2b5ff90592b815d344de1ab6770 (patch) | |
| tree | f3c1a32832c3ec2b6cb98a80c9790fe85bd1b329 /target/linux/ramips | |
| parent | c36de2e73a31c0c41c5e091dce31dbdcf77319de (diff) | |
| download | upstream-4cb6bd9a6d7ca2b5ff90592b815d344de1ab6770.tar.gz upstream-4cb6bd9a6d7ca2b5ff90592b815d344de1ab6770.tar.bz2 upstream-4cb6bd9a6d7ca2b5ff90592b815d344de1ab6770.zip | |
mediatek: switch to pending XFI 10G Ethernet drivers
Replace previous patch adding paths and SerDes modes with patch series
pending upstream adding dedicated drivers for XFI T-PHY and USXGMII PCS,
extends LynxI PCS to be a standalone platform driver and as a consequence
makes much less changes to the actual Ethernet driver mtk_eth_soc.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/ramips')
2 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/ramips/patches-6.1/005-v6.5-09-MAINTAINERS-add-Mediatek-MTMIPS-Clock-maintainer.patch b/target/linux/ramips/patches-6.1/005-v6.5-09-MAINTAINERS-add-Mediatek-MTMIPS-Clock-maintainer.patch index 35a1c91f7cc..361dc81df74 100644 --- a/target/linux/ramips/patches-6.1/005-v6.5-09-MAINTAINERS-add-Mediatek-MTMIPS-Clock-maintainer.patch +++ b/target/linux/ramips/patches-6.1/005-v6.5-09-MAINTAINERS-add-Mediatek-MTMIPS-Clock-maintainer.patch @@ -13,7 +13,7 @@ Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> --- a/MAINTAINERS +++ b/MAINTAINERS -@@ -13012,6 +13012,12 @@ S: Maintained +@@ -13014,6 +13014,12 @@ S: Maintained F: Documentation/devicetree/bindings/clock/mediatek,mt7621-sysc.yaml F: drivers/clk/ralink/clk-mt7621.c diff --git a/target/linux/ramips/patches-6.1/700-net-ethernet-mediatek-support-net-labels.patch b/target/linux/ramips/patches-6.1/700-net-ethernet-mediatek-support-net-labels.patch index ac8585b74f7..a6e2aa04ca3 100644 --- a/target/linux/ramips/patches-6.1/700-net-ethernet-mediatek-support-net-labels.patch +++ b/target/linux/ramips/patches-6.1/700-net-ethernet-mediatek-support-net-labels.patch @@ -14,15 +14,15 @@ Signed-off-by: René van Dorst <opensource@vdorst.com> --- a/drivers/net/ethernet/mediatek/mtk_eth_soc.c +++ b/drivers/net/ethernet/mediatek/mtk_eth_soc.c -@@ -4612,6 +4612,7 @@ static const struct net_device_ops mtk_n +@@ -4643,6 +4643,7 @@ static const struct net_device_ops mtk_n static int mtk_add_mac(struct mtk_eth *eth, struct device_node *np) { + const char *name = of_get_property(np, "label", NULL); const __be32 *_id = of_get_property(np, "reg", NULL); + struct device_node *pcs_np; phy_interface_t phy_mode; - struct phylink *phylink; -@@ -4783,6 +4784,9 @@ static int mtk_add_mac(struct mtk_eth *e +@@ -4840,6 +4841,9 @@ static int mtk_add_mac(struct mtk_eth *e register_netdevice_notifier(&mac->device_notifier); } |
