Re: [PATCH 3/4] mtd: spi-nor: Remove SPI_NOR_SKIP_SFDP flag

2024-09-10 Thread Tudor Ambarus
On 08.08.2024 09:00, tkuw584...@gmail.com wrote: > From: Takahiro Kuwano > > This flag is not used in INFO table so checking info->flags has no > effect. > > Signed-off-by: Takahiro Kuwano this patch can be send on its own I guess. Maybe Jagan can take it now: Reviewed-by: Tudor Ambarus

[PATCH 3/4] mtd: spi-nor: Remove SPI_NOR_SKIP_SFDP flag

2024-08-07 Thread tkuw584924
From: Takahiro Kuwano This flag is not used in INFO table so checking info->flags has no effect. Signed-off-by: Takahiro Kuwano --- drivers/mtd/spi/sf_internal.h | 9 - drivers/mtd/spi/spi-nor-core.c | 5 ++--- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/drivers/mtd