All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rajeshwari Birje <rajeshwari.birje@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] SPI: Winbond: Add W25Q32 to spi flash table
Date: Fri, 22 Mar 2013 11:51:42 +0530	[thread overview]
Message-ID: <CAPs=JDfnYQy-4S_3kQc24qJRj8BtLnWT1ZOFujw0MgXhp9Jf3Q@mail.gmail.com> (raw)
In-Reply-To: <CAPnjgZ2CetxmDr457SxWJbx1DsRSnZ4k5yAJD7_fo4PZ7c7J9w@mail.gmail.com>

Hi Minkyu Kang,

Please let me know if we can merge this into u-boot-samsung branch or
do I need to re-base on some other branch.

Regards,
Rajeshwari Shinde

On Fri, Feb 8, 2013 at 9:56 AM, Simon Glass <sjg@chromium.org> wrote:
> On Thu, Feb 7, 2013 at 2:07 AM, Rajeshwari Shinde
> <rajeshwari.s@samsung.com> wrote:
>> Add W25Q32 to Winbond spi flash table as it is required for snow
>>
>> Signed-off-by: Rajeshwari Shinde <rajeshwari.s@samsung.com>
>
> Acked-by: Simon Glass <sjg@chromium.org>
>
>> ---
>>  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..f47634e 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                     = 0x6016,
>> +               .nr_blocks              = 64,
>> +               .name                   = "W25Q32",
>> +       },
>>  };
>>
>>  struct spi_flash *spi_flash_probe_winbond(struct spi_slave *spi, u8 *idcode)
>> --
>> 1.7.4.4
>>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot



-- 
Regards,
Rajeshwari Shinde

  reply	other threads:[~2013-03-22  6:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-07 10:07 [U-Boot] [PATCH] SPI: Winbond: Add W25Q32 to spi flash table Rajeshwari Shinde
2013-02-08  4:26 ` Simon Glass
2013-03-22  6:21   ` Rajeshwari Birje [this message]
2013-05-23  7:43     ` 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='CAPs=JDfnYQy-4S_3kQc24qJRj8BtLnWT1ZOFujw0MgXhp9Jf3Q@mail.gmail.com' \
    --to=rajeshwari.birje@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.