mtd: spinand: Add WATCHDOG_RESET() in spinand_mtd_read/write()
authorPatrice Chotard <patrice.chotard@foss.st.com>
Wed, 20 Jan 2021 13:42:04 +0000 (14:42 +0100)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Thu, 11 Mar 2021 16:00:41 +0000 (17:00 +0100)
commitde6f70a6329ebf3845fa9173dbd7962a15802c05
tree2c01b5cf42d7e50c7d416de77be2048f2950252a
parent3f6cfdaa23763b691345d2d3709fe1668291f407
mtd: spinand: Add WATCHDOG_RESET() in spinand_mtd_read/write()

In case of big area read/write on spi nand, watchdog timeout may occurs.
To fix that, add WATCHDOG_RESET() in spinand_mtd_read() and
spinand_mtd_write() to ensure that watchdog is reset.

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
drivers/mtd/nand/spi/core.c