RE: [PATCH 01/11] OMAP: DMA: Introduce DMA device attributes

2010-08-04 Thread Gadiyar, Anand
G, Manjunath Kondaiah [manj...@ti.com] wrote: > > From: Cousson, Benoit > > On 7/30/2010 5:57 AM, G, Manjunath Kondaiah wrote: > > > > > > > > >>> +/* Attributes for OMAP DMA Contrllers */ > > >>> +#define ENABLE_1510_MODE (1<< 0) > > >>> +#define DMA_LINKED_LCH (1<<

RE: [PATCH 01/11] OMAP: DMA: Introduce DMA device attributes

2010-08-04 Thread G, Manjunath Kondaiah
, Partha; Varadarajan, Charulatha > Subject: Re: [PATCH 01/11] OMAP: DMA: Introduce DMA device attributes > > On 7/30/2010 5:57 AM, G, Manjunath Kondaiah wrote: > > > > >>> +/* Attributes for OMAP DMA Contrllers */ > >>> +#define ENABLE_1510_MODE (1&

Re: [PATCH 01/11] OMAP: DMA: Introduce DMA device attributes

2010-08-04 Thread Cousson, Benoit
On 7/30/2010 5:57 AM, G, Manjunath Kondaiah wrote: +/* Attributes for OMAP DMA Contrllers */ +#define ENABLE_1510_MODE (1<< 0) +#define DMA_LINKED_LCH (1<< 1) +#define GLOBAL_PRIORITY(1<< 2) +#define RESERVE_CHANNEL

RE: [PATCH 01/11] OMAP: DMA: Introduce DMA device attributes

2010-07-29 Thread G, Manjunath Kondaiah
, Partha; Varadarajan, Charulatha > Subject: Re: [PATCH 01/11] OMAP: DMA: Introduce DMA device attributes > > Hi Manjunatha, > > I just have a couple of minor comments. > > On 7/29/2010 11:58 AM, G, Manjunath Kondaiah wrote: > > This patches introduces OMAP DMA device attributes

Re: [PATCH 01/11] OMAP: DMA: Introduce DMA device attributes

2010-07-29 Thread Cousson, Benoit
Hi Manjunatha, I just have a couple of minor comments. On 7/29/2010 11:58 AM, G, Manjunath Kondaiah wrote: This patches introduces OMAP DMA device attributes for using the same in DMA platform driver for all OMAP's and HWMOD database(OMAP2PLUS onwards) Signed-off-by: Manjunatha GK --- arch/a