From: Allen Martin <amartin@nvidia.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 07/13] sf: winbond: add W25Q32DW
Date: Tue, 28 May 2013 17:28:19 -0700 [thread overview]
Message-ID: <20130529002819.GA20528@badger> (raw)
In-Reply-To: <CAD6G_RQQp9Cr7D1TwhZETk=prk7rc-E1gFKqpS2fzgzZ8xjBiA@mail.gmail.com>
On Fri, May 24, 2013 at 01:39:51PM -0700, Jagan Teki wrote:
> Hi,
>
> Any update on this.
>
> Thanks,
> Jagan.
>
> On Thu, May 23, 2013 at 1:15 PM, Jagan Teki <jagannadh.teki@gmail.com> wrote:
> > Hi Allen,
> >
> > On Sun, Mar 17, 2013 at 10:28 AM, Allen Martin <amartin@nvidia.com> wrote:
> >> Add support for Winbond W25Q32DW 32Mbit part
> >>
> >> Signed-off-by: Allen Martin <amartin@nvidia.com>
> >> ---
> >> drivers/mtd/spi/winbond.c | 5 +++++
> >> 1 file changed, 5 insertions(+)
> >>
> >> diff --git a/drivers/mtd/spi/winbond.c b/drivers/mtd/spi/winbond.c
> >> index 4418302..3560fcb 100644
> >> --- a/drivers/mtd/spi/winbond.c
> >> +++ b/drivers/mtd/spi/winbond.c
> >> @@ -68,6 +68,11 @@ static const struct winbond_spi_flash_params winbond_spi_flash_table[] = {
> >> .name = "W25Q80",
> >> },
> >> {
> >> + .id = 0x6016,
> >> + .nr_blocks = 512,
> >
> > nr_blocks here should have 64 instead of 512.
> > please let me know, I will add correction-patch for this.
You're right, it's a 32Mbit part, so nr_blocks should be 64, thanks
for finding this.
-Allen
--
nvpublic
next prev parent reply other threads:[~2013-05-29 0:28 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-17 4:58 [U-Boot] [PATCH v2 00/13] tegra114 SPI driver Allen Martin
2013-03-17 4:58 ` [U-Boot] [PATCH v2 01/13] tegra: remove support for UART SPI switch Allen Martin
2013-03-19 18:14 ` Stephen Warren
2013-03-19 19:01 ` Simon Glass
2013-03-19 19:13 ` Stephen Warren
2013-03-21 21:04 ` Simon Glass
2013-03-17 4:58 ` [U-Boot] [PATCH v2 02/13] tegra: spi: rename tegra SPI drivers Allen Martin
2013-03-17 4:58 ` [U-Boot] [PATCH v2 03/13] tegra: spi: remove non fdt support Allen Martin
2013-03-17 4:58 ` [U-Boot] [PATCH v2 04/13] tegra: spi: pull register structs out of headers Allen Martin
2013-03-17 4:58 ` [U-Boot] [PATCH v2 05/13] tegra20: spi: move fdt probe to spi_init Allen Martin
2013-03-17 4:58 ` [U-Boot] [PATCH v2 06/13] spi: add common fdt SPI driver interface Allen Martin
2013-03-19 18:24 ` Stephen Warren
2013-03-21 21:05 ` Simon Glass
2013-03-17 4:58 ` [U-Boot] [PATCH v2 07/13] sf: winbond: add W25Q32DW Allen Martin
2013-05-23 7:45 ` Jagan Teki
2013-05-24 20:39 ` Jagan Teki
2013-05-29 0:28 ` Allen Martin [this message]
2013-05-29 1:00 ` Jagan Teki
2013-03-17 4:58 ` [U-Boot] [PATCH v2 08/13] tegra114: fdt: add compatible string for tegra114 SPI ctrl Allen Martin
2013-03-17 4:58 ` [U-Boot] [PATCH v2 09/13] tegra114: fdt: add apbdma block Allen Martin
2013-03-17 4:58 ` [U-Boot] [PATCH v2 10/13] tegra114: fdt: add SPI blocks Allen Martin
2013-03-17 4:58 ` [U-Boot] [PATCH v2 11/13] tegra114: dalmore: fdt: enable dalmore SPI controller Allen Martin
2013-03-17 4:58 ` [U-Boot] [PATCH v2 12/13] tegra114: add SPI driver Allen Martin
2013-03-19 21:22 ` Simon Glass
2013-03-17 4:58 ` [U-Boot] [PATCH v2 13/13] tegra114: dalmore: config: enable SPI Allen Martin
2013-03-18 19:34 ` [U-Boot] [PATCH v2 00/13] tegra114 SPI driver Tom Warren
2013-03-19 18:23 ` Stephen Warren
2013-03-21 21:07 ` Simon Glass
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=20130529002819.GA20528@badger \
--to=amartin@nvidia.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.