how to deal with page_size and especially the different granularities...
Stefan Tauner (4): Make write granularity a chip attribute. Add granularity handling for AT45DB series. Add support for Atmel AT45DB* chips. Add support for AT45DB321C.
Makefile | 2 +- at45db.c | 505 +++++++++++++++++++++++++++++++++++++++++++++++++++++ chipdrivers.h | 13 ++ flash.h | 5 +- flashchips.c | 334 ++++++++++++++++++++++++++++++----- flashchips.h | 3 + flashrom.c | 41 +++-- serprog.c | 3 +- spi25_statusreg.c | 2 +- 9 files changed, 839 insertions(+), 69 deletions(-) create mode 100644 at45db.c