Re: [PATCH 3/8] dmaengine: ste_dma40: Actually write the runtime configuration to registers

2013-04-15 Thread Lee Jones
On Mon, 15 Apr 2013, Linus Walleij wrote: > On Mon, Apr 15, 2013 at 1:59 PM, Lee Jones wrote: > > On Mon, 15 Apr 2013, Rabin Vincent wrote: > >> 2013/4/15 Lee Jones : > >> > On Fri, 12 Apr 2013, Rabin Vincent wrote: > >> >> 2013/4/9 Lee Jones : > >> >> > Someone has spent a fair amount of effort

Re: [PATCH 3/8] dmaengine: ste_dma40: Actually write the runtime configuration to registers

2013-04-15 Thread Linus Walleij
On Mon, Apr 15, 2013 at 1:59 PM, Lee Jones wrote: > On Mon, 15 Apr 2013, Rabin Vincent wrote: >> 2013/4/15 Lee Jones : >> > On Fri, 12 Apr 2013, Rabin Vincent wrote: >> >> 2013/4/9 Lee Jones : >> >> > Someone has spent a fair amount of effort writing a runtime >> >> > configuration >> >> >

Re: [PATCH 3/8] dmaengine: ste_dma40: Actually write the runtime configuration to registers

2013-04-15 Thread Lee Jones
On Mon, 15 Apr 2013, Rabin Vincent wrote: > 2013/4/15 Lee Jones : > > On Fri, 12 Apr 2013, Rabin Vincent wrote: > >> 2013/4/9 Lee Jones : > >> > Someone has spent a fair amount of effort writing a runtime configuration > >> > changing algorithm for DMA clients. However, the config appears to

Re: [PATCH 3/8] dmaengine: ste_dma40: Actually write the runtime configuration to registers

2013-04-15 Thread Rabin Vincent
2013/4/15 Lee Jones : > On Fri, 12 Apr 2013, Rabin Vincent wrote: >> 2013/4/9 Lee Jones : >> > Someone has spent a fair amount of effort writing a runtime configuration >> > changing algorithm for DMA clients. However, the config appears to never >> > actually make it to hardware. In order for the

Re: [PATCH 3/8] dmaengine: ste_dma40: Actually write the runtime configuration to registers

2013-04-15 Thread Lee Jones
On Fri, 12 Apr 2013, Rabin Vincent wrote: > 2013/4/9 Lee Jones : > > Someone has spent a fair amount of effort writing a runtime configuration > > changing algorithm for DMA clients. However, the config appears to never > > actually make it to hardware. In order for the configuration to take hold

Re: [PATCH 3/8] dmaengine: ste_dma40: Actually write the runtime configuration to registers

2013-04-15 Thread Lee Jones
On Fri, 12 Apr 2013, Rabin Vincent wrote: 2013/4/9 Lee Jones lee.jo...@linaro.org: Someone has spent a fair amount of effort writing a runtime configuration changing algorithm for DMA clients. However, the config appears to never actually make it to hardware. In order for the configuration

Re: [PATCH 3/8] dmaengine: ste_dma40: Actually write the runtime configuration to registers

2013-04-15 Thread Rabin Vincent
2013/4/15 Lee Jones lee.jo...@linaro.org: On Fri, 12 Apr 2013, Rabin Vincent wrote: 2013/4/9 Lee Jones lee.jo...@linaro.org: Someone has spent a fair amount of effort writing a runtime configuration changing algorithm for DMA clients. However, the config appears to never actually make it

Re: [PATCH 3/8] dmaengine: ste_dma40: Actually write the runtime configuration to registers

2013-04-15 Thread Lee Jones
On Mon, 15 Apr 2013, Rabin Vincent wrote: 2013/4/15 Lee Jones lee.jo...@linaro.org: On Fri, 12 Apr 2013, Rabin Vincent wrote: 2013/4/9 Lee Jones lee.jo...@linaro.org: Someone has spent a fair amount of effort writing a runtime configuration changing algorithm for DMA clients. However,

Re: [PATCH 3/8] dmaengine: ste_dma40: Actually write the runtime configuration to registers

2013-04-15 Thread Linus Walleij
On Mon, Apr 15, 2013 at 1:59 PM, Lee Jones lee.jo...@linaro.org wrote: On Mon, 15 Apr 2013, Rabin Vincent wrote: 2013/4/15 Lee Jones lee.jo...@linaro.org: On Fri, 12 Apr 2013, Rabin Vincent wrote: 2013/4/9 Lee Jones lee.jo...@linaro.org: Someone has spent a fair amount of effort writing a

Re: [PATCH 3/8] dmaengine: ste_dma40: Actually write the runtime configuration to registers

2013-04-15 Thread Lee Jones
On Mon, 15 Apr 2013, Linus Walleij wrote: On Mon, Apr 15, 2013 at 1:59 PM, Lee Jones lee.jo...@linaro.org wrote: On Mon, 15 Apr 2013, Rabin Vincent wrote: 2013/4/15 Lee Jones lee.jo...@linaro.org: On Fri, 12 Apr 2013, Rabin Vincent wrote: 2013/4/9 Lee Jones lee.jo...@linaro.org:

Re: [PATCH 3/8] dmaengine: ste_dma40: Actually write the runtime configuration to registers

2013-04-12 Thread Lee Jones
On Fri, 12 Apr 2013, Rabin Vincent wrote: > 2013/4/9 Lee Jones : > > Someone has spent a fair amount of effort writing a runtime configuration > > changing algorithm for DMA clients. However, the config appears to never > > actually make it to hardware. In order for the configuration to take hold

Re: [PATCH 3/8] dmaengine: ste_dma40: Actually write the runtime configuration to registers

2013-04-12 Thread Rabin Vincent
2013/4/9 Lee Jones : > Someone has spent a fair amount of effort writing a runtime configuration > changing algorithm for DMA clients. However, the config appears to never > actually make it to hardware. In order for the configuration to take hold > we need to issue a d40_config_write(), as this

Re: [PATCH 3/8] dmaengine: ste_dma40: Actually write the runtime configuration to registers

2013-04-12 Thread Rabin Vincent
2013/4/9 Lee Jones lee.jo...@linaro.org: Someone has spent a fair amount of effort writing a runtime configuration changing algorithm for DMA clients. However, the config appears to never actually make it to hardware. In order for the configuration to take hold we need to issue a

Re: [PATCH 3/8] dmaengine: ste_dma40: Actually write the runtime configuration to registers

2013-04-12 Thread Lee Jones
On Fri, 12 Apr 2013, Rabin Vincent wrote: 2013/4/9 Lee Jones lee.jo...@linaro.org: Someone has spent a fair amount of effort writing a runtime configuration changing algorithm for DMA clients. However, the config appears to never actually make it to hardware. In order for the configuration

Re: [PATCH 3/8] dmaengine: ste_dma40: Actually write the runtime configuration to registers

2013-04-09 Thread Arnd Bergmann
On Tuesday 09 April 2013, Lee Jones wrote: > Someone has spent a fair amount of effort writing a runtime configuration > changing algorithm for DMA clients. However, the config appears to never > actually make it to hardware. In order for the configuration to take hold > we need to issue a

Re: [PATCH 3/8] dmaengine: ste_dma40: Actually write the runtime configuration to registers

2013-04-09 Thread Lee Jones
On Tue, 09 Apr 2013, Arnd Bergmann wrote: > On Tuesday 09 April 2013, Lee Jones wrote: > > Someone has spent a fair amount of effort writing a runtime configuration > > changing algorithm for DMA clients. However, the config appears to never > > actually make it to hardware. In order for the

Re: [PATCH 3/8] dmaengine: ste_dma40: Actually write the runtime configuration to registers

2013-04-09 Thread Arnd Bergmann
On Tuesday 09 April 2013, Lee Jones wrote: > Someone has spent a fair amount of effort writing a runtime configuration > changing algorithm for DMA clients. However, the config appears to never > actually make it to hardware. In order for the configuration to take hold > we need to issue a

[PATCH 3/8] dmaengine: ste_dma40: Actually write the runtime configuration to registers

2013-04-09 Thread Lee Jones
Someone has spent a fair amount of effort writing a runtime configuration changing algorithm for DMA clients. However, the config appears to never actually make it to hardware. In order for the configuration to take hold we need to issue a d40_config_write(), as this is the routine which writes it

[PATCH 3/8] dmaengine: ste_dma40: Actually write the runtime configuration to registers

2013-04-09 Thread Lee Jones
Someone has spent a fair amount of effort writing a runtime configuration changing algorithm for DMA clients. However, the config appears to never actually make it to hardware. In order for the configuration to take hold we need to issue a d40_config_write(), as this is the routine which writes it

Re: [PATCH 3/8] dmaengine: ste_dma40: Actually write the runtime configuration to registers

2013-04-09 Thread Arnd Bergmann
On Tuesday 09 April 2013, Lee Jones wrote: Someone has spent a fair amount of effort writing a runtime configuration changing algorithm for DMA clients. However, the config appears to never actually make it to hardware. In order for the configuration to take hold we need to issue a

Re: [PATCH 3/8] dmaengine: ste_dma40: Actually write the runtime configuration to registers

2013-04-09 Thread Arnd Bergmann
On Tuesday 09 April 2013, Lee Jones wrote: Someone has spent a fair amount of effort writing a runtime configuration changing algorithm for DMA clients. However, the config appears to never actually make it to hardware. In order for the configuration to take hold we need to issue a