]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mtd: SPI Flash: Support the STMicro Flash
authorTsiChung Liew <Tsi-Chung.Liew@freescale.com>
Wed, 6 Aug 2008 21:08:41 +0000 (16:08 -0500)
committerJohn Rigby <jrigby@freescale.com>
Tue, 9 Sep 2008 17:57:29 +0000 (11:57 -0600)
commit7b7a869a8ba3bd6d9bffb748c91232141330f514
treeaae89b0929cee35126666a332f9ea6829e30b083
parent3b20fd83c73c22acfcb0c6663be747bd5c8b7011
mtd: SPI Flash: Support the STMicro Flash

Add MTD SPI Flash support for M25P16, M25P20, M25P32,
M25P40, M25P64, M25P80, M25P128.

Signed-off-by: Jason McMullan <mcmullan@netapp.com>
Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
drivers/mtd/spi/Makefile
drivers/mtd/spi/spi_flash.c
drivers/mtd/spi/spi_flash_internal.h
drivers/mtd/spi/stmicro.c [new file with mode: 0644]