Re: [PATCH v3 10/13] OMAP: DMA: Convert DMA library into DMA platform Driver

2010-11-10 Thread Kevin Hilman
"G, Manjunath Kondaiah" writes: >> >> > +#define OMAP_DMA4_LOGICAL_DMA_CH_COUNT 32 /* >> >> REVISIT: Is this 32 + 2? */ >> >> > + >> >> >> >> There are no users of this in this patch, all users are removed. >> > >> > This macro is used in hwmod data base. Do you mean hard coding this >> >

RE: [PATCH v3 10/13] OMAP: DMA: Convert DMA library into DMA platform Driver

2010-11-10 Thread G, Manjunath Kondaiah
> Subject: Re: [PATCH v3 10/13] OMAP: DMA: Convert DMA library > into DMA platform Driver > [...] > >> > +#define OMAP_DMA4_LOGICAL_DMA_CH_COUNT 32 /* > >> REVISIT: Is this 32 + 2? */ > >> > + > >> > >> There are no users of th

Re: [PATCH v3 10/13] OMAP: DMA: Convert DMA library into DMA platform Driver

2010-11-10 Thread Kevin Hilman
rm-ker...@lists.infradead.org; Cousson, Benoit; >> Shilimkar, Santosh >> Subject: Re: [PATCH v3 10/13] OMAP: DMA: Convert DMA library >> into DMA platform Driver >> >> "G, Manjunath Kondaiah" writes: >> >> > Convert DMA library into DMA platform

RE: [PATCH v3 10/13] OMAP: DMA: Convert DMA library into DMA platform Driver

2010-11-10 Thread G, Manjunath Kondaiah
> Subject: Re: [PATCH v3 10/13] OMAP: DMA: Convert DMA library > into DMA platform Driver > > "G, Manjunath Kondaiah" writes: > [...] > > > > obj-$(CONFIG_OMAP_MCBSP) += mcbsp.o > > diff --git a/arch/arm/mach-omap1/dma.c b/arch/arm/mach-omap1/dma.c

RE: [PATCH v3 10/13] OMAP: DMA: Convert DMA library into DMA platform Driver

2010-11-10 Thread G, Manjunath Kondaiah
> Subject: Re: [PATCH v3 10/13] OMAP: DMA: Convert DMA library > into DMA platform Driver > > "G, Manjunath Kondaiah" writes: > > > Convert DMA library into DMA platform driver and make use > > of platform data provided by HWMOD data base for OMAP2PLUS onwa

Re: [PATCH v3 10/13] OMAP: DMA: Convert DMA library into DMA platform Driver

2010-11-09 Thread Kevin Hilman
"G, Manjunath Kondaiah" writes: > Convert DMA library into DMA platform driver and make use > of platform data provided by HWMOD data base for OMAP2PLUS onwards. > For OMAP1 processors, the DMA driver in mach-omap uses resource > structures for getting platform data. > > Signed-off-by: G, Manjuna

Re: [PATCH v3 10/13] OMAP: DMA: Convert DMA library into DMA platform Driver

2010-11-09 Thread Kevin Hilman
"G, Manjunath Kondaiah" writes: > Convert DMA library into DMA platform driver and make use > of platform data provided by HWMOD data base for OMAP2PLUS onwards. > For OMAP1 processors, the DMA driver in mach-omap uses resource > structures for getting platform data. > > Signed-off-by: G, Manjuna