RE: [PATCH RESEND v4 1/4] omap3: nand: prefetch in irq mode support

2010-09-24 Thread Ghorai, Sukumar
> -Original Message- > From: Tony Lindgren [mailto:t...@atomide.com] > Sent: Tuesday, September 21, 2010 8:28 PM > To: Ghorai, Sukumar > Cc: linux-omap@vger.kernel.org; linux-...@lists.infradead.org; linux-arm- > ker...@lists.infradead.org > Subject: Re: [PATCH RESEN

Re: [PATCH RESEND v4 1/4] omap3: nand: prefetch in irq mode support

2010-09-21 Thread Tony Lindgren
* Ghorai, Sukumar [100918 11:16]: > > > > This handler should be in gpmc.c as it may be needed for other GPMC > > connected devices on the same system. You can use chained irq handlers > > to allow all the drivers to use the interrupt then. > > [Ghorai] > You mean as this function used the gpmc

RE: [PATCH RESEND v4 1/4] omap3: nand: prefetch in irq mode support

2010-09-21 Thread Ghorai, Sukumar
; linux-arm- > ker...@lists.infradead.org > Subject: RE: [PATCH RESEND v4 1/4] omap3: nand: prefetch in irq mode > support > > Tony, > > > -Original Message- > > From: Ghorai, Sukumar > > Sent: Saturday, September 18, 2010 11:55 PM > > To:

RE: [PATCH RESEND v4 1/4] omap3: nand: prefetch in irq mode support

2010-09-20 Thread Ghorai, Sukumar
linux-omap@vger.kernel.org; linux-...@lists.infradead.org; linux- > arm- > > ker...@lists.infradead.org; Vimal Singh > > Subject: Re: [PATCH RESEND v4 1/4] omap3: nand: prefetch in irq mode > > support > > > > * Sukumar Ghorai [100916 00:53]: > > > This

RE: [PATCH RESEND v4 1/4] omap3: nand: prefetch in irq mode support

2010-09-18 Thread Ghorai, Sukumar
ct: Re: [PATCH RESEND v4 1/4] omap3: nand: prefetch in irq mode > support > > * Sukumar Ghorai [100916 00:53]: > > This patch enable prefetch-irq mode for NAND. > > > > --- a/drivers/mtd/nand/omap2.c > > +++ b/drivers/mtd/nand/omap2.c > > @@ -467,6 +485,152 @

Re: [PATCH RESEND v4 1/4] omap3: nand: prefetch in irq mode support

2010-09-17 Thread Tony Lindgren
* Sukumar Ghorai [100916 00:53]: > This patch enable prefetch-irq mode for NAND. > > --- a/drivers/mtd/nand/omap2.c > +++ b/drivers/mtd/nand/omap2.c > @@ -467,6 +485,152 @@ static void omap_write_buf_dma_pref(struct mtd_info > *mtd, > omap_nand_dma_transfer(mtd, (u_char *) buf, len

[PATCH RESEND v4 1/4] omap3: nand: prefetch in irq mode support

2010-09-16 Thread Sukumar Ghorai
This patch enable prefetch-irq mode for NAND. Signed-off-by: Vimal Singh Signed-off-by: Sukumar Ghorai --- arch/arm/mach-omap2/board-flash.c |2 + arch/arm/mach-omap2/gpmc.c |4 + arch/arm/plat-omap/include/plat/gpmc.h |4 + arch/arm/plat-omap/include/plat/irqs.h |