aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/hack-5.15/259-regmap_dynamic.patch
diff options
context:
space:
mode:
authorJohn Audia <therealgraysky@proton.me>2023-11-20 08:23:17 -0500
committerHauke Mehrtens <hauke@hauke-m.de>2023-11-23 22:55:55 +0100
commitdf167450a5094034bf4c5ad6fbfce502b09662bb (patch)
tree3d631333fb41965aeedc7cecaff36719cdc0688f /target/linux/generic/hack-5.15/259-regmap_dynamic.patch
parent2b75f108fba3e0a9bf6e4566912fc300fdc21a4c (diff)
downloadupstream-df167450a5094034bf4c5ad6fbfce502b09662bb.tar.gz
upstream-df167450a5094034bf4c5ad6fbfce502b09662bb.tar.bz2
upstream-df167450a5094034bf4c5ad6fbfce502b09662bb.zip
kernel: bump 5.15 to 5.15.139
Changelog: https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.15.139 Removed upstreamed: backport-5.15/830-v6.6-2-leds-turris-omnia-Drop-unnecessary-mutex-locking.patch[1] backport-5.15/830-v6.7-1-leds-turris-omnia-Do-not-use-SMBUS-calls.patch[2] x86/patches-5.15/120-hwrng-geode-fix-accessing-registers.patch[3] All other patches automatically rebased. 1. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v5.15.139&id=aec3706971b332af8321b2beccba981b8061489a 2. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v5.15.139&id=893eedf596dd81c7a7f0cd80b345956ae000eab9 3. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v5.15.139&id=a5c83c8043d70b9a28d1bd78a2dbbab340f43889 Build system: x86_64 Build-tested: ramips/tplink_archer-a6-v3 Run-tested: ramips/tplink_archer-a6-v3 Signed-off-by: John Audia <therealgraysky@proton.me>
Diffstat (limited to 'target/linux/generic/hack-5.15/259-regmap_dynamic.patch')
-rw-r--r--target/linux/generic/hack-5.15/259-regmap_dynamic.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/hack-5.15/259-regmap_dynamic.patch b/target/linux/generic/hack-5.15/259-regmap_dynamic.patch
index 76a5ace6f31..e0820ccfc0d 100644
--- a/target/linux/generic/hack-5.15/259-regmap_dynamic.patch
+++ b/target/linux/generic/hack-5.15/259-regmap_dynamic.patch
@@ -125,7 +125,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
#include <linux/mutex.h>
#include <linux/err.h>
#include <linux/property.h>
-@@ -3358,3 +3359,5 @@ static int __init regmap_initcall(void)
+@@ -3360,3 +3361,5 @@ static int __init regmap_initcall(void)
return 0;
}
postcore_initcall(regmap_initcall);