aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/image/generic.mk
diff options
context:
space:
mode:
authorMauri Sandberg <sandberg@mailfence.com>2020-09-14 22:45:15 +0300
committerPetr Štetiar <ynezz@true.cz>2021-03-22 09:23:10 +0100
commit8cc0fa8faceadac85353bb1a96e074518ef124e2 (patch)
treefb9aeb39f1089dd63b452cc0fc23673e9296ed39 /target/linux/ath79/image/generic.mk
parent6a6f9e73dd65f9201bee911d2fae8595f86c093b (diff)
downloadupstream-8cc0fa8faceadac85353bb1a96e074518ef124e2.tar.gz
upstream-8cc0fa8faceadac85353bb1a96e074518ef124e2.tar.bz2
upstream-8cc0fa8faceadac85353bb1a96e074518ef124e2.zip
ath79: cfi: cmdset_0002: amd chip 0x2201 - write words
Generally, in upstream CFI flash memory driver uses buffers for write operations. That does not work with AMD chip with id 0x2201 and we must resort to writing word sized chunks only. That is, to not apply general buffer write functionality for this given chip. Without the patch kernel logs will be flooded with entries like below: MTD do_erase_oneblock(): ERASE 0x01fa0000 MTD do_write_buffer(): WRITE 0x01fa0000(0x00001985) MTD do_erase_oneblock(): ERASE 0x01f80000 MTD do_write_buffer(): WRITE 0x01f80000(0x00001985) MTD do_write_buffer_wait(): software timeout, address:0x01f8000a. jffs2: Write clean marker to block at 0x01a60000 failed: -5 MTD do_erase_oneblock(): ERASE 0x01f60000 MTD do_write_buffer(): WRITE 0x01f60000(0x00001985) MTD do_write_buffer_wait(): software timeout, address:0x01f6000a. jffs2: Write clean marker to block at 0x01a40000 failed: -5 References: http://patchwork.ozlabs.org/project/linux-mtd/patch/20210309174859.362060-1-sandberg@mailfence.com/ Signed-off-by: Mauri Sandberg <sandberg@mailfence.com> [added link to usptream fix submission] Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux/ath79/image/generic.mk')
0 files changed, 0 insertions, 0 deletions