commit | cb66f7275ccf30d79bd13669df708055f57291e8 | [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 | 56dd50fd35f055a0f26da40e05da6ddf9f20635b [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>