From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
To: "linux-mtd@lists.infradead.org" <linux-mtd@lists.infradead.org>
Subject: Re: [PATCH] spi-nor: Add Winbond w25q256jv
Date: Fri, 16 Jun 2017 12:54:08 +1000 [thread overview]
Message-ID: <1497581648.2897.91.camel@kernel.crashing.org> (raw)
In-Reply-To: <1497581377.2897.90.camel@kernel.crashing.org>
On Fri, 2017-06-16 at 12:49 +1000, Benjamin Herrenschmidt wrote:
> It's similar to the non-"jv" version with a different ID.
>
> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
> ---
Ignore this. It's a w25q512... not enough coffee today!
> --- a/drivers/mtd/spi-nor/spi-nor.c
> +++ b/drivers/mtd/spi-nor/spi-nor.c
> @@ -1160,6 +1160,7 @@ static const struct flash_info spi_nor_ids[] = {
> { "w25q80bl", INFO(0xef4014, 0, 64 * 1024, 16, SECT_4K) },
> { "w25q128", INFO(0xef4018, 0, 64 * 1024, 256, SECT_4K) },
> { "w25q256", INFO(0xef4019, 0, 64 * 1024, 512, SECT_4K) },
> + { "w25q256jv", INFO(0xef7119, 0, 64 * 1024, 512, SECT_4K) },
>
> /* Catalyst / On Semiconductor -- non-JEDEC */
> { "cat25c11", CAT25_INFO( 16, 8, 16, 1, SPI_NOR_NO_ERASE | SPI_NOR_NO_FR) },
prev parent reply other threads:[~2017-06-16 2:54 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-16 2:49 [PATCH] spi-nor: Add Winbond w25q256jv Benjamin Herrenschmidt
2017-06-16 2:54 ` Benjamin Herrenschmidt [this message]
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=1497581648.2897.91.camel@kernel.crashing.org \
--to=benh@kernel.crashing.org \
--cc=linux-mtd@lists.infradead.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 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.