* [PATCH] m25p80: Add support for the Winbond W25Q64.
@ 2010-08-30 11:00 Thierry Reding
2010-09-18 18:05 ` Artem Bityutskiy
0 siblings, 1 reply; 2+ messages in thread
From: Thierry Reding @ 2010-08-30 11:00 UTC (permalink / raw)
To: linux-mtd; +Cc: Thierry Reding, David Woodhouse
This patch adds support for the Winbond W25Q64 serial flash.
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
---
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..8cd2ec2 100644
--- a/drivers/mtd/devices/m25p80.c
+++ b/drivers/mtd/devices/m25p80.c
@@ -714,6 +714,7 @@ static const struct spi_device_id m25p_ids[] = {
{ "w25x32", INFO(0xef3016, 0, 64 * 1024, 64, SECT_4K) },
{ "w25q32", INFO(0xef4016, 0, 64 * 1024, 64, SECT_4K) },
{ "w25x64", INFO(0xef3017, 0, 64 * 1024, 128, SECT_4K) },
+ { "w25q64", INFO(0xef4017, 0, 64 * 1024, 128, SECT_4K) },
/* Catalyst / On Semiconductor -- non-JEDEC */
{ "cat25c11", CAT25_INFO( 16, 8, 16, 1) },
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] m25p80: Add support for the Winbond W25Q64.
2010-08-30 11:00 [PATCH] m25p80: Add support for the Winbond W25Q64 Thierry Reding
@ 2010-09-18 18:05 ` Artem Bityutskiy
0 siblings, 0 replies; 2+ messages in thread
From: Artem Bityutskiy @ 2010-09-18 18:05 UTC (permalink / raw)
To: Thierry Reding; +Cc: David Woodhouse, linux-mtd
On Mon, 2010-08-30 at 13:00 +0200, Thierry Reding wrote:
> This patch adds support for the Winbond W25Q64 serial flash.
>
> Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
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-09-18 18:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-30 11:00 [PATCH] m25p80: Add support for the Winbond W25Q64 Thierry Reding
2010-09-18 18:05 ` Artem Bityutskiy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox