Re: [PATCH v4 16/27] mtd: spi-nor: Create a local SR cache

From: Pratyush Yadav

Date: Tue May 05 2026 - 12:21:28 EST


On Fri, Apr 03 2026, Miquel Raynal wrote:

> In order to be able to generate debugfs output without having to
> actually reach the flash, create a SPI NOR local cache of the status
> registers. What matters in our case are all the bits related to sector
> locking. As such, in order to make it clear that this cache is not
> intended to be used anywhere else, we zero the irrelevant bits.
>
> The cache is initialized once during the early init, and then maintained
> every time the write protection scheme is updated.

What is the reason for doing so? Do the reads have side effects?

>
> Suggested-by: Michael Walle <mwalle@xxxxxxxxxx>
> Signed-off-by: Miquel Raynal <miquel.raynal@xxxxxxxxxxx>
[...]

--
Regards,
Pratyush Yadav