linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: <Wenyou.Yang@microchip.com>
To: <jteki@openedev.com>, <linux-mtd@lists.infradead.org>
Cc: <dwmw2@infradead.org>, <linux-kernel@vger.kernel.org>,
	<computersforpeace@gmail.com>, <wenyou.yang@atmel.com>
Subject: RE: [PATCH] mtd: spi-nor: Add at25df321 spi-nor flash support
Date: Fri, 29 Jul 2016 00:34:16 +0000	[thread overview]
Message-ID: <F9F4555C4E01D7469D37975B62D0EFBB38C872@CHN-SV-EXMX07.mchp-main.com> (raw)
In-Reply-To: <1469522274-10478-1-git-send-email-jteki@openedev.com>



> -----Original Message-----
> From: Jagan Teki [mailto:jteki@openedev.com]
> Sent: 2016年7月26日 16:38
> To: linux-mtd@lists.infradead.org
> Cc: David Woodhouse <dwmw2@infradead.org>; linux-kernel@vger.kernel.org;
> Jagan Teki <jteki@openedev.com>; Brian Norris
> <computersforpeace@gmail.com>; Wenyou Yang <wenyou.yang@atmel.com>
> Subject: [PATCH] mtd: spi-nor: Add at25df321 spi-nor flash support
> 
> Add Atmel at25df321 spi-nor flash to the list of spi_nor_ids.
> 
> Cc: Brian Norris <computersforpeace@gmail.com>
> Cc: Wenyou Yang <wenyou.yang@atmel.com>
> Signed-off-by: Jagan Teki <jteki@openedev.com>

Acked-by Wenyou Yang <wenyou.yang@atmel.com>

> ---
>  drivers/mtd/spi-nor/spi-nor.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c index
> d0fc165..ec47451 100644
> --- a/drivers/mtd/spi-nor/spi-nor.c
> +++ b/drivers/mtd/spi-nor/spi-nor.c
> @@ -799,6 +799,7 @@ static const struct flash_info spi_nor_ids[] = {
>  	{ "at25fs040",  INFO(0x1f6604, 0, 64 * 1024,   8, SECT_4K) },
> 
>  	{ "at25df041a", INFO(0x1f4401, 0, 64 * 1024,   8, SECT_4K) },
> +	{ "at25df321",  INFO(0x1f4700, 0, 64 * 1024,  64, SECT_4K) },
>  	{ "at25df321a", INFO(0x1f4701, 0, 64 * 1024,  64, SECT_4K) },
>  	{ "at25df641",  INFO(0x1f4800, 0, 64 * 1024, 128, SECT_4K) },
> 
> --
> 2.7.4


Best Regards,
Wenyou Yang

  reply	other threads:[~2016-07-29  0:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-26  8:37 [PATCH] mtd: spi-nor: Add at25df321 spi-nor flash support Jagan Teki
2016-07-29  0:34 ` Wenyou.Yang [this message]
2016-11-28  8:23   ` Cyrille Pitchen

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=F9F4555C4E01D7469D37975B62D0EFBB38C872@CHN-SV-EXMX07.mchp-main.com \
    --to=wenyou.yang@microchip.com \
    --cc=computersforpeace@gmail.com \
    --cc=dwmw2@infradead.org \
    --cc=jteki@openedev.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=wenyou.yang@atmel.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;
as well as URLs for NNTP newsgroup(s).