Re: [alsa-devel] Audio capture not working with AIC23/McBSP1 on OMAP3517

2009-08-27 Thread Peter Ujfalusi
On Thursday 27 August 2009 14:12:53 ext Jarkko Nikula wrote: > On Thu, 27 Aug 2009 15:07:32 +0530 > > "Aggarwal, Anuj" wrote: > > Thanks Jarkko, the patch works for me. > > This is nice to hear. > > Can you, Peter or who has access to 2420 and 2430 TRMs to verify is the > DEVCONF0 bits 3 and 4 sel

[PATCH] flush the function in sdram is not correct because sram is changed.

2009-08-27 Thread ye janboe
resend because little format issue. >From fc5e771b808b5bf094846051a1c59c7e5e8ec149 Mon Sep 17 00:00:00 2001 From: janboe Date: Fri, 28 Aug 2009 13:50:57 +0800 Subject: [PATCH] flush the function in sdram is not correct because sram is changed. Signed-off-by: janboe --- arch/arm/plat-omap/sram.

Re: [spi-devel-general] [RESEND][PATCH 0/2] McSPI Slave and DMA , FIFO support

2009-08-27 Thread David Brownell
On Sunday 05 July 2009, Hemanth V wrote: > Do you see any major changes required to support > slave mode in the SPI core driver. There *is* no such thing as a "SPI core driver"... > We are able to > use the existing interface for slave mode also, but > some APIs/ Structures could be made generi

[PATCH] musb: fix ISOC Tx programming for CPPI DMAs

2009-08-27 Thread Ajay Kumar Gupta
Isochronous Tx DMA is getting programmed but never getting started for CPPI and TUSB DMAs and thus Isochronous Tx doesn't work. Fixing it by starting DMAs using musb_h_tx_dma_start(). Signed-off-by: Swaminathan S Signed-off-by: Babu Ravi Signed-off-by: Ajay Kumar Gupta --- drivers/usb/musb/mu

[PATCH] flush the function in sdram is not correct because sram is changed.

2009-08-27 Thread ye janboe
>From f10090bf307066f1317d7152c6f9a6f395007d4a Mon Sep 17 00:00:00 2001 From: janboe Date: Fri, 28 Aug 2009 13:50:57 +0800 Subject: [PATCH] flush the function in sdram is not correct because sram is changed. Signed-off-by: janboe --- arch/arm/plat-omap/sram.c |2 +- 1 files changed, 1 inser

RE: [PATCH] usb: disable OTG AUTOIDLE only with omap3430

2009-08-27 Thread Gupta, Ajay Kumar
> == patch = > There is an issue with MUSB AUTOIDLE as reported by Niilo Minkkinen in > below commit. > > 9a4b5e36ce58febdd2039dd4d129ee7edf4f5536 > usb: musb: disable OTG AUTOIDLE only with omap3430 > > As OMAP35x is just a variant of OMAP34xx chip thus the fix is

FW: [PATCH 5/5] OMAP: Zoom2: Release Dbg board detect gpio

2009-08-27 Thread Pandita, Vikram
Kevin Could you please line this trivial fix for Zoom2, just like you lined up the [PATCH 4/5] OMAP: Zoom2: Fix serial break That way my DEBUG_LL series will just be related to DEBUG_LL and nothing more on zoom2 fixes. -Original Message- From: Pandita, Vikram Sent: Friday, August 21, 2

Question on ISPs CFA interpolation coefficients

2009-08-27 Thread Matthias Schwarz
Hi all, i just wondered how the camera interface's, especially the previewer module's CFA coefficients are setup on OMAP3530. The TRM also does not give too much information about it: In the generic mode, CFA interpolation is implemented using programmable filter coefficients that operate on

RE: [PATCH] OMAP3: PM: Fix for MPU power domain MEM BANK position

2009-08-27 Thread Aguirre Rodriguez, Sergio Alberto
Thara, > -Original Message- > From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- > ow...@vger.kernel.org] On Behalf Of Thara Gopinath > Sent: Thursday, August 27, 2009 11:48 AM > To: linux-omap@vger.kernel.org > Cc: Gopinath, Thara > Subject: [PATCH] OMAP3: PM: Fix for MPU power do

[PATCH][RFC] OMAP3: PM: Adding OSWR support

2009-08-27 Thread Thara Gopinath
This patch adds OSWR support for MPU/CORE domains in CPUidle. Two new C states are being added to the existing C states which makes the new states look like below. C1 - MPU WFI + Core active C2 - MPU WFI + Core inactive C3 - MPU CSWR + Core inactive C4 - MPU OFF + C

[PATCH] OMAP3: PM: Fix for MPU power domain MEM BANK position

2009-08-27 Thread Thara Gopinath
MPU power domain bank 0 bits are displayed in position of bank 1 in PWRSTS and PREPWRSTS registers. So read them from correct position Signed-off-by: Thara Gopinath --- arch/arm/mach-omap2/powerdomain.c | 19 +++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/a

RE: [PATCH] OMAP3: Zoom2: provide default MTD partitions

2009-08-27 Thread Pandita, Vikram
Vimal >-Original Message- >From: vimal singh [mailto:vimal.neww...@gmail.com] >Sent: Thursday, August 27, 2009 9:03 AM >To: Pandita, Vikram >Cc: Maxime Petazzoni; Singh, Vimal; linux-omap@vger.kernel.org; Rix, Tom >Subject: Re: [PATCH] OMAP3: Zoom2: provide default MTD partitions > >Hi, >>

Re: [PATCH] OMAP3: Zoom2: provide default MTD partitions

2009-08-27 Thread Maxime Petazzoni
Hi, * Pandita, Vikram [2009-08-27 19:16:27]: > Why? > > I know of an implementation by Vimal Singh that introduces a common > flash file for Zoom1 and Zoom2. > There is reuse of code there. Thanks for your comments. There are indeed other implentations around using a common flash file for Zoo

Re: [PATCH] OMAP3: Zoom2: provide default MTD partitions

2009-08-27 Thread vimal singh
Hi, On Thu, Aug 27, 2009 at 7:16 PM, Pandita, Vikram wrote: > Petazzoni/Vimal > >>-Original Message- >>From: linux-omap-ow...@vger.kernel.org >>[mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Maxime >>Petazzoni >>Sent: Thursday, August 27, 2009 7:00 AM >>To: linux-omap@vger.kernel.

RE: [PATCH] OMAP3: Zoom2: provide default MTD partitions

2009-08-27 Thread Pandita, Vikram
Petazzoni/Vimal >-Original Message- >From: linux-omap-ow...@vger.kernel.org >[mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Maxime >Petazzoni >Sent: Thursday, August 27, 2009 7:00 AM >To: linux-omap@vger.kernel.org >Subject: [PATCH] OMAP3: Zoom2: provide default MTD partitions > >

Re: [PATCH 1/5] OMAP1/2/3/4: DEBUG_LL: cleanup

2009-08-27 Thread Kevin Hilman
"Pandita, Vikram" writes: >>-Original Message- >>From: Kevin Hilman [mailto:khil...@deeprootsystems.com] >>"Pandita, Vikram" writes: >> Vikram Pandita wrote: > This patch cleans up the DEBUG_LL infrastructure for omap boards. >>> Could you give reference to this code on DaVi

RE: [PATCH 1/5] OMAP1/2/3/4: DEBUG_LL: cleanup

2009-08-27 Thread Pandita, Vikram
>-Original Message- >From: Kevin Hilman [mailto:khil...@deeprootsystems.com] >"Pandita, Vikram" writes: > >>>Vikram Pandita wrote: This patch cleans up the DEBUG_LL infrastructure for omap boards. >>> >> >> Could you give reference to this code on DaVinci? > >http://git.kernel.org/?

[PATCH] OMAP3: Zoom2: provide default MTD partitions

2009-08-27 Thread Maxime Petazzoni
This change introduces default MTD partitions for the Zoom-II board NAND, inspired by the OMAP3 Beagle partitions and the OMAP3 Zoom2 partitions defined in OmapZoom.org's OMAP kernel. The size of the U-Boot environment partition was increased to 1MB, as the previously smaller partition couldn't co

[PATCH 8/8] dspbridge: Check pointer before usage

2009-08-27 Thread Andy Shevchenko
From: Andy Shevchenko Signed-off-by: Andy Shevchenko --- drivers/dsp/bridge/rmgr/drv.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/drivers/dsp/bridge/rmgr/drv.c b/drivers/dsp/bridge/rmgr/drv.c index d21071c..491dd39 100644 --- a/drivers/dsp/bridge/rmgr/drv.c +++

[PATCH 1/8] dspbridge: Remove useless check

2009-08-27 Thread Andy Shevchenko
From: Andy Shevchenko Before this check zlLib already dereferenced on one hand and DBC_Require() checks for NULL on other hand. Signed-off-by: Andy Shevchenko --- drivers/dsp/bridge/pmgr/dbll.c | 34 -- 1 files changed, 16 insertions(+), 18 deletions(-) diff

[PATCH 3/8] DSPBRIDGE: Check input value

2009-08-27 Thread Andy Shevchenko
From: Andy Shevchenko Check input value before dereferencing it. Signed-off-by: Andy Shevchenko --- drivers/dsp/bridge/wmd/tiomap3430.c |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/drivers/dsp/bridge/wmd/tiomap3430.c b/drivers/dsp/bridge/wmd/tiomap3430.c inde

[PATCH 5/8] dspbridge: Check pointer before dereferencing it

2009-08-27 Thread Andy Shevchenko
From: Andy Shevchenko Signed-off-by: Andy Shevchenko --- drivers/dsp/bridge/rmgr/nldr.c | 15 ++- 1 files changed, 14 insertions(+), 1 deletions(-) diff --git a/drivers/dsp/bridge/rmgr/nldr.c b/drivers/dsp/bridge/rmgr/nldr.c index 79f7505..8c162a1 100644 --- a/drivers/dsp/bridge/

[PATCH 7/8] DSPBRIDGE: Check return value

2009-08-27 Thread Andy Shevchenko
From: Andy Shevchenko PROC_GetProcessorId() potentially could return different to DSP_SOK status. We need to check it. Signed-off-by: Andy Shevchenko --- drivers/dsp/bridge/rmgr/drv.c |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/drivers/dsp/bridge/rmgr/drv.c

[PATCH 4/8] dspbridge: Check pointer returned by MEM_Calloc()

2009-08-27 Thread Andy Shevchenko
From: Andy Shevchenko In case of NULL return DSP_EMEMORY status instead of DSP_SOK. Signed-off-by: Andy Shevchenko --- drivers/dsp/bridge/rmgr/drv.c | 23 +-- 1 files changed, 13 insertions(+), 10 deletions(-) diff --git a/drivers/dsp/bridge/rmgr/drv.c b/drivers/dsp/brid

[PATCH 2/8] dspbridge: Drop useless memory allocation

2009-08-27 Thread Andy Shevchenko
From: Andy Shevchenko strcmp() should do the job without additional memory allocation and strncpy()/strcmp() calls. Additionally fix spelling. Signed-off-by: Andy Shevchenko --- drivers/dsp/bridge/rmgr/node.c | 15 --- 1 files changed, 4 insertions(+), 11 deletions(-) diff --gi

[PATCH 6/8] dspbridge: Check status before use return value

2009-08-27 Thread Andy Shevchenko
From: Andy Shevchenko Signed-off-by: Andy Shevchenko --- drivers/dsp/bridge/rmgr/drv.c | 14 -- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/drivers/dsp/bridge/rmgr/drv.c b/drivers/dsp/bridge/rmgr/drv.c index bedc34c..44d7f2d 100644 --- a/drivers/dsp/bridge/rmgr

Re: [alsa-devel] Audio capture not working with AIC23/McBSP1 on OMAP3517

2009-08-27 Thread Jarkko Nikula
On Thu, 27 Aug 2009 15:07:32 +0530 "Aggarwal, Anuj" wrote: > Thanks Jarkko, the patch works for me. > This is nice to hear. Can you, Peter or who has access to 2420 and 2430 TRMs to verify is the DEVCONF0 bits 3 and 4 selecting there also the McBSP1 CLKR and FSR sources like my patch is now ass

[PATCH v2][RFC] OMAP4: sDMA driver: descriptor autoloading feature

2009-08-27 Thread S, Venkatraman
(Updated version of previous patch: http://marc.info/?l=linux-omap&m=125012097403050&w=2) Add sDMA driver support for descriptor autoloading feature. Descriptor autoloading is OMAP4 sDMA hardware capability that can be exploited for scatter gather scenarios. The feature works as described belo

RE: [alsa-devel] Audio capture not working with AIC23/McBSP1 on OMAP3517

2009-08-27 Thread Aggarwal, Anuj
Thanks Jarkko, the patch works for me. I will be submitting my ASoC omap*.c file soon after making all the necessary changes. Regards, Anuj Aggarwal > -Original Message- > From: Jarkko Nikula [mailto:jhnik...@gmail.com] > Sent: Wednesday, August 26, 2009 8:32 PM > To: Aggarwal, Anuj >

[PATCH 1/1] omap mailbox: execute softreset at startup

2009-08-27 Thread Hiroshi DOYU
From: Hiroshi DOYU The softreset at startup is introduced as TRM describes and also some register bit definitions are added instead of magic number. Signed-off-by: Hiroshi DOYU --- arch/arm/mach-omap2/mailbox.c | 30 +- 1 files changed, 25 insertions(+), 5 deletio

Re: [PATCH 1/5] OMAP1/2/3/4: DEBUG_LL: cleanup

2009-08-27 Thread Kevin Hilman
"Pandita, Vikram" writes: >>Vikram Pandita wrote: >>> This patch cleans up the DEBUG_LL infrastructure for omap boards. >> >>Thanks Vikram, this is indeed in need of some cleanup. But I have some >>comments about the approach taken. >> >>This approach still doesn't solve one of the fundamental p

Re: [PATCH]OMAP3:PM :T2 keypad wakeup for OMAP3

2009-08-27 Thread Kevin Hilman
Hi Teerth, "Reddy, Teerth" writes: > From : Teerth Reddy > > This patch changes for setting the padconf value for sys_nirq line > which is connected to T2 INTR1. This will fix the T2 keypad wakeup > issue on OMAP3 SDP. > > Signed-off-by: Teerth Reddy < tee...@ti.com > Patch looks good, thanks

Re: [PATCH 02/10] OMAP: iommu: add initial debugfs support

2009-08-27 Thread Hiroshi DOYU
Hi Tony, I fixed the error exit path as below and attached the updated verion of the patch. Please replace the old one in for-next with the attached one. Modified arch/arm/plat-omap/iommu-debug.c diff --git a/arch/arm/plat-omap/iommu-debug.c b/arch/arm/plat-omap/iommu-debug.c index 5a7e409