All of lore.kernel.org
 help / color / mirror / Atom feed
From: 402jagan at gmail.com <402jagan@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] sf: winbond: Add support for W25Q64DW
Date: Mon,  3 Sep 2012 20:47:27 +0530	[thread overview]
Message-ID: <1346685447-2355-2-git-send-email-402jagan@gmail.com> (raw)
In-Reply-To: <402jagan@gmail.com>

From: Jagannadha Sutradharudu Teki <402jagan@gmail.com>

This patch adds support for Winbond W25Q64DW SPI flash.

Signed-off-by: Jagannadha Sutradharudu Teki <402jagan@gmail.com>
---
 drivers/mtd/spi/winbond.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/drivers/mtd/spi/winbond.c b/drivers/mtd/spi/winbond.c
index f6aab3d..4418302 100644
--- a/drivers/mtd/spi/winbond.c
+++ b/drivers/mtd/spi/winbond.c
@@ -67,6 +67,11 @@ static const struct winbond_spi_flash_params winbond_spi_flash_table[] = {
 		.nr_blocks		= 128,
 		.name			= "W25Q80",
 	},
+	{
+		.id			= 0x6017,
+		.nr_blocks		= 128,
+		.name			= "W25Q64DW",
+	},
 };
 
 struct spi_flash *spi_flash_probe_winbond(struct spi_slave *spi, u8 *idcode)
-- 
1.7.0.4

             reply	other threads:[~2012-09-03 15:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <402jagan@gmail.com>
2012-09-03 15:17 ` 402jagan at gmail.com [this message]
2012-10-04  5:59   ` [U-Boot] [PATCH] sf: winbond: Add support for W25Q64DW Michal Simek
2012-09-14 15:16 ` [U-Boot] [PATCH] sf: spansion: Correct the first byte of idcode1 for S25FL256S part 402jagan at gmail.com
2012-10-04  5:55   ` Michal Simek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1346685447-2355-2-git-send-email-402jagan@gmail.com \
    --to=402jagan@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.