All of lore.kernel.org
 help / color / mirror / Atom feed
From: LECOINTRE Philippe <philippe.lecointre@thalesgroup.com>
To: Tudor Ambarus <tudor.ambarus@linaro.org>,
	Pratyush Yadav <pratyush@kernel.org>,
	Michael Walle <mwalle@kernel.org>,
	"linux-mtd@lists.infradead.org" <linux-mtd@lists.infradead.org>
Cc: LEJEUNE Sebastien <sebastien.lejeune@thalesgroup.com>,
	LENAIN Simon <simon.lenain@thalesgroup.com>,
	RENAULT Xavier <xavier.renault@thalesgroup.com>
Subject: [PATCH] mtd: spi-nor: spansion: Add support for CY15V104QSN
Date: Fri, 28 Feb 2025 14:01:08 +0000	[thread overview]
Message-ID: <87dbbbdfb2d54da781e4f8c5fa75851c@thalesgroup.com> (raw)

Infineon CY15V104QSN is 4Mbit serial SPI F-RAM device.

Signed-off-by: Philippe Lecointre <philippe.lecointre@thalesgroup.com>
Acked-by: Simon Lenain <simon.lenain@thalesgroup.com>
---
 drivers/mtd/spi-nor/spansion.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/drivers/mtd/spi-nor/spansion.c b/drivers/mtd/spi-nor/spansion.c
index bf08dbf5e742..32f8892d7afe 100644
--- a/drivers/mtd/spi-nor/spansion.c
+++ b/drivers/mtd/spi-nor/spansion.c
@@ -922,6 +922,12 @@ static const struct flash_info spansion_nor_parts[] = {
 		.size = SZ_512K,
 		.sector_size = SZ_512K,
 		.flags = SPI_NOR_NO_ERASE,
+	}, {
+		.id = SNOR_ID(0x50, 0x51, 0x80, 0x06, 0x00, 0x00),
+		.name = "cy15v104qsn",
+		.size = SZ_512K,
+		.sector_size = SZ_512K,
+		.flags = SPI_NOR_NO_ERASE,
 	}, {
 		.id = SNOR_ID(0x34, 0x2a, 0x1a, 0x0f, 0x03, 0x90),
 		.name = "s25hl512t",
-- 
2.19.1

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

             reply	other threads:[~2025-02-28 14:01 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-28 14:01 LECOINTRE Philippe [this message]
2025-03-06 10:54 ` [PATCH] mtd: spi-nor: spansion: Add support for CY15V104QSN Tudor Ambarus
2025-03-19 15:02   ` LECOINTRE Philippe
2025-03-20  8:46     ` Tudor Ambarus
2025-03-20 16:55       ` LECOINTRE Philippe
2025-03-21  7:10         ` Tudor Ambarus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87dbbbdfb2d54da781e4f8c5fa75851c@thalesgroup.com \
    --to=philippe.lecointre@thalesgroup.com \
    --cc=linux-mtd@lists.infradead.org \
    --cc=mwalle@kernel.org \
    --cc=pratyush@kernel.org \
    --cc=sebastien.lejeune@thalesgroup.com \
    --cc=simon.lenain@thalesgroup.com \
    --cc=tudor.ambarus@linaro.org \
    --cc=xavier.renault@thalesgroup.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.