linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Igor Grinberg <grinberg@compulab.co.il>
To: Igor Grinberg <grinberg@compulab.co.il>
Cc: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>,
	Brian Norris <computersforpeace@gmail.com>,
	David Woodhouse <dwmw2@infradead.org>,
	linux-mtd@lists.infradead.org
Subject: Re: [PATCH] mtd: m25p80: add support for m25px16
Date: Wed, 04 Dec 2013 09:11:26 +0200	[thread overview]
Message-ID: <529ED59E.10605@compulab.co.il> (raw)
In-Reply-To: <1384203329-24998-1-git-send-email-grinberg@compulab.co.il>

ping...

On 11/11/13 22:55, Igor Grinberg wrote:
> Add support for Micron m25px16 spi flash chip.
> 
> Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
> ---
>  drivers/mtd/devices/m25p80.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/mtd/devices/m25p80.c b/drivers/mtd/devices/m25p80.c
> index 6bc9618..1da91c8 100644
> --- a/drivers/mtd/devices/m25p80.c
> +++ b/drivers/mtd/devices/m25p80.c
> @@ -855,6 +855,7 @@ static const struct spi_device_id m25p_ids[] = {
>  	{ "m25pe80", INFO(0x208014,  0, 64 * 1024, 16,       0) },
>  	{ "m25pe16", INFO(0x208015,  0, 64 * 1024, 32, SECT_4K) },
>  
> +	{ "m25px16",    INFO(0x207115,  0, 64 * 1024, 32, SECT_4K) },
>  	{ "m25px32",    INFO(0x207116,  0, 64 * 1024, 64, SECT_4K) },
>  	{ "m25px32-s0", INFO(0x207316,  0, 64 * 1024, 64, SECT_4K) },
>  	{ "m25px32-s1", INFO(0x206316,  0, 64 * 1024, 64, SECT_4K) },
> 

-- 
Regards,
Igor.

  reply	other threads:[~2013-12-04  7:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-11 20:55 [PATCH] mtd: m25p80: add support for m25px16 Igor Grinberg
2013-12-04  7:11 ` Igor Grinberg [this message]
2013-12-04 23:49   ` Brian Norris

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=529ED59E.10605@compulab.co.il \
    --to=grinberg@compulab.co.il \
    --cc=artem.bityutskiy@linux.intel.com \
    --cc=computersforpeace@gmail.com \
    --cc=dwmw2@infradead.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 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).