RE: [PATCH v7 4/7] omap3: nand: prefetch in irq mode support

2011-01-04 Thread Ghorai, Sukumar
[..snip...] > > + if (info->buf_len & (info->buf_len < bytes)) > > Meant to use logical AND here? [Ghorai] thanks, you are right. [..snip..] > > + init_completion(&info->comp); > > You can use INIT_COMPLETION to reset the completion variable. > Same change can be done in write belo

RE: [PATCH v7 4/7] omap3: nand: prefetch in irq mode support

2011-01-03 Thread Nori, Sekhar
Hi Sukumar, On Wed, Dec 29, 2010 at 19:02:23, Ghorai, Sukumar wrote: > This patch enable prefetch-irq mode for nand transfer(read, write) > > Signed-off-by: Vimal Singh > Signed-off-by: Sukumar Ghorai > --- > arch/arm/mach-omap2/board-flash.c |2 + > arch/arm/plat-omap/include/plat/na