[PATCH v3]: Introducing 'gpmc-nand.c' for GPMC specific NAND init

Vimal Singh vimal.newwork at gmail.com
Mon Jan 11 05:49:26 EST 2010


On Mon, Jan 11, 2010 at 4:10 PM, Vimal Singh <vimal.newwork at gmail.com> wrote:
> Re-summiting this patch. After re-basing on LO master.
>
> -vimal
>
>
> From a7ea8851fe96690c9322393eb35a344853992166 Mon Sep 17 00:00:00 2001
> From: Vimal Singh <vimalsingh at ti.com>
> Date: Mon, 11 Jan 2010 16:01:29 +0530
> Subject: [PATCH] Introducing 'gpmc-nand.c' for GPMC specific NAND init
>
> Introducing 'gpmc-nand.c' for GPMC specific NAND init.
> For example: GPMC timing parameters and all.
> This patch also migrates gpmc related calls from 'nand/omap2.c'
> to 'gpmc-nand.c'.
>
> Signed-off-by: Vimal Singh <vimalsingh at ti.com>
> ---
>  arch/arm/mach-omap2/Makefile           |    3 +
>  arch/arm/mach-omap2/gpmc-nand.c        |  136 ++++++++++++++++++++++++++++++++
>  arch/arm/plat-omap/include/plat/nand.h |    6 ++
>  drivers/mtd/nand/omap2.c               |   26 +------
>  4 files changed, 148 insertions(+), 23 deletions(-)
>  create mode 100644 arch/arm/mach-omap2/gpmc-nand.c


Patch got line wrapped. Corrected it below.



More information about the linux-mtd mailing list