]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add driver for the ST M95xxx SPI EEPROM
authorAlbin Tonnerre <albin.tonnerre@free-electrons.com>
Fri, 7 Aug 2009 10:37:36 +0000 (12:37 +0200)
committerWolfgang Denk <wd@denx.de>
Sun, 9 Aug 2009 21:45:14 +0000 (23:45 +0200)
commit3ac374c0f0b7d856f1a43317a286f2079106bd6a
tree67293a0f6a1a3713cde4676404f4c1b4bcc49a6a
parent30951960bae9a2c33e324a7165962a082e913f9e
Add driver for the ST M95xxx SPI EEPROM

This chip is used in a number of boards manufactured by Calao-Systems
which should be supported soon. This driver provides the necessary
spi_read and spi_write functions necessary to communicate with the chip.

Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
drivers/mtd/spi/Makefile
drivers/mtd/spi/eeprom_m95xxx.c [new file with mode: 0644]