All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jagan Teki <jagannadh.teki@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] sf: spansion: Correct name of S25FL128S 64K Sector part
Date: Fri, 14 Jun 2013 22:33:21 +0530	[thread overview]
Message-ID: <51BB4CD9.9000309@gmail.com> (raw)
In-Reply-To: <aa1872c8-6f8d-4be1-a2ad-ea7b08634801@CH1EHSMHS022.ehs.local>

On 14-06-2013 21:09, Jagannadha Sutradharudu Teki wrote:
> Corrected the name of S25FL128S 64K sector part SPI flash,
> S25FL128S supported has been added in below commit
> "sf: spansion: Add support for S25FL128S"
> (sha1: 1bfb9f156aa66cca6bb9c773867a1f02a84b14be)
>
> Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
> ---
>   drivers/mtd/spi/spansion.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/mtd/spi/spansion.c b/drivers/mtd/spi/spansion.c
> index b3ef90f..dad4fbb 100644
> --- a/drivers/mtd/spi/spansion.c
> +++ b/drivers/mtd/spi/spansion.c
> @@ -101,7 +101,7 @@ static const struct spansion_spi_flash_params spansion_spi_flash_table[] = {
>   		.idcode2 = 0x4d01,
>   		.pages_per_sector = 256,
>   		.nr_sectors = 256,
> -		.name = "S25FL129P_64K/S25FL128S",
> +		.name = "S25FL129P_64K/S25FL128S_64K",
>   	},
>   	{
>   		.idcode1 = 0x0219,
>

Applied to u-boot-spi/master

--
Thanks,
Jagan.

      reply	other threads:[~2013-06-14 17:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-14 15:39 [U-Boot] [PATCH] sf: spansion: Correct name of S25FL128S 64K Sector part Jagannadha Sutradharudu Teki
2013-06-14 17:03 ` Jagan Teki [this message]

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=51BB4CD9.9000309@gmail.com \
    --to=jagannadh.teki@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.