All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mtd: m25p80: add support for Macronix mx25l3255e
@ 2013-10-23 20:40 Brian Norris
  2013-10-23 22:31 ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Brian Norris @ 2013-10-23 20:40 UTC (permalink / raw)
  To: linux-mtd; +Cc: Marek Vasut, Brian Norris

A new 32Gbit SPI NOR flash from Macronix. Nothing special.

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Cc: Marek Vasut <marex@denx.de>
---
 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] mtd: m25p80: add support for Macronix mx25l3255e
  2013-10-23 20:40 [PATCH] mtd: m25p80: add support for Macronix mx25l3255e Brian Norris
@ 2013-10-23 22:31 ` Peter Korsgaard
  2013-10-23 22:36   ` Brian Norris
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2013-10-23 22:31 UTC (permalink / raw)
  To: Brian Norris; +Cc: Marek Vasut, linux-mtd

>>>>> "Brian" == Brian Norris <computersforpeace@gmail.com> writes:

 > A new 32Gbit SPI NOR flash from Macronix. Nothing special.

Presumably you mean Mbit?

-- 
Bye, Peter Korsgaard

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

* Re: [PATCH] mtd: m25p80: add support for Macronix mx25l3255e
  2013-10-23 22:31 ` Peter Korsgaard
@ 2013-10-23 22:36   ` Brian Norris
  0 siblings, 0 replies; 3+ messages in thread
From: Brian Norris @ 2013-10-23 22:36 UTC (permalink / raw)
  To: Peter Korsgaard; +Cc: Marek Vasut, linux-mtd@lists.infradead.org

On Wed, Oct 23, 2013 at 3:31 PM, Peter Korsgaard <peter@korsgaard.com> wrote:
>>>>>> "Brian" == Brian Norris <computersforpeace@gmail.com> writes:
>
>  > A new 32Gbit SPI NOR flash from Macronix. Nothing special.
>
> Presumably you mean Mbit?

Yes. In fact, this very thought popped into my head an hour ago, where
I thought I recalled mistyping Mbit as Gbit...

I'll fix this and send v2. Thanks.

Brian

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

end of thread, other threads:[~2013-10-23 22:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-23 20:40 [PATCH] mtd: m25p80: add support for Macronix mx25l3255e Brian Norris
2013-10-23 22:31 ` Peter Korsgaard
2013-10-23 22:36   ` Brian Norris

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.