Re: [PATCH] mtd: spi-nor: Send write disable cmd after every write enable

2025-05-06 Thread Tom Rini
On Tue, 19 Nov 2024 12:09:18 +0530, Venkatesh Yadav Abbarapu wrote: > Write enable(06h) command will be sent to a flash device to > set the write enable latch bit before every program, erase, > write command. After that write disable command (04h) needs > to be sent to clear the write enable latch

Re: [PATCH] mtd: spi-nor: Send write disable cmd after every write enable

2024-11-19 Thread Prasanth Mantena
On 12:09, Venkatesh Yadav Abbarapu wrote: > Write enable(06h) command will be sent to a flash device to > set the write enable latch bit before every program, erase, > write command. After that write disable command (04h) needs > to be sent to clear the write enable latch. > > This write_disable()

[PATCH] mtd: spi-nor: Send write disable cmd after every write enable

2024-11-18 Thread Venkatesh Yadav Abbarapu
Write enable(06h) command will be sent to a flash device to set the write enable latch bit before every program, erase, write command. After that write disable command (04h) needs to be sent to clear the write enable latch. This write_disable() is missing at the majority of the places in the drive