> > diff --git a/arch/arm/mach-davinci/dm365.c 
> b/arch/arm/mach-davinci/dm365.c
> > index a146849..0bd9f93 100644
> > --- a/arch/arm/mach-davinci/dm365.c
> > +++ b/arch/arm/mach-davinci/dm365.c
> > @@ -625,12 +625,6 @@ static u64 dm365_spi0_dma_mask = 
> DMA_BIT_MASK(32);
> >  static struct davinci_spi_platform_data dm365_spi0_pdata = {
> >     .version        = SPI_VERSION_1,
> >     .num_chipselect = 2,
> > -   .clk_internal   = 1,
> > -   .cs_hold        = 1,
> > -   .intr_level     = 0,
> > -   .poll_mode      = 1,    /* 0 -> interrupt mode 1-> 
> polling mode */
> > -   .c2tdelay       = 0,
> > -   .t2cdelay       = 0,
> >  };
> >  
> >  static struct resource dm365_spi0_resources[] = {
> 
> This patch does not contain modifications to resource 
> structure to 'or' the
> IORESOURCE_DMA_RX_CHAN, IORESOURCE_DMA_TX_CHAN and 
> IORESOURCE_DMA_EVENT_Q
> flags with IORESOURCE_DMA. I don't think without this 
> modification driver
> will work.

You are right - my mistake.  I will include that in the next version.  I
assume you added these flags when you were testing?

_______________________________________________
Davinci-linux-open-source mailing list
Davinci-linux-open-source@linux.davincidsp.com
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to