All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mtd: m25p80: Add support for Atmel at45db081d
@ 2012-06-19  2:55 Chunhe Lan
  2012-06-27 12:25 ` Artem Bityutskiy
  0 siblings, 1 reply; 2+ messages in thread
From: Chunhe Lan @ 2012-06-19  2:55 UTC (permalink / raw)
  To: linux-mtd; +Cc: dwmw2, Chunhe Lan

Signed-off-by: Chunhe Lan <Chunhe.Lan@freescale.com>
---
 drivers/mtd/devices/m25p80.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/mtd/devices/m25p80.c b/drivers/mtd/devices/m25p80.c
index 5d0d68c..6bfb0f8 100644
--- a/drivers/mtd/devices/m25p80.c
+++ b/drivers/mtd/devices/m25p80.c
@@ -633,6 +633,8 @@ static const struct spi_device_id m25p_ids[] = {
 	{ "at26df161a", INFO(0x1f4601, 0, 64 * 1024, 32, SECT_4K) },
 	{ "at26df321",  INFO(0x1f4700, 0, 64 * 1024, 64, SECT_4K) },
 
+	{ "at45db081d", INFO(0x1f2500, 0, 64 * 1024, 16, SECT_4K) },
+
 	/* EON -- en25xxx */
 	{ "en25f32", INFO(0x1c3116, 0, 64 * 1024,  64, SECT_4K) },
 	{ "en25p32", INFO(0x1c2016, 0, 64 * 1024,  64, 0) },
-- 
1.5.6.5

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

* Re: [PATCH] mtd: m25p80: Add support for Atmel at45db081d
  2012-06-19  2:55 [PATCH] mtd: m25p80: Add support for Atmel at45db081d Chunhe Lan
@ 2012-06-27 12:25 ` Artem Bityutskiy
  0 siblings, 0 replies; 2+ messages in thread
From: Artem Bityutskiy @ 2012-06-27 12:25 UTC (permalink / raw)
  To: Chunhe Lan; +Cc: dwmw2, linux-mtd

[-- Attachment #1: Type: text/plain, Size: 183 bytes --]

On Tue, 2012-06-19 at 10:55 +0800, Chunhe Lan wrote:
> Signed-off-by: Chunhe Lan <Chunhe.Lan@freescale.com>

Pushed to l2-mtd.git, thanks!

-- 
Best Regards,
Artem Bityutskiy

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

end of thread, other threads:[~2012-06-27 12:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-19  2:55 [PATCH] mtd: m25p80: Add support for Atmel at45db081d Chunhe Lan
2012-06-27 12:25 ` Artem Bityutskiy

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.