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 v2 3/8] sf: winbond: Add support for W25Q80BW
Date: Fri, 14 Jun 2013 00:25:09 +0530	[thread overview]
Message-ID: <51BA158D.6020300@gmail.com> (raw)
In-Reply-To: <e061918a-4bac-433a-bf85-986cd6a0a067@CO9EHSMHS002.ehs.local>

On 30-05-2013 19:19, Jagannadha Sutradharudu Teki wrote:
> Add support for Winbond W25Q80BW SPI flash.
>
> This patch corrected the flash name, nr_blocks and
> also commit message header from below patch.
> "sf: winbond: add W25Q32"
> (sha1: c969abc47033d6f810d3c9dbdb994ea9d691d038)
>
> Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
> ---
> Changes for v2:
>          - none
>
>   drivers/mtd/spi/winbond.c | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/mtd/spi/winbond.c b/drivers/mtd/spi/winbond.c
> index cb57ce0..a7cd51f 100644
> --- a/drivers/mtd/spi/winbond.c
> +++ b/drivers/mtd/spi/winbond.c
> @@ -84,8 +84,8 @@ static const struct winbond_spi_flash_params winbond_spi_flash_table[] = {
>   	},
>   	{
>   		.id			= 0x5014,
> -		.nr_blocks		= 128,
> -		.name			= "W25Q80",
> +		.nr_blocks		= 16,
> +		.name			= "W25Q80BW",
>   	},
>   	{
>   		.id			= 0x6016,
>

Applied to u-boot-spi/master

--
Thanks,
Jagan.

  reply	other threads:[~2013-06-13 18:55 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1369921773-8871-1-git-send-email-jaganna@xilinx.com>
2013-05-30 13:49 ` [U-Boot] [PATCH v2 1/8] sf: spansion: Update the name for S25FL256S flash Jagannadha Sutradharudu Teki
2013-06-13 18:54   ` Jagan Teki
2013-05-30 13:49 ` [U-Boot] [PATCH v2 2/8] sf: spansion: Add support for S25FL128S_64K Jagannadha Sutradharudu Teki
2013-06-02 19:18   ` Jagan Teki
2013-05-30 13:49 ` [U-Boot] [PATCH v2 3/8] sf: winbond: Add support for W25Q80BW Jagannadha Sutradharudu Teki
2013-06-13 18:55   ` Jagan Teki [this message]
2013-05-30 13:49 ` [U-Boot] [PATCH v2 4/8] sf: winbond: Correct the nr_blocks used for W25Q32DW Jagannadha Sutradharudu Teki
2013-06-13 18:56   ` Jagan Teki
2013-05-30 13:49 ` [U-Boot] [PATCH v2 5/8] sf: winbond: Update the names for W25Q 0x40XX ID's flash parts Jagannadha Sutradharudu Teki
2013-06-02 19:23   ` Jagan Teki
2013-06-04  6:02     ` Jagan Teki
2013-06-04 17:11       ` Syed Hussain
2013-06-04 17:19         ` MCHEN4 at winbond.com
2013-06-04 17:26           ` Jagan Teki
2013-06-05  1:01             ` MCHEN4 at winbond.com
     [not found]             ` <CAD6G_RQ6efJce77bvSUrVsb9aBoJorE+czunUoVZ3Ad7wLeoJQ@mail.gmail.com>
     [not found]               ` <51AF4EE9.5090803@monstr.eu>
     [not found]                 ` <CAD6G_RSbR9PVB5HMHoQiV86MqZ87JeDjpDoRrC9pZQVNg-jjGw@mail.gmail.com>
2013-06-06  5:32                   ` Michal Simek
2013-06-07 17:58                     ` Jagan Teki
2013-05-30 13:49 ` [U-Boot] [PATCH v2 6/8] sf: winbond: Add support for W25Q128FW Jagannadha Sutradharudu Teki
2013-05-30 13:49 ` [U-Boot] [PATCH v2 7/8] sf: winbond: Add support for W25Q16DW Jagannadha Sutradharudu Teki
2013-05-30 13:49 ` [U-Boot] [PATCH v2 8/8] sf: winbond: Add support for W25QXXXFV Jagannadha Sutradharudu 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=51BA158D.6020300@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.