linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mtd: m25p80: Add support for Winbond W25Q80BW
@ 2012-05-08 22:34 Thomas Abraham
  2012-05-11 11:24 ` Artem Bityutskiy
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Abraham @ 2012-05-08 22:34 UTC (permalink / raw)
  To: linux-arm-kernel

Winbond W25Q80BW is a 8Mbit serial flash memory device.

Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org>
---
 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 1924d24..dbd44b1 100644
--- a/drivers/mtd/devices/m25p80.c
+++ b/drivers/mtd/devices/m25p80.c
@@ -728,6 +728,7 @@ static const struct spi_device_id m25p_ids[] = {
 	{ "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) },
+	{ "w25q80", INFO(0xef5014, 0, 64 * 1024,  16, SECT_4K) },
 
 	/* Catalyst / On Semiconductor -- non-JEDEC */
 	{ "cat25c11", CAT25_INFO(  16, 8, 16, 1) },
-- 
1.6.6.rc2

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

* [PATCH] mtd: m25p80: Add support for Winbond W25Q80BW
  2012-05-08 22:34 [PATCH] mtd: m25p80: Add support for Winbond W25Q80BW Thomas Abraham
@ 2012-05-11 11:24 ` Artem Bityutskiy
  0 siblings, 0 replies; 2+ messages in thread
From: Artem Bityutskiy @ 2012-05-11 11:24 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, 2012-05-09 at 04:04 +0530, Thomas Abraham wrote:
> Winbond W25Q80BW is a 8Mbit serial flash memory device.
> 
> Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org>

Pushed to l2-mtd.git, thanks!

-- 
Best Regards,
Artem Bityutskiy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20120511/94f0199f/attachment.sig>

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

end of thread, other threads:[~2012-05-11 11:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-08 22:34 [PATCH] mtd: m25p80: Add support for Winbond W25Q80BW Thomas Abraham
2012-05-11 11:24 ` 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).