commit | 948616894c6d3316a5ac8f2a891783e3e7ff3516 | [log] [tgz] |
---|---|---|
author | Venkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com> | Tue Jan 02 18:23:03 2024 +0530 |
committer | Tom Rini <trini@konsulko.com> | Thu Sep 19 16:42:31 2024 -0600 |
tree | 0572db69576f28928bb52da3dca7197eb1f94133 | |
parent | 146be6f0362e16b112e72bdbb5c2d359dc65c890 [diff] |
mtd: spi-nor: scale up timeout for full-chip erase This patch fixes timeout issues seen on large NOR flash. For full-chip erase, where we use the SPINOR_OP_CHIP_ERASE (0xc7) opcode. Use a different timeout for full-chip erase than for other commands. [Ported from Linux kernel commit 09b6a377687b ("mtd: spi-nor: scale up timeout for full-chip erase") ] Signed-off-by: Venkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com>