Re: [RFC 00/12] OMAP DMA engine conversion

2012-05-15 Thread Russell King - ARM Linux
On Tue, May 15, 2012 at 02:29:27PM +0530, Vinod Koul wrote: > On Tue, 2012-05-15 at 08:41 +0100, Russell King - ARM Linux wrote: > > It's not ready for merging. While it allows some of the OMAP drivers > > to be converted, there's others which need changes to omap-dma.c. > > > > So, I'm _not_ pla

Re: [RFC 00/12] OMAP DMA engine conversion

2012-05-15 Thread Vinod Koul
On Tue, 2012-05-15 at 08:41 +0100, Russell King - ARM Linux wrote: > On Tue, May 15, 2012 at 09:49:24AM +0530, Vinod Koul wrote: > > On Mon, 2012-04-23 at 17:04 +0100, Russell King - ARM Linux wrote: > > > For the full text, please see > > > > > > http://lists.arm.linux.org.uk/lurker/message/2012

Re: [RFC 00/12] OMAP DMA engine conversion

2012-05-15 Thread Russell King - ARM Linux
On Tue, May 15, 2012 at 09:49:24AM +0530, Vinod Koul wrote: > On Mon, 2012-04-23 at 17:04 +0100, Russell King - ARM Linux wrote: > > For the full text, please see > > > > http://lists.arm.linux.org.uk/lurker/message/20120418.100954.7fa7acf8.en.html > > > > This version contains updates for some

Re: [RFC 00/12] OMAP DMA engine conversion

2012-05-14 Thread Vinod Koul
On Mon, 2012-04-23 at 17:04 +0100, Russell King - ARM Linux wrote: > For the full text, please see > > http://lists.arm.linux.org.uk/lurker/message/20120418.100954.7fa7acf8.en.html > > This version contains updates for some of the comments received from the > previous round, and adds the OMAP1/2

Re: [RFC 00/12] OMAP DMA engine conversion

2012-05-09 Thread T Krishnamoorthy, Balaji
On Mon, Apr 23, 2012 at 9:34 PM, Russell King - ARM Linux wrote: > For the full text, please see > > http://lists.arm.linux.org.uk/lurker/message/20120418.100954.7fa7acf8.en.html > > This version contains updates for some of the comments received from the > previous round, and adds the OMAP1/2 MMC

Re: [RFC 00/12] OMAP DMA engine conversion

2012-04-24 Thread Grazvydas Ignotas
On Wed, Apr 25, 2012 at 2:29 AM, Russell King - ARM Linux wrote: > On Wed, Apr 25, 2012 at 01:47:21AM +0300, Grazvydas Ignotas wrote: >> On Tue, Apr 24, 2012 at 7:51 PM, Tony Lindgren wrote: >> > * Russell King - ARM Linux [120424 03:42]: >> >> Here's another patch - for the OMAP NAND driver. >>

Re: [RFC 00/12] OMAP DMA engine conversion

2012-04-24 Thread Russell King - ARM Linux
On Wed, Apr 25, 2012 at 01:47:21AM +0300, Grazvydas Ignotas wrote: > On Tue, Apr 24, 2012 at 7:51 PM, Tony Lindgren wrote: > > * Russell King - ARM Linux [120424 03:42]: > >> Here's another patch - for the OMAP NAND driver. > >> > >> One thing this doesn't do is configure up the source/destinatio

Re: [RFC 00/12] OMAP DMA engine conversion

2012-04-24 Thread Grazvydas Ignotas
On Tue, Apr 24, 2012 at 7:51 PM, Tony Lindgren wrote: > * Russell King - ARM Linux [120424 03:42]: >> Here's another patch - for the OMAP NAND driver. >> >> One thing this doesn't do is configure up the source/destination bursts, >> which the old code did: >> >>                         omap_set_d

Re: [RFC 00/12] OMAP DMA engine conversion

2012-04-24 Thread Tony Lindgren
* Russell King - ARM Linux [120424 03:42]: > Here's another patch - for the OMAP NAND driver. > > One thing this doesn't do is configure up the source/destination bursts, > which the old code did: > > omap_set_dma_dest_burst_mode(info->dma_ch, >

Re: [RFC 00/12] OMAP DMA engine conversion

2012-04-24 Thread Russell King - ARM Linux
Here's another patch - for the OMAP NAND driver. One thing this doesn't do is configure up the source/destination bursts, which the old code did: omap_set_dma_dest_burst_mode(info->dma_ch, OMAP_DMA_DATA_BURST_16);

[RFC 00/12] OMAP DMA engine conversion

2012-04-23 Thread Russell King - ARM Linux
For the full text, please see http://lists.arm.linux.org.uk/lurker/message/20120418.100954.7fa7acf8.en.html This version contains updates for some of the comments received from the previous round, and adds the OMAP1/2 MMC and SPI drivers to the conversion. I've also added a note to feature-remo