linux/drivers/mtd
Liu Jian d9b8a67b3b mtd: cfi: fix deadloop in cfi_cmdset_0002.c do_write_buffer
In function do_write_buffer(), in the for loop, there is a case
chip_ready() returns 1 while chip_good() returns 0, so it never
break the loop.
To fix this, chip_good() is enough and it should timeout if it stay
bad for a while.

Fixes: dfeae1073583("mtd: cfi_cmdset_0002: Change write buffer to check correct value")
Signed-off-by: Yi Huaijie <yihuaijie@huawei.com>
Signed-off-by: Liu Jian <liujian56@huawei.com>
Reviewed-by: Tokunori Ikegami <ikegami_to@yahoo.co.jp>
Signed-off-by: Richard Weinberger <richard@nod.at>
2019-04-05 00:39:19 +02:00
..
chips mtd: cfi: fix deadloop in cfi_cmdset_0002.c do_write_buffer 2019-04-05 00:39:19 +02:00
devices MTD changes: 2019-03-04 18:59:37 -08:00
lpddr mtd: lpddr: Use struct_size() in kzalloc() 2019-01-15 20:49:33 +01:00
maps Kbuild updates for v4.21 2018-12-29 12:03:17 -08:00
nand MTD changes: 2019-03-04 18:59:37 -08:00
parsers
spi-nor spi: Updates for v5.1 2019-03-04 19:23:56 -08:00
tests
ubi ubi: wl: Silence uninitialized variable warning 2019-03-05 21:21:07 +01:00
Kconfig Char/Misc driver patches for 4.21-rc1 2018-12-28 20:54:57 -08:00
Makefile
afs.c
ar7part.c
bcm47xxpart.c
bcm63xxpart.c
cmdlinepart.c
ftl.c
inftlcore.c
inftlmount.c
mtd_blkdevs.c
mtdblock.c
mtdblock_ro.c
mtdchar.c
mtdconcat.c
mtdcore.c MTD changes: 2019-03-04 18:59:37 -08:00
mtdcore.h mtd: Check add_mtd_device() ret code 2019-01-07 14:06:24 +01:00
mtdoops.c
mtdpart.c mtd: Make sure mtd->erasesize is valid even if the partition is of size 0 2019-02-06 00:02:51 +01:00
mtdsuper.c
mtdswap.c
nftlcore.c
nftlmount.c
ofpart.c
rfd_ftl.c
sm_ftl.c
sm_ftl.h
ssfdc.c