RE: [PATCH] [MTD] [NAND] Add prefetch and dma support for omap2/3 NAND driver

2009-06-09 Thread Singh, Vimal
On Tue, Jun 9, 2009 at 3:49 PM, Tony Lindgrent...@atomide.com wrote: * Singh, Vimal imceaex-_o=ti_ou=bd_cn=recipients_cn=x0094...@dlee86.itg.ti.com [090608 09:01]: On Mon, Jun 8, 2009 at 5:08 PM, Tony Lindgrent...@atomide.com wrote: * Singh, Vimal imceaex-_o=ti_ou=bd_cn=recipients_cn

RE: [PATCH] [MTD] [NAND] Add prefetch and dma support for omap2/3 NAND driver

2009-06-08 Thread Singh, Vimal
On Mon, Jun 8, 2009 at 5:08 PM, Tony Lindgrent...@atomide.com wrote: * Singh, Vimal imceaex-_o=ti_ou=bd_cn=recipients_cn=x0094...@dlee86.itg.ti.com [090605 05:00]: On Thu, Jun 4, 2009 at 8:58 PM, Tony Lindgrent...@atomide.com wrote: * vimal singh vimalsi...@ti.com [090604 02:34

RE: [PATCH] [MTD] [NAND] Add prefetch and dma support for omap2/3 NAND driver

2009-06-05 Thread Singh, Vimal
On Thu, Jun 4, 2009 at 8:58 PM, Tony Lindgrent...@atomide.com wrote: * vimal singh vimalsi...@ti.com [090604 02:34]: On Wed, Jun 3, 2009 at 10:03 PM, Tony Lindgren t...@atomide.com wrote: * Singh, Vimal imceaex-_o=ti_ou=bd_cn=recipients_cn=x0094...@dlee86.itg.ti.com [090602 23:46

RE: [PATCH] [MTD] [NAND] Add prefetch and dma support for omap2/3 NAND driver

2009-06-03 Thread Singh, Vimal
On Wed, Jun 3, 2009 at 2:06 AM, Tony Lindgren t...@atomide.com wrote: * vimal singh vimalsi...@ti.com [090602 05:40]: This patch adds prefetch support to access nand flash in both mpu and dma mode. This patch also adds 8-bit nand support (omap_read/write_buf8). Prefetch can be used for both

RE: [PATCH] OMAP2 NAND: Fix __raw_readsl() length argument

2008-10-24 Thread Singh, Vimal
- __raw_readsl(nand-IO_ADDR_R, buf, len / 2); + __raw_readsw(nand-IO_ADDR_R, buf, len / 2); I would prefer len 1 rather len / 2. --- vimal-- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to [EMAIL PROTECTED] More majordomo info at

RE: [RESENDING][PATCH 1/2]OMAP3 NAND: Add NAND support on OMAP3430

2008-10-06 Thread Singh, Vimal
On Modday 06 October 2008, Devid Brownell wrote: On Monday 06 October 2008, Tony Lindgren wrote: --- linux-omap-2.6_27_08_2008.orig/include/linux/mtd/nand.h +++ linux-omap-2.6_27_08_2008/include/linux/mtd/nand.h @@ -45,7 +45,7 @@ */ #define NAND_MAX_OOBSIZE 64 #define

RE: [Resend][PATCH - Omapzoom][NAND] Add prefetch and DMA support

2008-09-10 Thread Singh, Vimal
Hi, On Mon, Sep 08, 2008 at 01:03:35PM -0500, [EMAIL PROTECTED] wrote: +#ifdef CONFIG_MTD_NAND_OMAP_PREFETCH + static int use_prefetch = 1; + + /* modprobe ... use_prefetch=0 etc */ + module_param(use_prefetch, bool, 0); + MODULE_PARM_DESC(use_prefetch, enable/disable

RE: [PATCH] ARM: OMAP: Kconfig support HW ECC for nand driver on OMAP3

2008-09-04 Thread Singh, Vimal
Hi, This stuff should be all going to the MTD list now. If we still have some MTD drivers that are not included in the MTD tree, we should prepare them for merging and send them to the MTD list. Thanks. Ok, I will be taking it to mtd after few weeks. Thanks, Tony-- To unsubscribe from this list: