Re: [PATCH v3 2/9] ARM: OMAP: mcbsp: Enable FIFO use for OMAP2430

2012-08-19 Thread Tony Lindgren
* Ujfalusi, Peter [120818 08:58]: > Hi Tony, > > On Sat, Aug 18, 2012 at 8:08 AM, Tony Lindgren wrote: > > Thanks, is this patch still correct so it does not try to enable FIFO > > for 2420? > > Yes it only enables the FIFO for 2430, 2420 is not affected. OK thanks for the clarification. Tony

Re: [PATCH] omap-hsmmc: Implementation of i761 errata

2012-08-19 Thread Shilimkar, Santosh
On Mon, Aug 20, 2012 at 12:08 PM, S, Venkatraman wrote: > > On Fri, Aug 17, 2012 at 11:43 PM, Puttagunta, Viswanath > wrote: > > On Fri, Aug 17, 2012 at 12:28 PM, S, Venkatraman > > wrote: > >> On Fri, Aug 17, 2012 at 9:35 PM, Semen Protsenko > >> wrote: > >>> Errata description: > >>> Due to a

Re: [PATCH] omap-hsmmc: Implementation of i761 errata

2012-08-19 Thread S, Venkatraman
On Fri, Aug 17, 2012 at 11:43 PM, Puttagunta, Viswanath wrote: > On Fri, Aug 17, 2012 at 12:28 PM, S, Venkatraman wrote: >> On Fri, Aug 17, 2012 at 9:35 PM, Semen Protsenko >> wrote: >>> Errata description: >>> Due to a bad behavior of an internal signal, the Card Error interrupt bit >>> MMCHS_

RE: [PATCH v2 3/4] arm/dts: Add tps65910 regulator DT data to am335x-evm.dts

2012-08-19 Thread AnilKumar, Chimata
Hi Mark, On Thu, Aug 16, 2012 at 19:30:56, Mark Brown wrote: > On Thu, Aug 16, 2012 at 01:22:27PM +, AnilKumar, Chimata wrote: > > > But problem here is single input supply battery/main is not sufficient. > > What makes you say this? > > > pmic->desc[i].supply_name = info->vin_name; > > wit

Re: [PATCH 4/9] sound/soc/omap/am3517evm.c: fix error return code

2012-08-19 Thread Jarkko Nikula
On 08/19/2012 10:03 AM, Julia Lawall wrote: > From: Julia Lawall > > It was forgotten to initialize ret to the result of calling > snd_soc_dai_set_sysclk, unlike at the other calls in the same function. > > A simplified version of the semantic match that finds this problem is as > follows: (http

Re: [PATCH] omap-mcbsp: properly check for availablity of mcbsp mux settings

2012-08-19 Thread Jarkko Nikula
Hi On 08/19/2012 10:14 PM, Andreas Kemnade wrote: > The code did return -EINVAl when the mux_signal function pointer is available. > If not, the corresponding function (the NULL pointer) is called. > This patch inverts that logic. > > Signed-off-by: Andreas Kemnade > --- Thanks for the patch. Fo

Re: linux 3.6-rc2, undefined reference to omap_musb_mailbox

2012-08-19 Thread ABRAHAM, KISHON VIJAY
Hi, On Sat, Aug 18, 2012 at 9:34 PM, Peter Meerwald wrote: > > 3.6-rc2 fails to compile with > CONFIG_USB_MUSB_HDRC=m > CONFIG_USB_MUSB_OMAP2PLUS=m > > LD init/built-in.o > drivers/built-in.o: In function `twl4030_usb_irq': > /home/pmeerw/linux-3.6-rc2/drivers/usb/otg/twl4030-usb.c:518: un

RE: [PATCH v7] can: c_can: Add runtime PM support to Bosch C_CAN/D_CAN controller

2012-08-19 Thread AnilKumar, Chimata
Marc, On Sun, Aug 19, 2012 at 01:03:37, Marc Kleine-Budde wrote: > On 08/13/2012 04:06 PM, AnilKumar Ch wrote: > > Add Runtime PM support to C_CAN/D_CAN controller. The runtime PM > > APIs control clocks for C_CAN/D_CAN IP and prevent access to the > > register of C_CAN/D_CAN IP when clock is turn

[PATCH] omap-mcbsp: properly check for availablity of mcbsp mux settings

2012-08-19 Thread Andreas Kemnade
The code did return -EINVAl when the mux_signal function pointer is available. If not, the corresponding function (the NULL pointer) is called. This patch inverts that logic. Signed-off-by: Andreas Kemnade --- sound/soc/omap/mcbsp.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) di

[PATCH 4/9] sound/soc/omap/am3517evm.c: fix error return code

2012-08-19 Thread Julia Lawall
From: Julia Lawall It was forgotten to initialize ret to the result of calling snd_soc_dai_set_sysclk, unlike at the other calls in the same function. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // ( if@p1 (\(ret < 0\|ret != 0\