All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: Brian Norris <computersforpeace@gmail.com>
Cc: Peter Korsgaard <peter@korsgaard.com>, linux-mtd@lists.infradead.org
Subject: Re: [PATCH v2] mtd: m25p80: add support for Macronix mx25l3255e
Date: Sun, 27 Oct 2013 17:45:59 +0100	[thread overview]
Message-ID: <201310271745.59262.marex@denx.de> (raw)
In-Reply-To: <1382568003-2356-1-git-send-email-computersforpeace@gmail.com>

Dear Brian Norris,

> A new 32Mbit SPI NOR flash from Macronix. Nothing special.
> 
> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
> Cc: Marek Vasut <marex@denx.de>

Nothing special :)

Reviewed-by: Marek Vasut <marex@denx.de>

> ---
> v2: correct "Gbit" to "MBit" in patch description
> 
>  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 8d6c87be..72c37f0 100644
> --- a/drivers/mtd/devices/m25p80.c
> +++ b/drivers/mtd/devices/m25p80.c
> @@ -778,6 +778,7 @@ static const struct spi_device_id m25p_ids[] = {
>  	{ "mx25l8005",   INFO(0xc22014, 0, 64 * 1024,  16, 0) },
>  	{ "mx25l1606e",  INFO(0xc22015, 0, 64 * 1024,  32, SECT_4K) },
>  	{ "mx25l3205d",  INFO(0xc22016, 0, 64 * 1024,  64, 0) },
> +	{ "mx25l3255e",  INFO(0xc29e16, 0, 64 * 1024,  64, SECT_4K) },
>  	{ "mx25l6405d",  INFO(0xc22017, 0, 64 * 1024, 128, 0) },
>  	{ "mx25l12805d", INFO(0xc22018, 0, 64 * 1024, 256, 0) },
>  	{ "mx25l12855e", INFO(0xc22618, 0, 64 * 1024, 256, 0) },

Best regards,
Marek Vasut

  reply	other threads:[~2013-10-27 16:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-23 22:40 [PATCH v2] mtd: m25p80: add support for Macronix mx25l3255e Brian Norris
2013-10-27 16:45 ` Marek Vasut [this message]
2013-10-30  4:26   ` 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=201310271745.59262.marex@denx.de \
    --to=marex@denx.de \
    --cc=computersforpeace@gmail.com \
    --cc=linux-mtd@lists.infradead.org \
    --cc=peter@korsgaard.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 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.