aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorJohn Audia <graysky@archlinux.us>2021-04-16 09:46:53 -0400
committerHauke Mehrtens <hauke@hauke-m.de>2021-04-17 21:50:08 +0200
commit6d4ef67926129f6b05e241913c14878b0efcc44d (patch)
treefffa81bdb844368343475dae44b9459fb00161c3 /target
parent79fdd68103d226bd4837e285fc12ebdc2ab81632 (diff)
downloadupstream-6d4ef67926129f6b05e241913c14878b0efcc44d.tar.gz
upstream-6d4ef67926129f6b05e241913c14878b0efcc44d.tar.bz2
upstream-6d4ef67926129f6b05e241913c14878b0efcc44d.zip
kernel: bump 5.4 to 5.4.113
Ran update_kernel.sh in a fresh clone without any existing toolchains. No manual intervention needed. Build system: x86_64 Build-tested: ipq806x/R7800 Run-tested: ipq806x/R7800 No dmesg regressions, everything functional Signed-off-by: John Audia <graysky@archlinux.us>
Diffstat (limited to 'target')
-rw-r--r--target/linux/ramips/patches-5.4/991-at803x.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ramips/patches-5.4/991-at803x.patch b/target/linux/ramips/patches-5.4/991-at803x.patch
index af0132f8f7..95411211b2 100644
--- a/target/linux/ramips/patches-5.4/991-at803x.patch
+++ b/target/linux/ramips/patches-5.4/991-at803x.patch
@@ -146,11 +146,11 @@ Signed-off-by: René van Dorst <opensource@vdorst.com>
static struct phy_driver at803x_driver[] = {
{
/* ATHEROS 8035 */
-@@ -491,6 +581,7 @@ static struct phy_driver at803x_driver[]
+@@ -461,6 +551,7 @@ static struct phy_driver at803x_driver[]
.suspend = at803x_suspend,
.resume = at803x_resume,
/* PHY_GBIT_FEATURES */
+ .config_aneg = at803x_config_aneg,
.read_status = at803x_read_status,
- .aneg_done = at803x_aneg_done,
- .ack_interrupt = &at803x_ack_interrupt,
+ .ack_interrupt = at803x_ack_interrupt,
+ .config_intr = at803x_config_intr,