RE: [PATCH v2 04/11] OMAP3: DMA: HWMOD: Add hwmod data structures

2010-09-07 Thread G, Manjunath Kondaiah
-Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Saturday, September 04, 2010 2:22 AM To: G, Manjunath Kondaiah Cc: linux-omap@vger.kernel.org; Cousson, Benoit; Shilimkar, Santosh Subject: Re: [PATCH v2 04/11] OMAP3: DMA: HWMOD: Add hwmod data

Re: [PATCH v2 04/11] OMAP3: DMA: HWMOD: Add hwmod data structures

2010-09-04 Thread Cousson, Benoit
Hi Kevin, On 9/3/2010 10:51 PM, Kevin Hilman wrote: Manjunatha GKmanj...@ti.com writes: [...] +static struct omap_hwmod omap3xxx_dma_system_hwmod = { + .name = dma, + .class =omap3xxx_dma_hwmod_class, + .mpu_irqs = omap3xxx_dma_system_irqs, +

Re: [PATCH v2 04/11] OMAP3: DMA: HWMOD: Add hwmod data structures

2010-09-03 Thread Kevin Hilman
Manjunatha GK manj...@ti.com writes: This patch adds OMAP3 DMA hwmod structures. Subject should be something like: OMAP3: hwmod data: add system DMA Signed-off-by: Manjunatha GK manj...@ti.com Cc: Benoit Cousson b-cous...@ti.com Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Santosh

[PATCH v2 04/11] OMAP3: DMA: HWMOD: Add hwmod data structures

2010-08-24 Thread Manjunatha GK
This patch adds OMAP3 DMA hwmod structures. Signed-off-by: Manjunatha GK manj...@ti.com Cc: Benoit Cousson b-cous...@ti.com Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Santosh Shilimkar santosh.shilim...@ti.com --- arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 85