Re: [U-Boot] [PATCH 1/2] Add driver for the ST M95xxx SPI EEPROM

2009-08-07 Thread Jean-Christophe PLAGNIOL-VILLARD
On 12:37 Fri 07 Aug , Albin Tonnerre wrote: > This chip is used in a number of boards manufactured by Calao-Systems > which should be supported soon. This driver provides the necessary > spi_read and spi_write functions necessary to communicate with the chip. > > Signed-off-by: Albin Tonnerre

Re: [U-Boot] [PATCH 1/2] Add driver for the ST M95xxx SPI EEPROM

2009-08-07 Thread Albin Tonnerre
On Wed, Aug 05, 2009 at 09:24:43PM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote : > On 19:16 Wed 05 Aug , Albin Tonnerre wrote: > > + for (i = 0; i < 1000; i++) { > why 1000? Oh, true. I meant to fix that and replace it with something similar to what atmel_dataflash does, ie using CONFIG_S

[U-Boot] [PATCH 1/2] Add driver for the ST M95xxx SPI EEPROM

2009-08-07 Thread Albin Tonnerre
This chip is used in a number of boards manufactured by Calao-Systems which should be supported soon. This driver provides the necessary spi_read and spi_write functions necessary to communicate with the chip. Signed-off-by: Albin Tonnerre --- drivers/mtd/spi/Makefile|1 + drivers/mt

Re: [U-Boot] [PATCH 1/2] Add driver for the ST M95xxx SPI EEPROM

2009-08-05 Thread Jean-Christophe PLAGNIOL-VILLARD
On 19:16 Wed 05 Aug , Albin Tonnerre wrote: > This chip is used in a number of boards manufactured by Calao-Systems > which should be supported soon. This driver provides the necessary > spi_read and spi_write functions necessary to communicate with the chip. > > Signed-off-by: Albin Tonnerre

[U-Boot] [PATCH 1/2] Add driver for the ST M95xxx SPI EEPROM

2009-08-05 Thread Albin Tonnerre
This chip is used in a number of boards manufactured by Calao-Systems which should be supported soon. This driver provides the necessary spi_read and spi_write functions necessary to communicate with the chip. Signed-off-by: Albin Tonnerre --- drivers/spi/Makefile|1 + drivers/spi/ee