[U-Boot] [PATCH v5 09/18] SPEAr : FSMC driver support added

Scott Wood scottwood at freescale.com
Tue Jun 29 20:35:11 CEST 2010


On Tue, Jun 29, 2010 at 10:53:37AM +0530, Vipin KUMAR wrote:
> From: Vipin KUMAR <vipin.kumar at st.com>
> 
> Flexible static memory controller is a peripheral provided by ST,
> which controls the access to NAND chips along with many other
> memory device chips eg NOR, SRAM.
> 
> This patch adds the driver support for FSMC controller interfacing
> with NAND memory.
> 
> Signed-off-by: Vipin Kumar <vipin.kumar at st.com>
> ---
>  drivers/mtd/nand/Makefile     |    1 +
>  drivers/mtd/nand/fsmc_nand.c  |  366 +++++++++++++++++++++++++++++++++++++++++
>  include/linux/mtd/fsmc_nand.h |  104 ++++++++++++
>  3 files changed, 471 insertions(+), 0 deletions(-)
>  create mode 100644 drivers/mtd/nand/fsmc_nand.c
>  create mode 100644 include/linux/mtd/fsmc_nand.h

Acked-by: Scott Wood <scottwood at freescale.com>

-Scott


More information about the U-Boot mailing list