]> www.infradead.org Git - users/dwmw2/openwrt.git/commitdiff
ramips: move and rename out-of-tree mtk eth driver
authorChuanhong Guo <gch981213@gmail.com>
Thu, 9 Apr 2020 06:09:48 +0000 (14:09 +0800)
committerChuanhong Guo <gch981213@gmail.com>
Sun, 12 Apr 2020 14:27:17 +0000 (22:27 +0800)
move the driver into shared 'files' directory and rename all symbols
from mediatek/mtk to ralink.

Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
36 files changed:
target/linux/ramips/files-4.14/drivers/net/ethernet/mediatek/Kconfig [deleted file]
target/linux/ramips/files-4.14/drivers/net/ethernet/mediatek/Makefile [deleted file]
target/linux/ramips/files/drivers/net/ethernet/ralink/Kconfig [new file with mode: 0644]
target/linux/ramips/files/drivers/net/ethernet/ralink/Makefile [new file with mode: 0644]
target/linux/ramips/files/drivers/net/ethernet/ralink/esw_rt3050.c [moved from target/linux/ramips/files-4.14/drivers/net/ethernet/mediatek/esw_rt3050.c with 100% similarity]
target/linux/ramips/files/drivers/net/ethernet/ralink/esw_rt3050.h [moved from target/linux/ramips/files-4.14/drivers/net/ethernet/mediatek/esw_rt3050.h with 95% similarity]
target/linux/ramips/files/drivers/net/ethernet/ralink/ethtool.c [moved from target/linux/ramips/files-4.14/drivers/net/ethernet/mediatek/ethtool.c with 100% similarity]
target/linux/ramips/files/drivers/net/ethernet/ralink/ethtool.h [moved from target/linux/ramips/files-4.14/drivers/net/ethernet/mediatek/ethtool.h with 100% similarity]
target/linux/ramips/files/drivers/net/ethernet/ralink/gsw_mt7620.c [moved from target/linux/ramips/files-4.14/drivers/net/ethernet/mediatek/gsw_mt7620.c with 100% similarity]
target/linux/ramips/files/drivers/net/ethernet/ralink/gsw_mt7620.h [moved from target/linux/ramips/files-4.14/drivers/net/ethernet/mediatek/gsw_mt7620.h with 100% similarity]
target/linux/ramips/files/drivers/net/ethernet/ralink/gsw_mt7621.c [moved from target/linux/ramips/files-4.14/drivers/net/ethernet/mediatek/gsw_mt7621.c with 100% similarity]
target/linux/ramips/files/drivers/net/ethernet/ralink/mdio.c [moved from target/linux/ramips/files-4.14/drivers/net/ethernet/mediatek/mdio.c with 98% similarity]
target/linux/ramips/files/drivers/net/ethernet/ralink/mdio.h [moved from target/linux/ramips/files-4.14/drivers/net/ethernet/mediatek/mdio.h with 96% similarity]
target/linux/ramips/files/drivers/net/ethernet/ralink/mdio_mt7620.c [moved from target/linux/ramips/files-4.14/drivers/net/ethernet/mediatek/mdio_mt7620.c with 100% similarity]
target/linux/ramips/files/drivers/net/ethernet/ralink/mdio_rt2880.c [moved from target/linux/ramips/files-4.14/drivers/net/ethernet/mediatek/mdio_rt2880.c with 100% similarity]
target/linux/ramips/files/drivers/net/ethernet/ralink/mdio_rt2880.h [moved from target/linux/ramips/files-4.14/drivers/net/ethernet/mediatek/mdio_rt2880.h with 100% similarity]
target/linux/ramips/files/drivers/net/ethernet/ralink/mt7530.c [moved from target/linux/ramips/files-4.14/drivers/net/ethernet/mediatek/mt7530.c with 100% similarity]
target/linux/ramips/files/drivers/net/ethernet/ralink/mt7530.h [moved from target/linux/ramips/files-4.14/drivers/net/ethernet/mediatek/mt7530.h with 100% similarity]
target/linux/ramips/files/drivers/net/ethernet/ralink/mtk_debugfs.c [moved from target/linux/ramips/files-4.14/drivers/net/ethernet/mediatek/mtk_debugfs.c with 100% similarity]
target/linux/ramips/files/drivers/net/ethernet/ralink/mtk_eth_soc.c [moved from target/linux/ramips/files-4.14/drivers/net/ethernet/mediatek/mtk_eth_soc.c with 99% similarity]
target/linux/ramips/files/drivers/net/ethernet/ralink/mtk_eth_soc.h [moved from target/linux/ramips/files-4.14/drivers/net/ethernet/mediatek/mtk_eth_soc.h with 100% similarity]
target/linux/ramips/files/drivers/net/ethernet/ralink/mtk_offload.c [moved from target/linux/ramips/files-4.14/drivers/net/ethernet/mediatek/mtk_offload.c with 99% similarity]
target/linux/ramips/files/drivers/net/ethernet/ralink/mtk_offload.h [moved from target/linux/ramips/files-4.14/drivers/net/ethernet/mediatek/mtk_offload.h with 100% similarity]
target/linux/ramips/files/drivers/net/ethernet/ralink/soc_mt7620.c [moved from target/linux/ramips/files-4.14/drivers/net/ethernet/mediatek/soc_mt7620.c with 100% similarity]
target/linux/ramips/files/drivers/net/ethernet/ralink/soc_mt7621.c [moved from target/linux/ramips/files-4.14/drivers/net/ethernet/mediatek/soc_mt7621.c with 100% similarity]
target/linux/ramips/files/drivers/net/ethernet/ralink/soc_rt2880.c [moved from target/linux/ramips/files-4.14/drivers/net/ethernet/mediatek/soc_rt2880.c with 100% similarity]
target/linux/ramips/files/drivers/net/ethernet/ralink/soc_rt3050.c [moved from target/linux/ramips/files-4.14/drivers/net/ethernet/mediatek/soc_rt3050.c with 100% similarity]
target/linux/ramips/files/drivers/net/ethernet/ralink/soc_rt3883.c [moved from target/linux/ramips/files-4.14/drivers/net/ethernet/mediatek/soc_rt3883.c with 100% similarity]
target/linux/ramips/mt7620/config-4.14
target/linux/ramips/mt7621/config-5.4
target/linux/ramips/mt76x8/config-4.14
target/linux/ramips/patches-4.14/200-add-ralink-eth.patch [new file with mode: 0644]
target/linux/ramips/patches-5.4/200-add-ralink-eth.patch [new file with mode: 0644]
target/linux/ramips/rt288x/config-4.14
target/linux/ramips/rt305x/config-4.14
target/linux/ramips/rt3883/config-4.14

diff --git a/target/linux/ramips/files-4.14/drivers/net/ethernet/mediatek/Kconfig b/target/linux/ramips/files-4.14/drivers/net/ethernet/mediatek/Kconfig
deleted file mode 100644 (file)
index 822806f..0000000
+++ /dev/null
@@ -1,70 +0,0 @@
-config NET_VENDOR_MEDIATEK
-       tristate "Mediatek/Ralink ethernet driver"
-       depends on RALINK
-       help
-         This driver supports the ethernet mac inside the Mediatek and Ralink WiSoCs
-
-config NET_MEDIATEK_SOC
-       def_tristate NET_VENDOR_MEDIATEK
-
-if NET_MEDIATEK_SOC
-choice
-       prompt "MAC type"
-
-config NET_MEDIATEK_RT2880
-       bool "RT2882"
-       depends on MIPS && SOC_RT288X
-
-config NET_MEDIATEK_RT3050
-       bool "RT3050/MT7628"
-       depends on MIPS && (SOC_RT305X || SOC_MT7620)
-
-config NET_MEDIATEK_RT3883
-       bool "RT3883"
-       depends on MIPS && SOC_RT3883
-
-config NET_MEDIATEK_MT7620
-       bool "MT7620"
-       depends on MIPS && SOC_MT7620
-
-config NET_MEDIATEK_MT7621
-       bool "MT7621"
-       depends on MIPS && SOC_MT7621
-
-endchoice
-
-config NET_MEDIATEK_OFFLOAD
-       def_bool NET_MEDIATEK_SOC
-       depends on NET_MEDIATEK_MT7621
-
-config NET_MEDIATEK_HW_QOS
-       def_bool NET_MEDIATEK_SOC
-       depends on NET_MEDIATEK_MT7623
-
-config NET_MEDIATEK_MDIO
-       def_bool NET_MEDIATEK_SOC
-       depends on (NET_MEDIATEK_RT2880 || NET_MEDIATEK_RT3883 || NET_MEDIATEK_MT7620 || NET_MEDIATEK_MT7621)
-       select PHYLIB
-
-config NET_MEDIATEK_MDIO_RT2880
-       def_bool NET_MEDIATEK_SOC
-       depends on (NET_MEDIATEK_RT2880 || NET_MEDIATEK_RT3883)
-       select NET_MEDIATEK_MDIO
-
-config NET_MEDIATEK_MDIO_MT7620
-       def_bool NET_MEDIATEK_SOC
-       depends on (NET_MEDIATEK_MT7620 || NET_MEDIATEK_MT7621)
-       select NET_MEDIATEK_MDIO
-
-config NET_MEDIATEK_ESW_RT3050
-       def_tristate NET_MEDIATEK_SOC
-       depends on NET_MEDIATEK_RT3050
-
-config NET_MEDIATEK_GSW_MT7620
-       def_tristate NET_MEDIATEK_SOC
-       depends on NET_MEDIATEK_MT7620
-
-config NET_MEDIATEK_GSW_MT7621
-       def_tristate NET_MEDIATEK_SOC
-       depends on NET_MEDIATEK_MT7621
-endif
diff --git a/target/linux/ramips/files-4.14/drivers/net/ethernet/mediatek/Makefile b/target/linux/ramips/files-4.14/drivers/net/ethernet/mediatek/Makefile
deleted file mode 100644 (file)
index b038ae3..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-#
-# Makefile for the Ralink SoCs built-in ethernet macs
-#
-
-mtk-eth-soc-y                                  += mtk_eth_soc.o ethtool.o
-
-mtk-eth-soc-$(CONFIG_NET_MEDIATEK_MDIO)                += mdio.o
-mtk-eth-soc-$(CONFIG_NET_MEDIATEK_MDIO_RT2880) += mdio_rt2880.o
-mtk-eth-soc-$(CONFIG_NET_MEDIATEK_MDIO_MT7620) += mdio_mt7620.o
-
-mtk-eth-soc-$(CONFIG_NET_MEDIATEK_OFFLOAD)     += mtk_offload.o mtk_debugfs.o
-
-mtk-eth-soc-$(CONFIG_NET_MEDIATEK_RT2880)      += soc_rt2880.o
-mtk-eth-soc-$(CONFIG_NET_MEDIATEK_RT3050)      += soc_rt3050.o
-mtk-eth-soc-$(CONFIG_NET_MEDIATEK_RT3883)      += soc_rt3883.o
-mtk-eth-soc-$(CONFIG_NET_MEDIATEK_MT7620)      += soc_mt7620.o
-mtk-eth-soc-$(CONFIG_NET_MEDIATEK_MT7621)      += soc_mt7621.o
-
-obj-$(CONFIG_NET_MEDIATEK_ESW_RT3050)          += esw_rt3050.o
-obj-$(CONFIG_NET_MEDIATEK_GSW_MT7620)          += gsw_mt7620.o mt7530.o
-obj-$(CONFIG_NET_MEDIATEK_GSW_MT7621)          += gsw_mt7621.o mt7530.o
-obj-$(CONFIG_NET_MEDIATEK_SOC)                 += mtk-eth-soc.o
diff --git a/target/linux/ramips/files/drivers/net/ethernet/ralink/Kconfig b/target/linux/ramips/files/drivers/net/ethernet/ralink/Kconfig
new file mode 100644 (file)
index 0000000..51cace5
--- /dev/null
@@ -0,0 +1,70 @@
+config NET_VENDOR_RALINK
+       tristate "Ralink ethernet driver"
+       depends on RALINK
+       help
+         This driver supports the ethernet mac inside Ralink WiSoCs
+
+config NET_RALINK_SOC
+       def_tristate NET_VENDOR_RALINK
+
+if NET_RALINK_SOC
+choice
+       prompt "MAC type"
+
+config NET_RALINK_RT2880
+       bool "RT2882"
+       depends on MIPS && SOC_RT288X
+
+config NET_RALINK_RT3050
+       bool "RT3050/MT7628"
+       depends on MIPS && (SOC_RT305X || SOC_MT7620)
+
+config NET_RALINK_RT3883
+       bool "RT3883"
+       depends on MIPS && SOC_RT3883
+
+config NET_RALINK_MT7620
+       bool "MT7620"
+       depends on MIPS && SOC_MT7620
+
+config NET_RALINK_MT7621
+       bool "MT7621"
+       depends on MIPS && SOC_MT7621
+
+endchoice
+
+config NET_RALINK_OFFLOAD
+       def_bool NET_RALINK_SOC
+       depends on NET_RALINK_MT7621
+
+config NET_RALINK_HW_QOS
+       def_bool NET_RALINK_SOC
+       depends on NET_RALINK_MT7623
+
+config NET_RALINK_MDIO
+       def_bool NET_RALINK_SOC
+       depends on (NET_RALINK_RT2880 || NET_RALINK_RT3883 || NET_RALINK_MT7620 || NET_RALINK_MT7621)
+       select PHYLIB
+
+config NET_RALINK_MDIO_RT2880
+       def_bool NET_RALINK_SOC
+       depends on (NET_RALINK_RT2880 || NET_RALINK_RT3883)
+       select NET_RALINK_MDIO
+
+config NET_RALINK_MDIO_MT7620
+       def_bool NET_RALINK_SOC
+       depends on (NET_RALINK_MT7620 || NET_RALINK_MT7621)
+       select NET_RALINK_MDIO
+
+config NET_RALINK_ESW_RT3050
+       def_tristate NET_RALINK_SOC
+       depends on NET_RALINK_RT3050
+
+config NET_RALINK_GSW_MT7620
+       def_tristate NET_RALINK_SOC
+       depends on NET_RALINK_MT7620
+
+config NET_RALINK_GSW_MT7621
+       def_tristate NET_RALINK_SOC
+       depends on NET_RALINK_MT7621
+endif
diff --git a/target/linux/ramips/files/drivers/net/ethernet/ralink/Makefile b/target/linux/ramips/files/drivers/net/ethernet/ralink/Makefile
new file mode 100644 (file)
index 0000000..eba2164
--- /dev/null
@@ -0,0 +1,22 @@
+#
+# Makefile for the Ralink SoCs built-in ethernet macs
+#
+
+ralink-eth-y                                   += mtk_eth_soc.o ethtool.o
+
+ralink-eth-$(CONFIG_NET_RALINK_MDIO)           += mdio.o
+ralink-eth-$(CONFIG_NET_RALINK_MDIO_RT2880)    += mdio_rt2880.o
+ralink-eth-$(CONFIG_NET_RALINK_MDIO_MT7620)    += mdio_mt7620.o
+
+ralink-eth-$(CONFIG_NET_RALINK_OFFLOAD)        += mtk_offload.o mtk_debugfs.o
+
+ralink-eth-$(CONFIG_NET_RALINK_RT2880) += soc_rt2880.o
+ralink-eth-$(CONFIG_NET_RALINK_RT3050) += soc_rt3050.o
+ralink-eth-$(CONFIG_NET_RALINK_RT3883) += soc_rt3883.o
+ralink-eth-$(CONFIG_NET_RALINK_MT7620) += soc_mt7620.o
+ralink-eth-$(CONFIG_NET_RALINK_MT7621) += soc_mt7621.o
+
+obj-$(CONFIG_NET_RALINK_ESW_RT3050)            += esw_rt3050.o
+obj-$(CONFIG_NET_RALINK_GSW_MT7620)            += gsw_mt7620.o mt7530.o
+obj-$(CONFIG_NET_RALINK_GSW_MT7621)            += gsw_mt7621.o mt7530.o
+obj-$(CONFIG_NET_RALINK_SOC)                   += ralink-eth.o
similarity index 95%
rename from target/linux/ramips/files-4.14/drivers/net/ethernet/mediatek/esw_rt3050.h
rename to target/linux/ramips/files/drivers/net/ethernet/ralink/esw_rt3050.h
index b757e5d63946437bcbc048193fa61f9ecbd2fc58..bbc8fbd52a40fb3532939730166d06ecf9598a14 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef _RALINK_ESW_RT3052_H__
 #define _RALINK_ESW_RT3052_H__
 
-#ifdef CONFIG_NET_MEDIATEK_ESW_RT3052
+#ifdef CONFIG_NET_RALINK_ESW_RT3052
 
 int __init mtk_switch_init(void);
 void mtk_switch_exit(void);
similarity index 98%
rename from target/linux/ramips/files-4.14/drivers/net/ethernet/mediatek/mdio.c
rename to target/linux/ramips/files/drivers/net/ethernet/ralink/mdio.c
index ce27abf69c147b614a8f1f887f1121077b18d257..28c92501627c5317b492cd27f3b58b013632e792 100644 (file)
@@ -110,7 +110,7 @@ static void phy_init(struct fe_priv *priv, struct phy_device *phy)
        phy->autoneg = AUTONEG_ENABLE;
        phy->speed = 0;
        phy->duplex = 0;
-       phy->supported &= IS_ENABLED(CONFIG_NET_MEDIATEK_MDIO_MT7620) ?
+       phy->supported &= IS_ENABLED(CONFIG_NET_RALINK_MDIO_MT7620) ?
                        PHY_GBIT_FEATURES : PHY_BASIC_FEATURES;
        phy->advertising = phy->supported | ADVERTISED_Autoneg;
 
similarity index 96%
rename from target/linux/ramips/files-4.14/drivers/net/ethernet/mediatek/mdio.h
rename to target/linux/ramips/files/drivers/net/ethernet/ralink/mdio.h
index 78364e33a14e56239ccf11372c68ae4027ac91ab..d4a2a40473e0ef620e4155034ae8f8186c902967 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef _RALINK_MDIO_H__
 #define _RALINK_MDIO_H__
 
-#ifdef CONFIG_NET_MEDIATEK_MDIO
+#ifdef CONFIG_NET_RALINK_MDIO
 int fe_mdio_init(struct fe_priv *priv);
 void fe_mdio_cleanup(struct fe_priv *priv);
 int fe_connect_phy_node(struct fe_priv *priv,
similarity index 99%
rename from target/linux/ramips/files-4.14/drivers/net/ethernet/mediatek/mtk_eth_soc.c
rename to target/linux/ramips/files/drivers/net/ethernet/ralink/mtk_eth_soc.c
index 00e84bbcfb9397848fc7bd61f62bc8540eb04d16..e3a35c7c22286f00f3aafb554e644787410ce00c 100644 (file)
@@ -941,14 +941,14 @@ static int fe_poll_rx(struct napi_struct *napi, int budget,
                        __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q),
                                               RX_DMA_VID(trxd.rxd3));
 
-#ifdef CONFIG_NET_MEDIATEK_OFFLOAD
+#ifdef CONFIG_NET_RALINK_OFFLOAD
                if (mtk_offload_check_rx(priv, skb, trxd.rxd4) == 0) {
 #endif
                        stats->rx_packets++;
                        stats->rx_bytes += pktlen;
 
                        napi_gro_receive(napi, skb);
-#ifdef CONFIG_NET_MEDIATEK_OFFLOAD
+#ifdef CONFIG_NET_RALINK_OFFLOAD
                } else {
                        dev_kfree_skb(skb);
                }
@@ -1290,7 +1290,7 @@ static int fe_open(struct net_device *dev)
        napi_enable(&priv->rx_napi);
        fe_int_enable(priv->soc->tx_int | priv->soc->rx_int);
        netif_start_queue(dev);
-#ifdef CONFIG_NET_MEDIATEK_OFFLOAD
+#ifdef CONFIG_NET_RALINK_OFFLOAD
        mtk_ppe_probe(priv);
 #endif
 
@@ -1329,7 +1329,7 @@ static int fe_stop(struct net_device *dev)
 
        fe_free_dma(priv);
 
-#ifdef CONFIG_NET_MEDIATEK_OFFLOAD
+#ifdef CONFIG_NET_RALINK_OFFLOAD
        mtk_ppe_remove(priv);
 #endif
 
@@ -1493,7 +1493,7 @@ static int fe_change_mtu(struct net_device *dev, int new_mtu)
        return fe_open(dev);
 }
 
-#ifdef CONFIG_NET_MEDIATEK_OFFLOAD
+#ifdef CONFIG_NET_RALINK_OFFLOAD
 static int
 fe_flow_offload(enum flow_offload_type type, struct flow_offload *flow,
                struct flow_offload_hw_path *src,
@@ -1527,7 +1527,7 @@ static const struct net_device_ops fe_netdev_ops = {
 #ifdef CONFIG_NET_POLL_CONTROLLER
        .ndo_poll_controller    = fe_poll_controller,
 #endif
-#ifdef CONFIG_NET_MEDIATEK_OFFLOAD
+#ifdef CONFIG_NET_RALINK_OFFLOAD
        .ndo_flow_offload       = fe_flow_offload,
 #endif
 };
similarity index 99%
rename from target/linux/ramips/files-4.14/drivers/net/ethernet/mediatek/mtk_offload.c
rename to target/linux/ramips/files/drivers/net/ethernet/ralink/mtk_offload.c
index 6c23bbc036c8271e1555b572e2de7411354ec2b3..2fd424f6e35c2c4701b23c229660b4d9f391c2a2 100644 (file)
@@ -60,7 +60,7 @@ mtk_foe_prepare_v4(struct mtk_foe_entry *entry,
        entry->ipv4_hnapt.iblk2.dscp = 0;
        entry->ipv4_hnapt.iblk2.port_mg = 0x3f;
        entry->ipv4_hnapt.iblk2.port_ag = 0x1f;
-#ifdef CONFIG_NET_MEDIATEK_HW_QOS
+#ifdef CONFIG_NET_RALINK_HW_QOS
        entry->ipv4_hnapt.iblk2.qid = 1;
        entry->ipv4_hnapt.iblk2.fqos = 1;
 #endif
@@ -202,7 +202,7 @@ int mtk_flow_offload(struct mtk_eth *eth,
        return 0;
 }
 
-#ifdef CONFIG_NET_MEDIATEK_HW_QOS
+#ifdef CONFIG_NET_RALINK_HW_QOS
 
 #define QDMA_TX_SCH_TX   0x1a14
 
@@ -393,7 +393,7 @@ static int mtk_ppe_start(struct mtk_eth *eth)
 
        dev_info(eth->dev, "PPE started\n");
 
-#ifdef CONFIG_NET_MEDIATEK_HW_QOS
+#ifdef CONFIG_NET_RALINK_HW_QOS
        mtk_ppe_scheduler(eth, 0, 500000);
        mtk_ppe_scheduler(eth, 1, 500000);
        mtk_ppe_queue(eth, 0, 0, 7, 32, 250000, 0);
index 92a7a2fd38b6c8ad06afaa2a1eb292e784be6225..635b3c67f821e2ac5dac9895945c53c04d26bab1 100644 (file)
@@ -164,13 +164,13 @@ CONFIG_MTD_SPLIT_TPLINK_FW=y
 CONFIG_MTD_SPLIT_UIMAGE_FW=y
 CONFIG_NEED_DMA_MAP_STATE=y
 CONFIG_NEED_PER_CPU_KM=y
-CONFIG_NET_MEDIATEK_GSW_MT7620=y
-CONFIG_NET_MEDIATEK_MDIO=y
-CONFIG_NET_MEDIATEK_MDIO_MT7620=y
-CONFIG_NET_MEDIATEK_MT7620=y
-# CONFIG_NET_MEDIATEK_RT3050 is not set
-CONFIG_NET_MEDIATEK_SOC=y
-CONFIG_NET_VENDOR_MEDIATEK=y
+CONFIG_NET_RALINK_GSW_MT7620=y
+CONFIG_NET_RALINK_MDIO=y
+CONFIG_NET_RALINK_MDIO_MT7620=y
+CONFIG_NET_RALINK_MT7620=y
+# CONFIG_NET_RALINK_RT3050 is not set
+CONFIG_NET_RALINK_SOC=y
+CONFIG_NET_VENDOR_RALINK=y
 CONFIG_NO_GENERIC_PCI_IOPORT_MAP=y
 # CONFIG_NO_IOPORT_MAP is not set
 CONFIG_OF=y
index 9fb90b8625e7bb8f8c87bb93b06496c8c10bba8a..2d887d776ba7e3cd9884b3486626dbe966e2de29 100644 (file)
@@ -227,6 +227,7 @@ CONFIG_NET_FLOW_LIMIT=y
 CONFIG_NET_MEDIATEK_SOC=y
 CONFIG_NET_SWITCHDEV=y
 CONFIG_NET_VENDOR_MEDIATEK=y
+# CONFIG_NET_VENDOR_RALINK is not set
 CONFIG_NR_CPUS=4
 CONFIG_OF=y
 CONFIG_OF_ADDRESS=y
index 21cf070374eb2c4a77e0aed1417a5b0150f16770..3fd8bd54a95fed61dacd52d917ccb98465e972d1 100644 (file)
@@ -158,11 +158,11 @@ CONFIG_MTD_SPLIT_TRX_FW=y
 CONFIG_MTD_SPLIT_UIMAGE_FW=y
 CONFIG_NEED_DMA_MAP_STATE=y
 CONFIG_NEED_PER_CPU_KM=y
-CONFIG_NET_MEDIATEK_ESW_RT3050=y
-# CONFIG_NET_MEDIATEK_MT7620 is not set
-CONFIG_NET_MEDIATEK_RT3050=y
-CONFIG_NET_MEDIATEK_SOC=y
-CONFIG_NET_VENDOR_MEDIATEK=y
+CONFIG_NET_RALINK_ESW_RT3050=y
+# CONFIG_NET_RALINK_MT7620 is not set
+CONFIG_NET_RALINK_RT3050=y
+CONFIG_NET_RALINK_SOC=y
+CONFIG_NET_VENDOR_RALINK=y
 CONFIG_NO_GENERIC_PCI_IOPORT_MAP=y
 # CONFIG_NO_IOPORT_MAP is not set
 CONFIG_OF=y
diff --git a/target/linux/ramips/patches-4.14/200-add-ralink-eth.patch b/target/linux/ramips/patches-4.14/200-add-ralink-eth.patch
new file mode 100644 (file)
index 0000000..b662fe5
--- /dev/null
@@ -0,0 +1,20 @@
+--- a/drivers/net/ethernet/Kconfig
++++ b/drivers/net/ethernet/Kconfig
+@@ -159,6 +159,7 @@ source "drivers/net/ethernet/packetengin
+ source "drivers/net/ethernet/pasemi/Kconfig"
+ source "drivers/net/ethernet/qlogic/Kconfig"
+ source "drivers/net/ethernet/qualcomm/Kconfig"
++source "drivers/net/ethernet/ralink/Kconfig"
+ source "drivers/net/ethernet/realtek/Kconfig"
+ source "drivers/net/ethernet/renesas/Kconfig"
+ source "drivers/net/ethernet/rdc/Kconfig"
+--- a/drivers/net/ethernet/Makefile
++++ b/drivers/net/ethernet/Makefile
+@@ -70,6 +70,7 @@ obj-$(CONFIG_NET_PACKET_ENGINE) += packe
+ obj-$(CONFIG_NET_VENDOR_PASEMI) += pasemi/
+ obj-$(CONFIG_NET_VENDOR_QLOGIC) += qlogic/
+ obj-$(CONFIG_NET_VENDOR_QUALCOMM) += qualcomm/
++obj-$(CONFIG_NET_VENDOR_RALINK) += ralink/
+ obj-$(CONFIG_NET_VENDOR_REALTEK) += realtek/
+ obj-$(CONFIG_NET_VENDOR_RENESAS) += renesas/
+ obj-$(CONFIG_NET_VENDOR_RDC) += rdc/
diff --git a/target/linux/ramips/patches-5.4/200-add-ralink-eth.patch b/target/linux/ramips/patches-5.4/200-add-ralink-eth.patch
new file mode 100644 (file)
index 0000000..b8fd8e5
--- /dev/null
@@ -0,0 +1,20 @@
+--- a/drivers/net/ethernet/Kconfig
++++ b/drivers/net/ethernet/Kconfig
+@@ -159,6 +159,7 @@ source "drivers/net/ethernet/pasemi/Kcon
+ source "drivers/net/ethernet/pensando/Kconfig"
+ source "drivers/net/ethernet/qlogic/Kconfig"
+ source "drivers/net/ethernet/qualcomm/Kconfig"
++source "drivers/net/ethernet/ralink/Kconfig"
+ source "drivers/net/ethernet/rdc/Kconfig"
+ source "drivers/net/ethernet/realtek/Kconfig"
+ source "drivers/net/ethernet/renesas/Kconfig"
+--- a/drivers/net/ethernet/Makefile
++++ b/drivers/net/ethernet/Makefile
+@@ -72,6 +72,7 @@ obj-$(CONFIG_NET_VENDOR_PACKET_ENGINES)
+ obj-$(CONFIG_NET_VENDOR_PASEMI) += pasemi/
+ obj-$(CONFIG_NET_VENDOR_QLOGIC) += qlogic/
+ obj-$(CONFIG_NET_VENDOR_QUALCOMM) += qualcomm/
++obj-$(CONFIG_NET_VENDOR_RALINK) += ralink/
+ obj-$(CONFIG_NET_VENDOR_REALTEK) += realtek/
+ obj-$(CONFIG_NET_VENDOR_RENESAS) += renesas/
+ obj-$(CONFIG_NET_VENDOR_RDC) += rdc/
index 9c713fd2bdf1f7524082ea79a0e988bb7f9410aa..44b20edad68c0af2a6a891195fb8b6f80943e1eb 100644 (file)
@@ -149,11 +149,11 @@ CONFIG_MTD_SPLIT_UIMAGE_FW=y
 CONFIG_MTD_SPLIT_WRGG_FW=y
 CONFIG_NEED_DMA_MAP_STATE=y
 CONFIG_NEED_PER_CPU_KM=y
-CONFIG_NET_MEDIATEK_MDIO=y
-CONFIG_NET_MEDIATEK_MDIO_RT2880=y
-CONFIG_NET_MEDIATEK_RT2880=y
-CONFIG_NET_MEDIATEK_SOC=y
-CONFIG_NET_VENDOR_MEDIATEK=y
+CONFIG_NET_RALINK_MDIO=y
+CONFIG_NET_RALINK_MDIO_RT2880=y
+CONFIG_NET_RALINK_RT2880=y
+CONFIG_NET_RALINK_SOC=y
+CONFIG_NET_VENDOR_RALINK=y
 CONFIG_NLS=m
 CONFIG_NO_GENERIC_PCI_IOPORT_MAP=y
 # CONFIG_NO_IOPORT_MAP is not set
index 60197a1eb809182899c35e14cae60a2ca39dade6..4f3234f497550dfc8bab0df53d2172b27a6dd393 100644 (file)
@@ -140,10 +140,10 @@ CONFIG_MTD_SPLIT_SEAMA_FW=y
 CONFIG_MTD_SPLIT_UIMAGE_FW=y
 CONFIG_NEED_DMA_MAP_STATE=y
 CONFIG_NEED_PER_CPU_KM=y
-CONFIG_NET_MEDIATEK_ESW_RT3050=y
-CONFIG_NET_MEDIATEK_RT3050=y
-CONFIG_NET_MEDIATEK_SOC=y
-CONFIG_NET_VENDOR_MEDIATEK=y
+CONFIG_NET_RALINK_ESW_RT3050=y
+CONFIG_NET_RALINK_RT3050=y
+CONFIG_NET_RALINK_SOC=y
+CONFIG_NET_VENDOR_RALINK=y
 CONFIG_NO_GENERIC_PCI_IOPORT_MAP=y
 # CONFIG_NO_IOPORT_MAP is not set
 CONFIG_OF=y
index f16b09deb0bb3becfb98e5e13dc4055af54cf1a7..2eda81f160f5c1d7f44e81ab4308ec07d492f17d 100644 (file)
@@ -153,11 +153,11 @@ CONFIG_MTD_SPLIT_SEAMA_FW=y
 CONFIG_MTD_SPLIT_UIMAGE_FW=y
 CONFIG_NEED_DMA_MAP_STATE=y
 CONFIG_NEED_PER_CPU_KM=y
-CONFIG_NET_MEDIATEK_MDIO=y
-CONFIG_NET_MEDIATEK_MDIO_RT2880=y
-CONFIG_NET_MEDIATEK_RT3883=y
-CONFIG_NET_MEDIATEK_SOC=y
-CONFIG_NET_VENDOR_MEDIATEK=y
+CONFIG_NET_RALINK_MDIO=y
+CONFIG_NET_RALINK_MDIO_RT2880=y
+CONFIG_NET_RALINK_RT3883=y
+CONFIG_NET_RALINK_SOC=y
+CONFIG_NET_VENDOR_RALINK=y
 CONFIG_NO_GENERIC_PCI_IOPORT_MAP=y
 # CONFIG_NO_IOPORT_MAP is not set
 CONFIG_OF=y