diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2021-03-24 21:47:36 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-03-27 16:26:56 +0100 |
commit | 2464a9a8a4a3c7b4a0cb63db42b9906a0297979a (patch) | |
tree | 3259691b8c14d1e3ffe56676868711985590f68b /target/linux/ath79 | |
parent | e8cbdbbe97d55b77062a3d80f42c87cb761e9729 (diff) | |
download | upstream-2464a9a8a4a3c7b4a0cb63db42b9906a0297979a.tar.gz upstream-2464a9a8a4a3c7b4a0cb63db42b9906a0297979a.tar.bz2 upstream-2464a9a8a4a3c7b4a0cb63db42b9906a0297979a.zip |
kernel: bump 5.4 to 5.4.108
Refreshed all patches.
Compile-tested on: x86_64, ath79, lantiq
Runtime-tested on: x86_64, ath79
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/ath79')
-rw-r--r-- | target/linux/ath79/patches-5.4/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.4/471-mtd-cfi_cmdset_0002-AMD-chip-0x2201-write-words.patch b/target/linux/ath79/patches-5.4/471-mtd-cfi_cmdset_0002-AMD-chip-0x2201-write-words.patch index 3c80872ef4..35ea92a7bc 100644 --- a/target/linux/ath79/patches-5.4/471-mtd-cfi_cmdset_0002-AMD-chip-0x2201-write-words.patch +++ b/target/linux/ath79/patches-5.4/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 - |