From mboxrd@z Thu Jan 1 00:00:00 1970 From: Allen Martin Date: Tue, 28 May 2013 17:28:19 -0700 Subject: [U-Boot] [PATCH v2 07/13] sf: winbond: add W25Q32DW In-Reply-To: References: <1363496294-31160-1-git-send-email-amartin@nvidia.com> <1363496294-31160-8-git-send-email-amartin@nvidia.com> Message-ID: <20130529002819.GA20528@badger> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 wrote: > > Hi Allen, > > > > On Sun, Mar 17, 2013 at 10:28 AM, Allen Martin wrote: > >> Add support for Winbond W25Q32DW 32Mbit part > >> > >> Signed-off-by: Allen Martin > >> --- > >> 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