Re: [PATCH 5/6] ARM: DTS: da850-evm: Add node for tlv320aic3106 codec

2014-08-04 Thread Peter Ujfalusi
On 08/01/2014 04:34 PM, Peter Ujfalusi wrote: Hi, On 08/01/2014 04:13 PM, Sergei Shtylyov wrote: Hello. On 08/01/2014 05:02 PM, Peter Ujfalusi wrote: I do. We should follow the standard consistently. Why not call the node sound-codec? Well, there is _zero_ cases when the audio

[PATCH] ARM: edma: Fix configuration parsing for SoCs with multiple eDMA3 CC

2014-08-04 Thread Peter Ujfalusi
The edma_setup_from_hw() should know about the CC number when parsing the CCCFG register - when it reads the register to be precise. The base addresses for CCs stored in an array and we need to provide the correct id to edma_read() in order to read the correct register. Cc: sta...@vger.kernel.org