Re: [PATCH 2/2] mtd: spi-nor-core: Add fixups for Spansion S25FL256L

2021-09-28 Thread Takahiro Kuwano
On 9/18/2021 1:51 AM, Pratyush Yadav wrote: > On 08/09/21 05:47PM, tkuw584...@gmail.com wrote: >> From: Takahiro Kuwano >> >> The S25FL256L is 32MB NOR Flash that does not support Bank Address >> Register. This fixup is activated if CONFIG_SPI_FLASH_BAR is enabled and >> returns ENOTSUPP in setup(

Re: [PATCH 2/2] mtd: spi-nor-core: Add fixups for Spansion S25FL256L

2021-09-17 Thread Pratyush Yadav
On 08/09/21 05:47PM, tkuw584...@gmail.com wrote: > From: Takahiro Kuwano > > The S25FL256L is 32MB NOR Flash that does not support Bank Address > Register. This fixup is activated if CONFIG_SPI_FLASH_BAR is enabled and > returns ENOTSUPP in setup() hook to avoid further ops. > > Signed-off-by: T

[PATCH 2/2] mtd: spi-nor-core: Add fixups for Spansion S25FL256L

2021-09-08 Thread tkuw584924
From: Takahiro Kuwano The S25FL256L is 32MB NOR Flash that does not support Bank Address Register. This fixup is activated if CONFIG_SPI_FLASH_BAR is enabled and returns ENOTSUPP in setup() hook to avoid further ops. Signed-off-by: Takahiro Kuwano --- drivers/mtd/spi/spi-nor-core.c | 21 ++