* [PATCH] MTD: m25p80.c: Add support for S25FL032P spi-nor flash devices.
@ 2010-09-30 11:26 David Jander
2010-10-01 19:00 ` Artem Bityutskiy
0 siblings, 1 reply; 2+ messages in thread
From: David Jander @ 2010-09-30 11:26 UTC (permalink / raw)
To: linux-mtd; +Cc: David Jander
From: David Jander <david@protonic.nl>
Signed-off-by: David Jander <david@protonic.nl>
---
drivers/mtd/devices/m25p80.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/mtd/devices/m25p80.c b/drivers/mtd/devices/m25p80.c
index 6f512b5..305f1be 100644
--- a/drivers/mtd/devices/m25p80.c
+++ b/drivers/mtd/devices/m25p80.c
@@ -661,6 +661,7 @@ static const struct spi_device_id m25p_ids[] = {
{ "s25sl008a", INFO(0x010213, 0, 64 * 1024, 16, 0) },
{ "s25sl016a", INFO(0x010214, 0, 64 * 1024, 32, 0) },
{ "s25sl032a", INFO(0x010215, 0, 64 * 1024, 64, 0) },
+ { "s25sl032p", INFO(0x010215, 0x4d00, 64 * 1024, 64, SECT_4K) },
{ "s25sl064a", INFO(0x010216, 0, 64 * 1024, 128, 0) },
{ "s25sl12800", INFO(0x012018, 0x0300, 256 * 1024, 64, 0) },
{ "s25sl12801", INFO(0x012018, 0x0301, 64 * 1024, 256, 0) },
--
1.6.3.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] MTD: m25p80.c: Add support for S25FL032P spi-nor flash devices.
2010-09-30 11:26 [PATCH] MTD: m25p80.c: Add support for S25FL032P spi-nor flash devices David Jander
@ 2010-10-01 19:00 ` Artem Bityutskiy
0 siblings, 0 replies; 2+ messages in thread
From: Artem Bityutskiy @ 2010-10-01 19:00 UTC (permalink / raw)
To: David Jander; +Cc: linux-mtd, David Jander
On Thu, 2010-09-30 at 13:26 +0200, David Jander wrote:
> From: David Jander <david@protonic.nl>
>
> Signed-off-by: David Jander <david@protonic.nl>
> ---
> drivers/mtd/devices/m25p80.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
Pushed to l2-mtd-2.6.git, thanks!
--
Best Regards,
Artem Bityutskiy (Битюцкий Артём)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-10-01 19:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-30 11:26 [PATCH] MTD: m25p80.c: Add support for S25FL032P spi-nor flash devices David Jander
2010-10-01 19:00 ` 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).