From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Fri, 7 Aug 2009 12:52:07 +0200 Subject: [U-Boot] [PATCH 1/2] Add driver for the ST M95xxx SPI EEPROM In-Reply-To: <1249641457-16887-1-git-send-email-albin.tonnerre@free-electrons.com> References: <20090805195843.GF13346@game.jcrosoft.org> <1249641457-16887-1-git-send-email-albin.tonnerre@free-electrons.com> Message-ID: <20090807105207.GJ13346@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12:37 Fri 07 Aug , Albin Tonnerre wrote: > 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 > --- > drivers/mtd/spi/Makefile | 1 + > drivers/mtd/spi/eeprom_m95xxx.c | 117 +++++++++++++++++++++++++++++++++++++++ > 2 files changed, 118 insertions(+), 0 deletions(-) > create mode 100644 drivers/mtd/spi/eeprom_m95xxx.c looks fine Best Regards, J.