Re: [PATCH v2] davinci: spi: move event queue parameter to platform data

2011-02-08 Thread Grant Likely
On Tue, Feb 8, 2011 at 2:58 PM, Kevin Hilman wrote: > Michael Williamson writes: > >> For DMA operation, the davinci spi driver needs an event queue number. >> Currently, this number is passed as a IORESOURCE_DMA.  This is not >> correct, as the event queue is not a DMA channel.  Pass the event q

Re: [PATCH v2] davinci: spi: move event queue parameter to platform data

2011-02-08 Thread Kevin Hilman
Michael Williamson writes: > For DMA operation, the davinci spi driver needs an event queue number. > Currently, this number is passed as a IORESOURCE_DMA. This is not > correct, as the event queue is not a DMA channel. Pass the event queue > via the platform data structure instead. > > On dm35

[PATCH v2] davinci: spi: move event queue parameter to platform data

2011-02-08 Thread Michael Williamson
For DMA operation, the davinci spi driver needs an event queue number. Currently, this number is passed as a IORESOURCE_DMA. This is not correct, as the event queue is not a DMA channel. Pass the event queue via the platform data structure instead. On dm355 and dm365, move the eventq assignment