From: "Michael Walle" <mwalle@kernel.org>
To: "Hui Wang" <hui.wang@canonical.com>,
<linux-mtd@lists.infradead.org>, <tudor.ambarus@linaro.org>,
<pratyush@kernel.org>
Subject: Re: [PATCH] mtd: spi-nor: spansion: Add support for infineon cy15v102qsn
Date: Tue, 09 Apr 2024 10:41:09 +0200 [thread overview]
Message-ID: <D0FGHMY4V864.118ONNO1DWQ7G@kernel.org> (raw)
In-Reply-To: <81551ca3-532d-43c8-859e-c3d9be8d6e9d@canonical.com>
[-- Attachment #1.1: Type: text/plain, Size: 1600 bytes --]
Hi,
> >> It is 2Mbit F-RAM which is logically organized as 256K x 8.
> > Please have a look at drivers/misc/at25.c. I'm trying to get rid of
> > the NO_ERASE flag. This is more of an EEPROM like device. The at25
> > driver already have some kind of FRAM type support.
> After reading your comment, I checked the drivers/misc/at25.c, I found
> It couldn't work on my hardware. In my case, the F-RAM is under a spi
> bus (spi-nxp-fspi.c) which only supports spi_mem transfer mode. So
> currently, the mtd/spi-nor is the only choice.
Then it will be a great opportunity to make the at25 driver spi-mem
ready :)
> >> Signed-off-by: Hui Wang <hui.wang@canonical.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 6cc237c24e07..5dc94926b2cb 100644
> >> --- a/drivers/mtd/spi-nor/spansion.c
> >> +++ b/drivers/mtd/spi-nor/spansion.c
> >> @@ -981,6 +981,12 @@ static const struct flash_info spansion_nor_parts[] = {
> >> .name = "s28hs02gt",
> >> .mfr_flags = USE_CLPEF,
> >> .fixups = &s28hx_t_fixups,
> >> + }, {
> >> + .id = SNOR_ID(0x48, 0x51, 0x80, 0x06, 0x00, 0x00),
> > This doesn't look like a JEDEC id. The datasheet says it is a 11bit
> > manufacturer id?
> >
> > -michael
>
> From the page 82 of datasheet, the Device ID is 0000000006805148, and
> the ID read by spi_nor_read_id() matches it (id[0] is 0x48, id[1] is
> 0x51, ...).
JEDEC manufacturer IDs are not 11bit wide.
-michael
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 297 bytes --]
[-- Attachment #2: Type: text/plain, Size: 144 bytes --]
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/
next prev parent reply other threads:[~2024-04-09 8:41 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-08 12:43 [PATCH] mtd: spi-nor: spansion: Add support for infineon cy15v102qsn Hui Wang
2024-04-08 12:53 ` Michael Walle
2024-04-09 8:35 ` Hui Wang
2024-04-09 8:41 ` Michael Walle [this message]
2024-04-09 13:22 ` Hui Wang
2024-04-09 13:25 ` Michael Walle
2024-04-10 0:36 ` Hui Wang
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=D0FGHMY4V864.118ONNO1DWQ7G@kernel.org \
--to=mwalle@kernel.org \
--cc=hui.wang@canonical.com \
--cc=linux-mtd@lists.infradead.org \
--cc=pratyush@kernel.org \
--cc=tudor.ambarus@linaro.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox