[PATCH V7] Nand driver for Nomadik 8815 SoC (on NHK8815 board)

Artem Bityutskiy dedekind1 at gmail.com
Sun Aug 9 03:13:22 EDT 2009


On Wed, 2009-07-29 at 18:51 +0200, Alessandro Rubini wrote:
> From: Alessandro Rubini <rubini at unipv.it>
> 
> 
> Signed-off-by: Alessandro Rubini <rubini at unipv.it>
> Acked-by: Andrea Gallo <andrea.gallo at stericsson.com>
> Acked-by: Russell King <rmk+kernel at arm.linux.org.uk>
> ---
> 
> The patch applies to rmk's devel tree.
> 
> Changes in V7:
> 	- removed unused static function
> 	- use linux/io.h not asm/io.h
> 	- untabbed a too-tabbed lined
> 	- remove wrong headers in commit message (I made a mess)
> 
> changes in V6:
>         - blindly applied checkpatch suggestions (even if I disagree)
>         - switched to pm_ops
>         - declare soft ecc instead of hard
> 
> The last point makes the driver non-working unless the patch by Vimal Singh
> at http://patchwork.ozlabs.org/patch/13697/ is applied.
> 
> 
>  arch/arm/configs/nhk8815_defconfig        |    2 +-
>  arch/arm/mach-nomadik/board-nhk8815.c     |   92 +++++++++++
>  arch/arm/mach-nomadik/include/mach/fsmc.h |   29 ++++
>  arch/arm/mach-nomadik/include/mach/nand.h |   16 ++
>  drivers/mtd/nand/Kconfig                  |    6 +
>  drivers/mtd/nand/Makefile                 |    1 +
>  drivers/mtd/nand/nomadik_nand.c           |  250 +++++++++++++++++++++++++++++
>  7 files changed, 395 insertions(+), 1 deletions(-)
>  create mode 100644 arch/arm/mach-nomadik/include/mach/fsmc.h
>  create mode 100644 arch/arm/mach-nomadik/include/mach/nand.h
>  create mode 100644 drivers/mtd/nand/nomadik_nand.c

I wanted to put this to my l2-mtd-2.6.git tree, but the patch cannot be
applied because it does not seem to be a standalone patch, e.g.,
arch/arm/configs/nhk8815_defconfig does not exist in my tree.

So you should either split this better or have this merged via some ARM
tree with the rest of the patches.

-- 
Best Regards,
Artem Bityutskiy (Артём Битюцкий)




More information about the linux-mtd mailing list