linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mtd: m25p80: Add support for Macronix 25L8005
@ 2010-06-07 18:31 Martin Michlmayr
  2010-06-13  9:42 ` Artem Bityutskiy
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Michlmayr @ 2010-06-07 18:31 UTC (permalink / raw)
  To: David Woodhouse; +Cc: linux-mtd

Add support for Macronix 25L8005.  Tested on a HP t5325 Thin Client.

Signed-off-by: Martin Michlmayr <tbm@cyrius.com>

index 81e49a9..372df59 100644
--- a/drivers/mtd/devices/m25p80.c
+++ b/drivers/mtd/devices/m25p80.c
@@ -641,6 +641,7 @@ static const struct spi_device_id m25p_ids[] = {
 
 	/* Macronix */
 	{ "mx25l4005a",  INFO(0xc22013, 0, 64 * 1024,   8, SECT_4K) },
+	{ "mx25l8005",   INFO(0xc22014, 0, 64 * 1024,  16, 0) },
 	{ "mx25l3205d",  INFO(0xc22016, 0, 64 * 1024,  64, 0) },
 	{ "mx25l6405d",  INFO(0xc22017, 0, 64 * 1024, 128, 0) },
 	{ "mx25l12805d", INFO(0xc22018, 0, 64 * 1024, 256, 0) },

-- 
Martin Michlmayr
http://www.cyrius.com/

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

* Re: [PATCH] mtd: m25p80: Add support for Macronix 25L8005
  2010-06-07 18:31 [PATCH] mtd: m25p80: Add support for Macronix 25L8005 Martin Michlmayr
@ 2010-06-13  9:42 ` Artem Bityutskiy
  0 siblings, 0 replies; 2+ messages in thread
From: Artem Bityutskiy @ 2010-06-13  9:42 UTC (permalink / raw)
  To: Martin Michlmayr; +Cc: linux-mtd, David Woodhouse

On Mon, 2010-06-07 at 19:31 +0100, Martin Michlmayr wrote:
> Add support for Macronix 25L8005.  Tested on a HP t5325 Thin Client.
> 
> Signed-off-by: Martin Michlmayr <tbm@cyrius.com>

Pushed to l2-mtd-2.6.git / master.

-- 
Best Regards,
Artem Bityutskiy (Артём Битюцкий)

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

end of thread, other threads:[~2010-06-13  9:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-07 18:31 [PATCH] mtd: m25p80: Add support for Macronix 25L8005 Martin Michlmayr
2010-06-13  9:42 ` Artem Bityutskiy

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