[PATCH 2/3 v2][MTD] P4080/mtd: Only make elbc nand driver detect nand flash partitions

2010-09-09 Thread Roy Zang
From: Jack Lan jack@freescale.com The former driver had the two functions: 1. detecting nand flash partitions; 2. registering elbc interrupt. Now, second function is removed to fsl_lbc.c. Signed-off-by: Lan Chunhe-B25806 b25...@freescale.com Signed-off-by: Roy Zang

Re: [PATCH 2/3 v2][MTD] P4080/mtd: Only make elbc nand driver detect nand flash partitions

2010-09-09 Thread Anton Vorontsov
On Thu, Sep 09, 2010 at 06:20:31PM +0800, Roy Zang wrote: [...] #include linux/types.h #include linux/init.h #include linux/kernel.h -#include linux/string.h -#include linux/ioport.h -#include linux/of_platform.h -#include linux/slab.h -#include linux/interrupt.h -#include