All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Simek <monstr@monstr.eu>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] sf: winbond: Add support for W25Q64DW
Date: Thu, 04 Oct 2012 07:59:22 +0200	[thread overview]
Message-ID: <506D25BA.2040707@monstr.eu> (raw)
In-Reply-To: <1346685447-2355-2-git-send-email-402jagan@gmail.com>

Hi Mike,

On 09/03/2012 05:17 PM, 402jagan at gmail.com wrote:
> 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)
>

http://www.winbond.com.tw/NR/rdonlyres/9029DFAD-5FDD-4C84-851A-7326DF7389AB/0/W25Q64DW.pdf
(page 18)

Can you please add this patch to your sf branch?

Thanks,
Michal

-- 
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/
Microblaze U-BOOT custodian

  reply	other threads:[~2012-10-04  5:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <402jagan@gmail.com>
2012-09-03 15:17 ` [U-Boot] [PATCH] sf: winbond: Add support for W25Q64DW 402jagan at gmail.com
2012-10-04  5:59   ` Michal Simek [this message]
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=506D25BA.2040707@monstr.eu \
    --to=monstr@monstr.eu \
    --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.