Peter Stuge wrote:
On Sat, Aug 02, 2008 at 05:04:40PM +0200, Stefan Reinauer wrote:
erased blockwise
..
+int spi_chip_erase(struct flashchip *flash);
Please change the function names to match the functionality.
It erases the chip?
Since it does not do blockwise erase on all chipsets, pretending it did would be bad.