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

2009-01-08 Thread Tony Lindgren
* vimal singh [080916 14:53]: > Following patch taken over the omapzoom.org tree adds > prefetch (MPU and DMA) support to the OMAP2/3 nand driver. > The prefetch supprot also adds the support for 8-bit > devices. > David Brownell's patch (omap2_nand updates) changes > have been included in this pa

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,

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

2008-09-08 Thread David Brownell
On Monday 08 September 2008, Russell King - ARM Linux wrote: > > - while (len--) > > - *p++ = cpu_to_le16(readw(info->nand.IO_ADDR_R)); > > This driver needs work (see endianness explaination below.) Already done, but this patch doesn't build on that patch... -- To unsubscribe f

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

2008-09-08 Thread Russell King - ARM Linux
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 use

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

2008-09-08 Thread nskamat
From: Vimal Singh <[EMAIL PROTECTED]> Following patch taken over the omapzoom.org tree adds prefetch and DMA support to the OMAP2/3 nand driver. Signed-off-by: Vimal Singh <[EMAIL PROTECTED]> Signed-off-by: Nishant Kamat <[EMAIL PROTECTED]> --- arch/arm/mach-omap2/gpmc.c | 95 +