Kevin,

> -----Original Message-----
> From: Kevin Hilman [mailto:[email protected]] 
> Sent: Wednesday, August 04, 2010 3:27 AM
> To: G, Manjunath Kondaiah
> Cc: [email protected]; Cousson, Benoit; Paul 
> Walmsley; Tony Lindgren; Sawant, Anand; Shilimkar, Santosh; 
> Nayak, Rajendra; Basak, Partha; Varadarajan, Charulatha
> Subject: Re: [PATCH 04/11] OMAP3: DMA: HWMOD: Add hwmod data 
> structures
> 
> Manjunatha GK <[email protected]> writes:
> 
> > This patch adds OMAP3 DMA hwmod structures.
> >
> > Signed-off-by: Manjunatha GK <[email protected]>
> 
> [...]
> 
> > +static struct omap_hwmod omap3xxx_dma_system_hwmod = {
> > +   .name           = "dma",
> > +   .class          = &omap3xxx_dma_hwmod_class,
> > +   .mpu_irqs       = omap3xxx_dma_system_irqs,
> > +   .mpu_irqs_cnt   = ARRAY_SIZE(omap3xxx_dma_system_irqs),
> > +   .main_clk       = "l3_div_ck",
> > +   .prcm = {
> > +           .omap2 = {
> > +                   /* .clkctrl_reg = NULL, */
> > +           },
> > +   },
> 
> Has this been tested?  Without valid fields here the hwmod 
> will never be
> enabled.

This patch series has been tested on both omap3 and omap4. I didn't find
any entries for DMA module in prcm-common.h(for assigning .module_bit etc)
hence I commented this for clarification.

However, all omap3 applicable dma tests used to pass with these changes.

I can include and test it again if these entries are available at some other 
place or I can define if it is applicable for DMA.

-Manjunath

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to