Re: [PATCH] mtd: spi-nor-ids: Add NO_CHIP_ERASE flag to Infineon 2Gb parts

2024-09-09 Thread Tudor Ambarus
On 30.08.2024 03:05, tkuw584...@gmail.com wrote: > From: Takahiro Kuwano > > S25HS02GT, S25HL02GT, and S28HS02GT are dual-die package parts and do > not support chip erase. > Please split the patch and add fixes tag so that the fixes can be applied/tracked easily. I already checked when those

[PATCH] mtd: spi-nor-ids: Add NO_CHIP_ERASE flag to Infineon 2Gb parts

2024-08-29 Thread tkuw584924
From: Takahiro Kuwano S25HS02GT, S25HL02GT, and S28HS02GT are dual-die package parts and do not support chip erase. Signed-off-by: Takahiro Kuwano --- drivers/mtd/spi/spi-nor-ids.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/mtd/spi/spi-nor-ids.c b/drivers