Re: [PATCH] mtd: spi-nor: scale up timeout for full-chip erase

2024-09-19 Thread Tom Rini
On Tue, 02 Jan 2024 18:23:03 +0530, Venkatesh Yadav Abbarapu wrote: > 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 Lin

RE: [PATCH] mtd: spi-nor: scale up timeout for full-chip erase

2024-09-17 Thread Abbarapu, Venkatesh
nx.de > > Cc: Simek, Michal ; ja...@amarulasolutions.com; > > g...@xilinx.com > > Subject: [PATCH] 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

RE: [PATCH] mtd: spi-nor: scale up timeout for full-chip erase

2024-05-06 Thread Abbarapu, Venkatesh
Do you have any update on this change? Thanks Venkatesh > -Original Message- > From: Venkatesh Yadav Abbarapu > Sent: Tuesday, January 2, 2024 6:23 PM > To: u-boot@lists.denx.de > Cc: Simek, Michal ; ja...@amarulasolutions.com; > g...@xilinx.com > Subject: [PATCH] m

[PATCH] mtd: spi-nor: scale up timeout for full-chip erase

2024-01-02 Thread Venkatesh Yadav Abbarapu
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 fo