diff options
author | Rui Salvaterra <rsalvaterra@gmail.com> | 2021-03-25 09:32:18 +0000 |
---|---|---|
committer | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2021-03-26 08:19:11 +0000 |
commit | 27344b378453030f5f35ef4ff5c6ec55c3ff29cb (patch) | |
tree | d302a1092cb815641924718866bc27c4d071e419 /target/linux/ath79 | |
parent | 7880a648484eb9d9cda87078660567f2e7e565e2 (diff) | |
download | upstream-27344b378453030f5f35ef4ff5c6ec55c3ff29cb.tar.gz upstream-27344b378453030f5f35ef4ff5c6ec55c3ff29cb.tar.bz2 upstream-27344b378453030f5f35ef4ff5c6ec55c3ff29cb.zip |
kernel: bump 5.10 to 5.10.26
Automatically refreshed:
ath79/patches-5.10/471-mtd-cfi_cmdset_0002-AMD-chip-0x2201-write-words.patch
bcm63xx/patches-5.10/143-gpio-fix-device-tree-gpio-hogs-on-dual-role-gpio-pin.patch
generic/hack-5.10/204-module_strip.patch
Run-tested:
ath79 (TL-WDR3600)
x86_64 (APU2 - ldir)
Tested-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
Diffstat (limited to 'target/linux/ath79')
-rw-r--r-- | target/linux/ath79/patches-5.10/471-mtd-cfi_cmdset_0002-AMD-chip-0x2201-write-words.patch | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/target/linux/ath79/patches-5.10/471-mtd-cfi_cmdset_0002-AMD-chip-0x2201-write-words.patch b/target/linux/ath79/patches-5.10/471-mtd-cfi_cmdset_0002-AMD-chip-0x2201-write-words.patch index 3c80872ef4..35ea92a7bc 100644 --- a/target/linux/ath79/patches-5.10/471-mtd-cfi_cmdset_0002-AMD-chip-0x2201-write-words.patch +++ b/target/linux/ath79/patches-5.10/471-mtd-cfi_cmdset_0002-AMD-chip-0x2201-write-words.patch @@ -36,11 +36,9 @@ Signed-off-by: Mauri Sandberg <sandberg@mailfence.com> drivers/mtd/chips/cfi_cmdset_0002.c | 4 ++++ 1 file changed, 4 insertions(+) -diff --git a/drivers/mtd/chips/cfi_cmdset_0002.c b/drivers/mtd/chips/cfi_cmdset_0002.c -index a1f3e1031c3d..28b6f3583f8a 100644 --- a/drivers/mtd/chips/cfi_cmdset_0002.c +++ b/drivers/mtd/chips/cfi_cmdset_0002.c -@@ -272,6 +272,10 @@ static void fixup_use_write_buffers(struct mtd_info *mtd) +@@ -272,6 +272,10 @@ static void fixup_use_write_buffers(stru { struct map_info *map = mtd->priv; struct cfi_private *cfi = map->fldrv_priv; @@ -51,8 +49,3 @@ index a1f3e1031c3d..28b6f3583f8a 100644 if (cfi->cfiq->BufWriteTimeoutTyp) { pr_debug("Using buffer write method\n"); mtd->_write = cfi_amdstd_write_buffers; - -base-commit: 5de15b610f785f0e188fefb707f0b19de156968a --- -2.25.1 - |