[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <YqrAGKLUazeNH1XK@lahna>
Date: Thu, 16 Jun 2022 08:31:04 +0300
From: Mika Westerberg <mika.westerberg@...ux.intel.com>
To: Oleksandr Ocheretnyi <oocheret@...co.com>
Cc: tudor.ambarus@...rochip.com, miquel.raynal@...tlin.com,
p.yadav@...com, michael@...le.cc, richard@....at, vigneshr@...com,
broonie@...nel.org, linux-mtd@...ts.infradead.org,
linux-spi@...r.kernel.org, mauro.lima@...ypsium.com,
lee.jones@...aro.org, linux-kernel@...r.kernel.org,
xe-linux-external@...co.com
Subject: Re: [PATCH v2] mtd: spi-nor: handle unsupported FSR opcodes properly
On Wed, Jun 15, 2022 at 12:11:53PM -0700, Oleksandr Ocheretnyi wrote:
> Originally commit 094d3b9 ("mtd: spi-nor: Add USE_FSR flag for n25q*
> entries") and following one 8f93826 ("mtd: spi-nor: micron-st: convert
> USE_FSR to a manufacturer flag") enabled SPINOR_OP_RDFSR opcode handling
> ability, however some controller drivers still cannot handle it properly
> in the micron_st_nor_ready() call what breaks some mtd callbacks with
> next error logs:
>
> mtdblock: erase of region [address1, size1] on "BIOS" failed
> mtdblock: erase of region [address2, size2] on "BIOS" failed
>
> The Intel SPI controller does not support low level operations, like
> reading the flag status register (FSR). It only exposes a set of high
> level operations for software to use. For this reason check the return
> value of micron_st_nor_read_fsr() and if the operation was not
> supported, use the status register value only. This allows the chip to
> work even when attached to Intel SPI controller (there are such systems
> out there).
>
> Signed-off-by: Mika Westerberg <mika.westerberg@...ux.intel.com>
I don't think I signed this off.
> Signed-off-by: Oleksandr Ocheretnyi <oocheret@...co.com>
> Link: https://lore.kernel.org/lkml/YmZUCIE%2FND82BlNh@lahna/
> ---
What changed between v1 and v2? And did you take into consideration the
comments I gave?
Powered by blists - more mailing lists