aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/realtek/patches-5.4/703-include-linux-add-phy-ops-for-rtl838x.patch
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2022-02-05 17:14:17 +0000
committerDaniel Golle <daniel@makrotopia.org>2022-02-17 15:21:46 +0000
commit58b82e6ca503aea3f67b4692f2c3196cb0a2ca2c (patch)
treea632ebec6adbc74187badde0c619561a7ec0465e /target/linux/realtek/patches-5.4/703-include-linux-add-phy-ops-for-rtl838x.patch
parent397de500896f3c7c4e2468c21521502392af4574 (diff)
downloadupstream-58b82e6ca503aea3f67b4692f2c3196cb0a2ca2c.tar.gz
upstream-58b82e6ca503aea3f67b4692f2c3196cb0a2ca2c.tar.bz2
upstream-58b82e6ca503aea3f67b4692f2c3196cb0a2ca2c.zip
realtek: drop support for Linux 5.4
Drop patches and files for Linux 5.4 now that we've been using 5.10 for a while and support for Linux 5.4 has gone out-of-sync. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/realtek/patches-5.4/703-include-linux-add-phy-ops-for-rtl838x.patch')
-rw-r--r--target/linux/realtek/patches-5.4/703-include-linux-add-phy-ops-for-rtl838x.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/target/linux/realtek/patches-5.4/703-include-linux-add-phy-ops-for-rtl838x.patch b/target/linux/realtek/patches-5.4/703-include-linux-add-phy-ops-for-rtl838x.patch
deleted file mode 100644
index 3682eb30a3..0000000000
--- a/target/linux/realtek/patches-5.4/703-include-linux-add-phy-ops-for-rtl838x.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/include/linux/phy.h
-+++ b/include/linux/phy.h
-@@ -645,6 +645,10 @@ struct phy_driver {
- struct ethtool_tunable *tuna,
- const void *data);
- int (*set_loopback)(struct phy_device *dev, bool enable);
-+ int (*get_port)(struct phy_device *dev);
-+ int (*set_port)(struct phy_device *dev, int port);
-+ int (*get_eee)(struct phy_device *dev, struct ethtool_eee *e);
-+ int (*set_eee)(struct phy_device *dev, struct ethtool_eee *e);
- };
- #define to_phy_driver(d) container_of(to_mdio_common_driver(d), \
- struct phy_driver, mdiodrv)