]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/mtd/spi/sf_dataflash.c
sf: Kconfig: Add SPI_FLASH_DATAFLASH entry
[karo-tx-uboot.git] / drivers / mtd / spi / sf_dataflash.c
index d287db8b4ce339cf13513a64bbbbb6ec11da8b97..3111f4fd12e062f63c7d48eada99852007ff1891 100644 (file)
 
 #include "sf_internal.h"
 
-/*
- * DataFlash is a kind of SPI flash.  Most AT45 chips have two buffers in
- * each chip, which may be used for double buffered I/O; but this driver
- * doesn't (yet) use these for any kind of i/o overlap or prefetching.
- *
- * Sometimes DataFlash is packaged in MMC-format cards, although the
- * MMC stack can't (yet?) distinguish between MMC and DataFlash
- * protocols during enumeration.
- */
-
 /* reads can bypass the buffers */
 #define OP_READ_CONTINUOUS     0xE8
 #define OP_READ_PAGE           0xD2