Re: [PATCH v2 6/7] mtd: spi-nor: add generic flash driver

From: Tudor.Ambarus
Date: Mon Nov 21 2022 - 08:36:12 EST


On 8/11/22 01:06, Michael Walle wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
>
> Our SFDP parsing is everything we need to support all basic operations
> of a flash device. If the flash isn't found in our in-kernel flash
> database, gracefully fall back to a driver described solely by its SFDP
> tables.
>
> Signed-off-by: Michael Walle <michael@xxxxxxxx>
> Reviewed-by: Takahiro Kuwano <Takahiro.Kuwano@xxxxxxxxxxxx>
Tested-by: Tudor Ambarus <tudor.ambarus@xxxxxxxxxxxxx>

> ---
> drivers/mtd/spi-nor/core.c | 26 ++++++++++++++++++++++++--
> drivers/mtd/spi-nor/core.h | 1 +
> drivers/mtd/spi-nor/sfdp.c | 27 +++++++++++++++++++++++++++
> 3 files changed, 52 insertions(+), 2 deletions(-)
>