[PATCH 3/3] dma: edma: Serve cyclic (audio) channels with high priority queue

2014-07-08 Thread Peter Ujfalusi
Move the DMA channel used in cyclic mode (audio) to the highest priority event queue which helps to reduce audio problems. When the channel is terminated, move it back to the default queue. Signed-off-by: Peter Ujfalusi peter.ujfal...@ti.com --- drivers/dma/edma.c | 8 1 file changed, 8

[PATCH 0/3] ARM/dma: edma: Serve cyclic clients via high priority queue

2014-07-08 Thread Peter Ujfalusi
Hi, It is preferred that audio is served with the highest priority queue in order to avoid delays in data transfer between memory and audio IP. The following series will add an API to arch code to assign a channel to a given queue. The default queue is changed from 0 (highest priority) to lowest

[PATCH 1/3] ARM: edma: Set default queue to lowest priority

2014-07-08 Thread Peter Ujfalusi
Use the lowest priority queue as default for clients. Signed-off-by: Peter Ujfalusi peter.ujfal...@ti.com --- arch/arm/common/edma.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/common/edma.c b/arch/arm/common/edma.c index 485be42519b9..f834aae7720f 100644 ---

[PATCH 2/3] ARM: edma: Add edma_assign_channel_eventq() to move channel to a give queue

2014-07-08 Thread Peter Ujfalusi
In some cases it is desired to move a channel to a specific event queue. Such a use case is audio, where it is preferred that it is served with highest priority compared to other DMA clients. Signed-off-by: Peter Ujfalusi peter.ujfal...@ti.com --- arch/arm/common/edma.c | 28

[PATCH] cpufreq: Makefile: fix compilation for davinci platform

2014-07-08 Thread Lad, Prabhakar
From patch with commt-id:8a7b1227e303d7e927214ee0f260041aef44bb58 cpufreq: davinci: move cpufreq driver to drivers/cpufreq this added dependancy only for CONFIG_ARCH_DAVINCI_DA850 where as davinci_cpufreq_init() call is used by all davinci platform. This patch fixes following build error:

Re: [PATCH] cpufreq: Makefile: fix compilation for davinci platform

2014-07-08 Thread Viresh Kumar
On 8 July 2014 20:55, Lad, Prabhakar prabhakar.cse...@gmail.com wrote: From patch with commt-id:8a7b1227e303d7e927214ee0f260041aef44bb58 cpufreq: davinci: move cpufreq driver to drivers/cpufreq this added dependancy only for CONFIG_ARCH_DAVINCI_DA850 where as davinci_cpufreq_init() call is

Re: [PATCH] cpufreq: Makefile: fix compilation for davinci platform

2014-07-08 Thread Prabhakar Lad
On Tue, Jul 8, 2014 at 4:29 PM, Viresh Kumar viresh.ku...@linaro.org wrote: On 8 July 2014 20:55, Lad, Prabhakar prabhakar.cse...@gmail.com wrote: From patch with commt-id:8a7b1227e303d7e927214ee0f260041aef44bb58 cpufreq: davinci: move cpufreq driver to drivers/cpufreq this added dependancy