In message <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>
> ---
>  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: [EMAIL PROTECTED]
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"

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to