From: David Brownell Date: Wed, 5 Dec 2007 07:45:10 +0000 (-0800) Subject: spi: at25 driver is for EEPROM not FLASH X-Git-Tag: v2.6.24-rc5~98 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f86f14c0fc9fdb0984e64209df2f47895a07151;p=pandora-kernel.git spi: at25 driver is for EEPROM not FLASH Add comment to at25 driver that it's for EEPROM chips, not FLASH chips ... the AT25 series has both types of chip, and sometimes they're even pin-compatible. The command sets are different, as is the treatment of erasure. (FLASH needs explicit erasure, but with EEPROM it's implicit.) Note that all vendors seem to have this same confusion in their *25* series SPI memory parts. Signed-off-by: David Brownell Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed