u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] mtd: spi-nor: Add support for Spansion S25FL256L
@ 2021-09-08  8:47 tkuw584924
  2021-09-08  8:47 ` [PATCH 1/2] mtd: spi-nor-ids: " tkuw584924
  2021-09-08  8:47 ` [PATCH 2/2] mtd: spi-nor-core: Add fixups " tkuw584924
  0 siblings, 2 replies; 6+ messages in thread
From: tkuw584924 @ 2021-09-08  8:47 UTC (permalink / raw)
  To: u-boot
  Cc: jagan, vigneshr, p.yadav, tkuw584924, Bacem.Daassi, Takahiro Kuwano

From: Takahiro Kuwano <Takahiro.Kuwano@infineon.com>

The S25FL256L is a part of the S25FL-L family and has the same feature set
as S25FL128L except the density.

This device does not support BAR.
Not sure if patch #2 is a good way to avoid BAR. Please advise. 

The datasheet can be found in the following link.
https://www.cypress.com/file/316171/download

Tested on Xilinx Zynq-7000 FPGA board.

Takahiro Kuwano (2):
  mtd: spi-nor-ids: Add support for Spansion S25FL256L
  mtd: spi-nor-core: Add fixup for Spansion S25FL256L

 drivers/mtd/spi/spi-nor-core.c | 21 +++++++++++++++++++++
 drivers/mtd/spi/spi-nor-ids.c  |  1 +
 2 files changed, 22 insertions(+)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-09-29  5:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-08  8:47 [PATCH 0/2] mtd: spi-nor: Add support for Spansion S25FL256L tkuw584924
2021-09-08  8:47 ` [PATCH 1/2] mtd: spi-nor-ids: " tkuw584924
2021-09-17 16:47   ` Pratyush Yadav
2021-09-08  8:47 ` [PATCH 2/2] mtd: spi-nor-core: Add fixups " tkuw584924
2021-09-17 16:51   ` Pratyush Yadav
2021-09-29  5:22     ` Takahiro Kuwano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).