Re: [PATCH v1 7/9] OMAP1: DMA: Implement in platform device model

2010-12-14 Thread Tony Lindgren
* G, Manjunath Kondaiah [101214 18:01]: > On Tue, Dec 14, 2010 at 05:04:00PM -0800, Tony Lindgren wrote: > > > > OK thanks, will fold it in and let's merge them into linux-omap > > master branch for few days for testing. Then if everything looks > > good, I'll queue these for the 2.6.38 next merg

Re: [PATCH v1 7/9] OMAP1: DMA: Implement in platform device model

2010-12-14 Thread G, Manjunath Kondaiah
On Tue, Dec 14, 2010 at 05:04:00PM -0800, Tony Lindgren wrote: > * Kevin Hilman [101214 16:55]: > > Kevin Hilman writes: > > > > [...] > > > > > > > > Using the patch below which fixes up the interrupt numbers to match the > > > original code, the memory-to-memory test is now working on OSK. >

Re: [PATCH v1 7/9] OMAP1: DMA: Implement in platform device model

2010-12-14 Thread Tony Lindgren
* Kevin Hilman [101214 16:55]: > Kevin Hilman writes: > > [...] > > > > > Using the patch below which fixes up the interrupt numbers to match the > > original code, the memory-to-memory test is now working on OSK. > > Tony, if you prefer just to fold this into the original, feel free to > add

Re: [PATCH v1 7/9] OMAP1: DMA: Implement in platform device model

2010-12-14 Thread Kevin Hilman
Kevin Hilman writes: [...] > > Using the patch below which fixes up the interrupt numbers to match the > original code, the memory-to-memory test is now working on OSK. Tony, if you prefer just to fold this into the original, feel free to add [khil...@deeprootsystems.com]: fixed IRQ numbers to

Re: [PATCH v1 7/9] OMAP1: DMA: Implement in platform device model

2010-12-14 Thread Kevin Hilman
Manjunath, "G, Manjunath Kondaiah" writes: > Implement OMAP1 DMA as platform device and add support for > registering through platform device layer using resource > structures. > > Signed-off-by: G, Manjunath Kondaiah > Cc: Benoit Cousson > Cc: Kevin Hilman > Cc: Santosh Shilimkar Using a m

[PATCH v1 7/9] OMAP1: DMA: Implement in platform device model

2010-12-03 Thread G, Manjunath Kondaiah
Implement OMAP1 DMA as platform device and add support for registering through platform device layer using resource structures. Signed-off-by: G, Manjunath Kondaiah Cc: Benoit Cousson Cc: Kevin Hilman Cc: Santosh Shilimkar --- arch/arm/mach-omap1/dma.c | 179 +