diff options
Diffstat (limited to 'target/linux/realtek')
3 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/realtek/patches-5.15/008-5.17-watchdog-add-realtek-otto-watchdog-timer.patch b/target/linux/realtek/patches-5.15/008-5.17-watchdog-add-realtek-otto-watchdog-timer.patch index 93f0fe5cf4..e562dd8396 100644 --- a/target/linux/realtek/patches-5.15/008-5.17-watchdog-add-realtek-otto-watchdog-timer.patch +++ b/target/linux/realtek/patches-5.15/008-5.17-watchdog-add-realtek-otto-watchdog-timer.patch @@ -32,7 +32,7 @@ Signed-off-by: Guenter Roeck <linux@roeck-us.net> --- a/MAINTAINERS +++ b/MAINTAINERS -@@ -15891,6 +15891,13 @@ S: Maintained +@@ -15899,6 +15899,13 @@ S: Maintained F: include/sound/rt*.h F: sound/soc/codecs/rt* diff --git a/target/linux/realtek/patches-5.15/700-net-dsa-add-support-for-rtl838x-switch.patch b/target/linux/realtek/patches-5.15/700-net-dsa-add-support-for-rtl838x-switch.patch index 71724034d4..8f40001263 100644 --- a/target/linux/realtek/patches-5.15/700-net-dsa-add-support-for-rtl838x-switch.patch +++ b/target/linux/realtek/patches-5.15/700-net-dsa-add-support-for-rtl838x-switch.patch @@ -22,7 +22,7 @@ Submitted-by: John Crispin <john@phrozen.org> --- a/drivers/net/dsa/Kconfig +++ b/drivers/net/dsa/Kconfig -@@ -60,6 +60,8 @@ source "drivers/net/dsa/sja1105/Kconfig" +@@ -61,6 +61,8 @@ source "drivers/net/dsa/sja1105/Kconfig" source "drivers/net/dsa/xrs700x/Kconfig" diff --git a/target/linux/realtek/patches-5.15/704-drivers-net-phy-eee-support-for-rtl838x.patch b/target/linux/realtek/patches-5.15/704-drivers-net-phy-eee-support-for-rtl838x.patch index 1cea91e0d1..591f0cea13 100644 --- a/target/linux/realtek/patches-5.15/704-drivers-net-phy-eee-support-for-rtl838x.patch +++ b/target/linux/realtek/patches-5.15/704-drivers-net-phy-eee-support-for-rtl838x.patch @@ -21,7 +21,7 @@ Submitted-by: John Crispin <john@phrozen.org> --- a/drivers/net/phy/phylink.c +++ b/drivers/net/phy/phylink.c -@@ -1943,6 +1943,11 @@ int phylink_ethtool_ksettings_set(struct +@@ -1942,6 +1942,11 @@ int phylink_ethtool_ksettings_set(struct * the presence of a PHY, this should not be changed as that * should be determined from the media side advertisement. */ @@ -33,7 +33,7 @@ Submitted-by: John Crispin <john@phrozen.org> return phy_ethtool_ksettings_set(pl->phydev, kset); } -@@ -2246,8 +2251,11 @@ int phylink_ethtool_get_eee(struct phyli +@@ -2245,8 +2250,11 @@ int phylink_ethtool_get_eee(struct phyli ASSERT_RTNL(); @@ -46,7 +46,7 @@ Submitted-by: John Crispin <john@phrozen.org> return ret; } -@@ -2264,8 +2272,11 @@ int phylink_ethtool_set_eee(struct phyli +@@ -2263,8 +2271,11 @@ int phylink_ethtool_set_eee(struct phyli ASSERT_RTNL(); |