Re: [U-Boot] [PATCH] Macronix MX25xx MTD SPI flash driver

2009-04-06 Thread Prafulla Wadaskar
-Original Message- From: Mike Frysinger [mailto:vap...@gentoo.org] Sent: Friday, April 03, 2009 7:44 PM To: u-boot@lists.denx.de Cc: Prafulla Wadaskar; Ronen Shitrit Subject: Re: [U-Boot] [PATCH] Macronix MX25xx MTD SPI flash driver On Friday 03 April 2009 07:49:19 Prafulla

Re: [U-Boot] [PATCH] Macronix MX25xx MTD SPI flash driver

2009-04-06 Thread Mike Frysinger
On Monday 06 April 2009 03:23:30 Prafulla Wadaskar wrote: + /* Up to 2 seconds */ + ret = macronix_wait_ready(flash, 2 * CONFIG_SYS_HZ); there's a common flash erase timeout define Block erase time for Micronix are different than specified in spi_flash_internals.h

Re: [U-Boot] [PATCH] Macronix MX25xx MTD SPI flash driver

2009-04-06 Thread Prafulla Wadaskar
-Original Message- From: Mike Frysinger [mailto:vap...@gentoo.org] Sent: Monday, April 06, 2009 1:09 PM To: Prafulla Wadaskar Cc: u-boot@lists.denx.de; Ronen Shitrit Subject: Re: [U-Boot] [PATCH] Macronix MX25xx MTD SPI flash driver On Monday 06 April 2009 03:23:30 Prafulla

[U-Boot] [PATCH] Macronix MX25xx MTD SPI flash driver

2009-04-06 Thread Prafulla Wadaskar
From: prafulla_wadaskar prafu...@marvell.com Added macronix SF driver for MTD framework MX25L12805D is supported and tested TBD: sector erase implementation, other deivces support Change log: v2: typos corrected, MX25PXX renamed as MX25XX, spi_flash struct declared as first member, RDSR command

Re: [U-Boot] [PATCH] Macronix MX25xx MTD SPI flash driver

2009-04-06 Thread Mike Frysinger
On Monday 06 April 2009 11:54:43 Prafulla Wadaskar wrote: --- a/drivers/mtd/spi/Makefile +++ b/drivers/mtd/spi/Makefile @@ -27,6 +27,7 @@ LIB := $(obj)libspi_flash.a COBJS-$(CONFIG_SPI_FLASH)+= spi_flash.o COBJS-$(CONFIG_SPI_FLASH_ATMEL) += atmel.o

Re: [U-Boot] [PATCH] Macronix MX25xx MTD SPI flash driver

2009-04-06 Thread Prafulla Wadaskar
-Original Message- From: Mike Frysinger [mailto:vap...@gentoo.org] Sent: Monday, April 06, 2009 4:35 PM To: u-boot@lists.denx.de Cc: Prafulla Wadaskar; Ronen Shitrit Subject: Re: [U-Boot] [PATCH] Macronix MX25xx MTD SPI flash driver Change log: v2: typos corrected

Re: [U-Boot] [PATCH] Macronix MX25xx MTD SPI flash driver

2009-04-06 Thread Mike Frysinger
On Monday 06 April 2009 11:54:43 Prafulla Wadaskar wrote: From: prafulla_wadaskar prafu...@marvell.com Added macronix SF driver for MTD framework MX25L12805D is supported and tested TBD: sector erase implementation, other deivces support Change log: v2: typos corrected, MX25PXX renamed as

Re: [U-Boot] [PATCH] Macronix MX25xx MTD SPI flash driver

2009-04-06 Thread Prafulla Wadaskar
Hi Mike I missed subject info (i.e. PATCH v2) is this a problem? Shall I send it again? Regards.. Prafulla . . -Original Message- From: Prafulla Wadaskar [mailto:prafu...@marvell.com] Sent: Monday, April 06, 2009 9:25 PM To: u-boot@lists.denx.de Cc: Ronen Shitrit; Prafulla

Re: [U-Boot] [PATCH] Macronix MX25xx MTD SPI flash driver

2009-04-06 Thread Mike Frysinger
On Monday 06 April 2009 06:46:29 Prafulla Wadaskar wrote: I missed subject info (i.e. PATCH v2) is this a problem? Shall I send it again? dont worry about it. the [PATCH ...] contents of the summary are dropped when merging into git. however, there is one other thing: Subject: [PATCH]

Re: [U-Boot] [PATCH] Macronix MX25xx MTD SPI flash driver

2009-04-06 Thread Wolfgang Denk
Dear Prafulla Wadaskar, In message 1239033283-26144-1-git-send-email-prafu...@marvell.com you wrote: Signed-off-by: prafulla_wadaskar prafu...@marvell.com Reviewed by: Mike Frysinger vap...@gentoo.org Tested by: prafulla_wadaskar prafu...@marvell.com There are a couple of formal issues

Re: [U-Boot] [PATCH] Macronix MX25xx MTD SPI flash driver

2009-04-06 Thread Wolfgang Denk
Dear Mike Frysinger, In message 200904060711.50104.vap...@gentoo.org you wrote: since these are trivial and i'm in a good mood, i'll go ahead and fix up the conflicts and add them to my sf branch. but in the future please make sure to integrate these methodologies. Please don't or undo.

Re: [U-Boot] [PATCH] Macronix MX25xx MTD SPI flash driver

2009-04-06 Thread Mike Frysinger
On Monday 06 April 2009 14:15:23 Wolfgang Denk wrote: In message Mike Frysinger wrote: since these are trivial and i'm in a good mood, i'll go ahead and fix up the conflicts and add them to my sf branch. but in the future please make sure to integrate these methodologies. Please don't or

[U-Boot] [PATCH] Macronix MX25xx MTD SPI flash driver

2009-04-03 Thread Prafulla Wadaskar
From: prafulla_wadaskar prafu...@marvell.com Added macronix SF driver for MTD framework MX25L12805D is supported and tested TBD: sector erase implementation, other deivces support Signed-off-by: prafulla_wadaskar prafu...@marvell.com Tested by: prafulla_wadaskar prafu...@marvell.com ---

Re: [U-Boot] [PATCH] Macronix MX25xx MTD SPI flash driver

2009-04-03 Thread Mike Frysinger
On Friday 03 April 2009 07:49:19 Prafulla Wadaskar wrote: --- a/drivers/mtd/spi/Makefile +++ b/drivers/mtd/spi/Makefile @@ -28,6 +28,7 @@ LIB := $(obj)libspi_flash.a COBJS-$(CONFIG_SPI_FLASH)+= spi_flash.o COBJS-$(CONFIG_SPI_FLASH_ATMEL) += atmel.o