From: Brian Norris <computersforpeace@gmail.com>
To: Karl Zhang <shuangshuo@gmail.com>
Cc: dwmw2@infradead.org, linux-mtd@lists.infradead.org,
peterpandong@micron.com, beanhuo@micron.com,
zszubbocsev@micron.com, Karl Zhang <karlzhang@micron.com>
Subject: Re: [PATCH 2/2] mtd: spi-nor: add new device MT35X
Date: Wed, 9 Dec 2015 18:47:28 -0800 [thread overview]
Message-ID: <20151210024728.GC29459@google.com> (raw)
In-Reply-To: <1449712740-22900-3-git-send-email-karlzhang@micron.com>
On Thu, Dec 10, 2015 at 01:59:00AM +0000, Karl Zhang wrote:
> Micron has announced a new SPI NOR device MT35X(XTRMFlash).
> The device can support x1 or x8 bus I/O for high speed.
>
> This patch is purpose to add MT35X into the arch, only
> extended mode (x1) was enabled. Octal mode I/O will be done
> in the futrue.
>
> Signed-off-by: Karl Zhang <karlzhang@micron.com>
> ---
> drivers/mtd/devices/m25p80.c | 1 +
> drivers/mtd/spi-nor/spi-nor.c | 2 ++
> 2 files changed, 3 insertions(+)
>
> diff --git a/drivers/mtd/devices/m25p80.c b/drivers/mtd/devices/m25p80.c
> index c9c3b7f..e57d391 100644
> --- a/drivers/mtd/devices/m25p80.c
> +++ b/drivers/mtd/devices/m25p80.c
> @@ -259,6 +259,7 @@ static const struct spi_device_id m25p_ids[] = {
> {"mx25l4005a"}, {"mx25l1606e"}, {"mx25l6405d"}, {"mx25l12805d"},
> {"mx25l25635e"},{"mx66l51235l"},
> {"n25q064"}, {"n25q128a11"}, {"n25q128a13"}, {"n25q512a"},
> + {"mt35x512"},
Did you read the text above this array?
Brian
> {"s25fl256s1"}, {"s25fl512s"}, {"s25sl12801"}, {"s25fl008k"},
> {"s25fl064k"},
> {"sst25vf040b"},{"sst25vf016b"},{"sst25vf032b"},{"sst25wf040"},
> diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c
> index 3b2460e..34686b5 100644
> --- a/drivers/mtd/spi-nor/spi-nor.c
> +++ b/drivers/mtd/spi-nor/spi-nor.c
> @@ -192,6 +192,7 @@ static inline int set_4byte(struct spi_nor *nor, const struct flash_info *info,
>
> switch (JEDEC_MFR(info)) {
> case SNOR_MFR_MICRON:
> + case SNOR_MFR_MICRON_JEDEC:
> /* Some Micron need WREN command; all will accept it */
> need_wren = true;
> case SNOR_MFR_MACRONIX:
> @@ -756,6 +757,7 @@ static const struct flash_info spi_nor_ids[] = {
> { "n25q512a", INFO(0x20bb20, 0, 64 * 1024, 1024, SECT_4K | USE_FSR | SPI_NOR_QUAD_READ) },
> { "n25q512ax3", INFO(0x20ba20, 0, 64 * 1024, 1024, SECT_4K | USE_FSR | SPI_NOR_QUAD_READ) },
> { "n25q00", INFO(0x20ba21, 0, 64 * 1024, 2048, SECT_4K | USE_FSR | SPI_NOR_QUAD_READ) },
> + { "mt35x512", INFO(0x2c5b1a, 0, 128 * 1024, 512, SECT_4K | USE_FSR) },
>
> /* PMC */
> { "pm25lv512", INFO(0, 0, 32 * 1024, 2, SECT_4K_PMC) },
> --
> 1.9.1
>
next prev parent reply other threads:[~2015-12-10 2:47 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-10 1:58 [PATCH 0/2] mtd: spi-nor: add new device MT35X Karl Zhang
2015-12-10 1:58 ` [PATCH 1/2] mtd: spi-nor: add Manufacturer ID for Micron Karl Zhang
2015-12-10 2:45 ` Brian Norris
2015-12-10 3:00 ` Karl Zhang 张双锣 (karlzhang)
2015-12-10 1:59 ` [PATCH 2/2] mtd: spi-nor: add new device MT35X Karl Zhang
2015-12-10 2:47 ` Brian Norris [this message]
2015-12-10 2:49 ` Bean Huo 霍斌斌 (beanhuo)
2015-12-10 2:58 ` Karl Zhang 张双锣 (karlzhang)
2015-12-10 2:46 ` [PATCH 0/2] " Brian Norris
2015-12-10 3:04 ` Karl Zhang 张双锣 (karlzhang)
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=20151210024728.GC29459@google.com \
--to=computersforpeace@gmail.com \
--cc=beanhuo@micron.com \
--cc=dwmw2@infradead.org \
--cc=karlzhang@micron.com \
--cc=linux-mtd@lists.infradead.org \
--cc=peterpandong@micron.com \
--cc=shuangshuo@gmail.com \
--cc=zszubbocsev@micron.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox