]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
SPI Flash subsystem
authorHaavard Skinnemoen <haavard.skinnemoen@atmel.com>
Fri, 16 May 2008 09:10:33 +0000 (11:10 +0200)
committerWolfgang Denk <wd@denx.de>
Tue, 3 Jun 2008 18:31:34 +0000 (20:31 +0200)
commitd25ce7d24cc0f93881559f4009175ea305af65e8
tree5f06370563f9a19fa0d0d266035d136e7688b487
parent60445cb5c3eb77ed1a07f2d908eef09174483698
SPI Flash subsystem

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
drivers/mtd/spi/Makefile [new file with mode: 0644]
drivers/mtd/spi/atmel.c [new file with mode: 0644]
drivers/mtd/spi/spi_flash.c [new file with mode: 0644]
drivers/mtd/spi/spi_flash_internal.h [new file with mode: 0644]
include/spi_flash.h [new file with mode: 0644]