[PATCH] AM3517: NAND: Adding NAND support and specifying NAND partitions.

2011-08-05 Thread Hrishikesh Bhandiwad
This patch adds the NAND support on AM3517 platform and creates the partitions. Referred to file: arch/arm/mach-omap2/board-omap3beagle.c Signed-off-by: Hrishikesh Bhandiwad --- arch/arm/mach-omap2/board-am3517evm.c | 38 + 1 files changed, 38 insertions(+), 0

[PATCH v2] OMAP3: NAND: Adding NAND support and specifying NAND partitions.

2011-07-29 Thread Hrishikesh Bhandiwad
This patch adds the NAND support on OMAP3EVM board and also allocates five partitions on NAND. Referred to file: arch/arm/mach-omap2/board-omap3beagle.c Signed-off-by: Vaibhav Hiremath Signed-off-by: Sanjeev Premi Signed-off-by: Hrishikesh Bhandiwad --- arch/arm/mach-omap2/board-omap3evm.c

[PATCH] OMAP3: NAND: Adding NAND support and specifying NAND partitions.

2011-07-25 Thread Hrishikesh Bhandiwad
This patch adds the NAND support on OMAP3EVM board and also allocates five partitions on NAND. Referred to file: arch/arm/mach-omap2/board-omap3beagle.c Signed-off-by: Vaibhav Hiremath Signed-off-by: Sanjeev Premi Signed-off-by: Hrishikesh Bhandiwad --- arch/arm/mach-omap2/board-omap3evm.c

[PATCH] OMAP3: Beagle: NAND: Specifying partition offsets directly.

2011-07-25 Thread Hrishikesh Bhandiwad
initialized [ Refer: drivers/mtd/mtdpart.c: allocate_partition()]. To avoid this , specify actual offset. Signed-off-by: Hrishikesh Bhandiwad --- arch/arm/mach-omap2/board-omap3beagle.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/mach-omap2/board