[PATCH V2] ASoC: tlv320aic3x: Fix codec pll configure bug

2012-06-26 Thread Hebbar, Gururaja
In sound/soc/codecs/tlv320aic3x.c data = snd_soc_read(codec, AIC3X_PLL_PROGA_REG); snd_soc_write(codec, AIC3X_PLL_PROGA_REG, data | (pll_p PLLP_SHIFT)); In the above code, pll-p value is OR'ed with previous value without clearing it. Bug is not seen if

RE: [PATCH] davinci:mcasp: Fix codec pll configure bug

2012-06-26 Thread Hebbar, Gururaja
All, Kindly ignore this patch I will resend a corrected patch with below changes 1. add asoc codec maintainers (Mark Brown Liam Girdwood) 2. modify the subject to indicate ASOC and codec as tlv320aic3x On Thu, Jun 21, 2012 at 16:08:28, Hebbar, Gururaja wrote: In sound/soc/codecs/tlv320aic3x.c

Re: [PATCH v5 1/7] ARM: davinci, cp_intc: Add irq domain support

2012-06-26 Thread Heiko Schocher
Hello Sekhar, On 25.06.2012 19:15, Sekhar Nori wrote: Hi Heiko, On 5/30/2012 3:48 PM, Heiko Schocher wrote: Signed-off-by: Heiko Schocherh...@denx.de Cc: davinci-linux-open-source@linux.davincidsp.com Cc: linux-arm-ker...@lists.infradead.org Cc: devicetree-disc...@lists.ozlabs.org Cc: Grant

Re: [PATCH V2] ASoC: tlv320aic3x: Fix codec pll configure bug

2012-06-26 Thread Mark Brown
On Tue, Jun 26, 2012 at 11:33:43AM +0530, Hebbar, Gururaja wrote: In sound/soc/codecs/tlv320aic3x.c data = snd_soc_read(codec, AIC3X_PLL_PROGA_REG); snd_soc_write(codec, AIC3X_PLL_PROGA_REG, data | (pll_p PLLP_SHIFT)); In the above code, pll-p value

Re: [PATCH v3 04/13] davinci: vpif: fix setting of data width in config_vpif_params() function

2012-06-26 Thread Sergei Shtylyov
Hello. On 25-06-2012 15:07, Manjunath Hadli wrote: fix setting of data width in config_vpif_params() function, which was wrongly set. Signed-off-by: Manjunath Hadlimanjunath.ha...@ti.com Signed-off-by: Lad, Prabhakarprabhakar@ti.com --- drivers/media/video/davinci/vpif.c |2 +- 1

RE: [PATCH V2] ASoC: tlv320aic3x: Fix codec pll configure bug

2012-06-26 Thread Hebbar, Gururaja
On Tue, Jun 26, 2012 at 14:24:03, Mark Brown wrote: On Tue, Jun 26, 2012 at 11:33:43AM +0530, Hebbar, Gururaja wrote: In sound/soc/codecs/tlv320aic3x.c data = snd_soc_read(codec, AIC3X_PLL_PROGA_REG); snd_soc_write(codec, AIC3X_PLL_PROGA_REG, data

RE: [PATCH V2] ASoC: tlv320aic3x: Fix codec pll configure bug

2012-06-26 Thread Hebbar, Gururaja
On Tue, Jun 26, 2012 at 14:31:42, Prchal Jiří wrote: Hi Gururaja, shouldn't be better to use: snd_soc_update_bits(codec, AIC3X_PLL_PROGA_REG, PLLP_MASK, pll_p); instead of read mask write ? Sure will resend the patch. Thanks for the review Even at this place you don't need to keep rest

[PATCH V3 1/1] ASoC: tlv320aic3x: Fix codec pll configure bug

2012-06-26 Thread Hebbar, Gururaja
In sound/soc/codecs/tlv320aic3x.c data = snd_soc_read(codec, AIC3X_PLL_PROGA_REG); snd_soc_write(codec, AIC3X_PLL_PROGA_REG, data | (pll_p PLLP_SHIFT)); In the above code, pll-p value is OR'ed with previous value without clearing it. Bug is not seen if

Re: usb, davinci: usb 2.0 problem on an am1808 based board

2012-06-26 Thread Heiko Schocher
Hello Manjunathappa, On 29.05.2012 16:22, Heiko Schocher wrote: Hello Manjunathappa, On 22.05.2012 09:22, Heiko Schocher wrote: Hello Manjunathappa, Manjunathappa, Prakash wrote: Hi Heiko, On Mon, May 21, 2012 at 11:40:33, Heiko Schocher wrote: Hello Manjunathappa, Manjunathappa, Prakash