linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] mtd: m25p80: add support for Macronix mx25l3255e
@ 2013-10-23 22:40 Brian Norris
  2013-10-27 16:45 ` Marek Vasut
  0 siblings, 1 reply; 3+ messages in thread
From: Brian Norris @ 2013-10-23 22:40 UTC (permalink / raw)
  To: linux-mtd; +Cc: Marek Vasut, Peter Korsgaard, 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>
---
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) },
-- 
1.8.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] mtd: m25p80: add support for Macronix mx25l3255e
  2013-10-23 22:40 [PATCH v2] mtd: m25p80: add support for Macronix mx25l3255e Brian Norris
@ 2013-10-27 16:45 ` Marek Vasut
  2013-10-30  4:26   ` Brian Norris
  0 siblings, 1 reply; 3+ messages in thread
From: Marek Vasut @ 2013-10-27 16:45 UTC (permalink / raw)
  To: Brian Norris; +Cc: Peter Korsgaard, linux-mtd

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] mtd: m25p80: add support for Macronix mx25l3255e
  2013-10-27 16:45 ` Marek Vasut
@ 2013-10-30  4:26   ` Brian Norris
  0 siblings, 0 replies; 3+ messages in thread
From: Brian Norris @ 2013-10-30  4:26 UTC (permalink / raw)
  To: Marek Vasut; +Cc: Peter Korsgaard, linux-mtd

On Sun, Oct 27, 2013 at 05:45:59PM +0100, Marek Vasut wrote:
> 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>

Thanks :) Pushed to l2-mtd.git.

Brian

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-10-30  4:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-23 22:40 [PATCH v2] mtd: m25p80: add support for Macronix mx25l3255e Brian Norris
2013-10-27 16:45 ` Marek Vasut
2013-10-30  4:26   ` Brian Norris

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).