From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Thu, 05 Jun 2008 00:06:26 +0200 Subject: [U-Boot-Users] [RFC/PATCH 4/6] SPI Flash subsystem In-Reply-To: Your message of "Fri, 16 May 2008 11:10:33 +0200." <1210929035-7997-4-git-send-email-haavard.skinnemoen@atmel.com> Message-ID: <20080604220626.6C3BA247CC@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > --- > 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 -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de The management question ... is not _whether_ to build a pilot system and throw it away. You _will_ do that. The only question is whether to plan in advance to build a throwaway, or to promise to deliver the throwaway to customers. - Fred Brooks, "The Mythical Man Month"