
In message 1210929035-7997-4-git-send-email-haavard.skinnemoen@atmel.com you wrote:
This adds a new SPI flash subsystem.
Currently, only AT45 DataFlash in non-power-of-two mode is supported, but some preliminary support for other flash types is in place as well.
Signed-off-by: Haavard Skinnemoen haavard.skinnemoen@atmel.com
Makefile | 2 + drivers/mtd/spi/Makefile | 47 +++++ drivers/mtd/spi/atmel.c | 362 ++++++++++++++++++++++++++++++++++ drivers/mtd/spi/spi_flash.c | 162 +++++++++++++++ drivers/mtd/spi/spi_flash_internal.h | 45 +++++ include/spi_flash.h | 70 +++++++ 6 files changed, 688 insertions(+), 0 deletions(-) create mode 100644 drivers/mtd/spi/Makefile create mode 100644 drivers/mtd/spi/atmel.c create mode 100644 drivers/mtd/spi/spi_flash.c create mode 100644 drivers/mtd/spi/spi_flash_internal.h create mode 100644 include/spi_flash.h
Applied, thanks.
Best regards,
Wolfgang Denk