aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu/patches-4.14/404-net-mvneta-hack-fix-phy_interface.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2020-02-29 16:52:03 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2020-03-12 09:28:27 +0100
commitaae8bdbf8960cd58dc359cc5fa320c900d049f66 (patch)
tree64a9e6d79c8732423a74705486c4cd6d8603b95c /target/linux/mvebu/patches-4.14/404-net-mvneta-hack-fix-phy_interface.patch
parent353cafbec68c2c46f315263e66065d5b818fdc1e (diff)
downloadupstream-aae8bdbf8960cd58dc359cc5fa320c900d049f66.tar.gz
upstream-aae8bdbf8960cd58dc359cc5fa320c900d049f66.tar.bz2
upstream-aae8bdbf8960cd58dc359cc5fa320c900d049f66.zip
mvebu: Remove kernel 4.14 support
This target was switched to kernel 4.19 more than 6 months ago in commit f342ffd300da ("treewide: kernel: bump some targets to 4.19") and now with kernel 5.4 support being added it gets harder to support kernel 4.14 in addition to kernel 4.19 and 5.4. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/mvebu/patches-4.14/404-net-mvneta-hack-fix-phy_interface.patch')
-rw-r--r--target/linux/mvebu/patches-4.14/404-net-mvneta-hack-fix-phy_interface.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/target/linux/mvebu/patches-4.14/404-net-mvneta-hack-fix-phy_interface.patch b/target/linux/mvebu/patches-4.14/404-net-mvneta-hack-fix-phy_interface.patch
deleted file mode 100644
index 906c163ac9..0000000000
--- a/target/linux/mvebu/patches-4.14/404-net-mvneta-hack-fix-phy_interface.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From acdfcc7ef78c46baca1439a1cac5b73008abc672 Mon Sep 17 00:00:00 2001
-From: Russell King <rmk+kernel@armlinux.org.uk>
-Date: Tue, 16 May 2017 11:55:58 +0100
-Subject: net: mvneta: hack fix phy_interface
-
-Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
----
- drivers/net/ethernet/marvell/mvneta.c | 2 ++
- 1 file changed, 2 insertions(+)
-
---- a/drivers/net/ethernet/marvell/mvneta.c
-+++ b/drivers/net/ethernet/marvell/mvneta.c
-@@ -427,6 +427,7 @@ struct mvneta_port {
- u16 tx_ring_size;
- u16 rx_ring_size;
-
-+ phy_interface_t phy_interface;
- struct device_node *dn;
- unsigned int tx_csum_limit;
- struct phylink *phylink;
-@@ -4315,6 +4316,7 @@ static int mvneta_probe(struct platform_
-
- pp = netdev_priv(dev);
- spin_lock_init(&pp->lock);
-+ pp->phy_interface = phy_mode;
- pp->dn = dn;
-
- pp->rxq_def = rxq_def;