RE: [PATCH 2/7] omap3: nand: configurable transfer type per board

2010-12-21 Thread Ghorai, Sukumar
> -Original Message- > From: Tony Lindgren [mailto:t...@atomide.com] > Sent: Saturday, December 18, 2010 5:39 AM > To: Ghorai, Sukumar > Cc: linux-omap@vger.kernel.org; linux-...@lists.infradead.org; linux-arm- > ker...@lists.infradead.org > Subject: Re: [P

Re: [PATCH 2/7] omap3: nand: configurable transfer type per board

2010-12-17 Thread Tony Lindgren
* Sukumar Ghorai [101126 07:25]: > nand transfer type (sDMA, Polled, prefetch) can be select from board file, > enabling all transfer type in driver, by default. > > this helps in multi-omap build and to select different transfer type for > different board. > > Signed-off-by: Sukumar Ghorai > -