public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Michal Simek <monstr@monstr.eu>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] sf: spansion: Add support for S25FL512S_256K
Date: Wed, 31 Jul 2013 12:31:16 +0200	[thread overview]
Message-ID: <51F8E774.8080303@monstr.eu> (raw)
In-Reply-To: <1375256585-10836-1-git-send-email-nobuhiro.iwamatsu.yj@renesas.com>

On 07/31/2013 09:43 AM, Nobuhiro Iwamatsu wrote:
> Add support for Spansion S25FL512S_256K SPI flash.
> 
> Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
> ---
>  drivers/mtd/spi/spansion.c | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/drivers/mtd/spi/spansion.c b/drivers/mtd/spi/spansion.c
> index 47a4897..a7dc096 100644
> --- a/drivers/mtd/spi/spansion.c
> +++ b/drivers/mtd/spi/spansion.c
> @@ -1,4 +1,5 @@
>  /*
> + * Copyright (C) 2013 Renesas Electronics Corporation

I don't think that this is huge contribution that you should also update header.

>   * Copyright (C) 2009 Freescale Semiconductor, Inc.
>   *
>   * Author: Mingkai Hu (Mingkai.hu at freescale.com)
> @@ -101,6 +102,13 @@ static const struct spansion_spi_flash_params spansion_spi_flash_table[] = {
>  		.nr_sectors = 1024,
>  		.name = "S25FL512S_64K",
>  	},
> +	{
> +		.idcode1 = 0x0220,
> +		.idcode2 = 0x4d00,
> +		.pages_per_sector = 1024,
> +		.nr_sectors = 256,
> +		.name = "S25FL512S_256K",
> +	},

Jagan sent very similar patch
http://lists.denx.de/pipermail/u-boot/2013-May/155501.html
but nr_sectors and pages_per_sector are swapped.

Thanks,
Michal

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 263 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130731/a5d64088/attachment.pgp>

  reply	other threads:[~2013-07-31 10:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-31  7:43 [U-Boot] [PATCH] sf: spansion: Add support for S25FL512S_256K Nobuhiro Iwamatsu
2013-07-31 10:31 ` Michal Simek [this message]
2013-08-01  0:16   ` Nobuhiro Iwamatsu
2013-10-03 15:55     ` Jagan Teki

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=51F8E774.8080303@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox