[U-Boot-Users] [PATCH] SPI Flash: Support the ST Microelectronics M25P80 and M25P40 SPI Flash

2008-06-09 Thread Jason McMullan
This commit adds MTD support for the M25P80 (1Mx8) and the M25P40 (512kx8) SPI Flash components from ST Microelectronics. Tested with the M25P40, but should work for the M25P80 according to the spec sheet. Signed-off-by: Jason McMullan <[EMAIL PROTECTED]> --- drivers/mtd/spi/Makefile

Re: [U-Boot-Users] [PATCH] SPI Flash: Support the ST Microelectronics M25P80 and M25P40 SPI Flash

2008-06-10 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > This commit adds MTD support for the M25P80 (1Mx8) and the M25P40 (512kx8) > SPI Flash components from ST Microelectronics. ... > --- /dev/null > +++ b/drivers/mtd/spi/stmicro.c > @@ -0,0 +1,326 @@ > +/* > + * $Id$ > + * Please remove these two lines. >