6446 VPBE slave mode

2010-04-08 Thread Marcel Katz
Hi There is somebody using the 6446 VPBE digital output in slave mode? I am trying to do it without success. Regards Marcel ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com

Re: ARM CCNT Register : Cycle Count Register

2010-04-08 Thread Kieran Bingham
Måns Rullgård wrote: Kieran Bingham kieranbing...@gmail.com writes: Is it possible to read / access the cycle count register in userspace? The counters are accessible to userspace only if enabled in the kernel. Here's a patch to do that:

RE: DM365 H.264 Encoder size change problem

2010-04-08 Thread JayaKumar, PremKumar
Jeremy, This scenario works with the DVTB application present in the DVSDK 3.10 installation. We could sequentially encode two YUV 420SP streams of size 1920x1088 and 1280x720 using two codec instances. However we have kept the maxWidth to 1920 and maxHeight to 1088 for both instances. Can

Re: [PATCH 0/2]-V2 Add touch screen input driver for TPS6507x family of multi-function chips.

2010-04-08 Thread Samuel Ortiz
Hi Kevin, On Wed, Apr 07, 2010 at 09:24:24AM -0700, Kevin Hilman wrote: Kevin Hilman khil...@deeprootsystems.com writes: Samuel Ortiz sa...@linux.intel.com writes: Hi Todd, hi Kevin, On Mon, Apr 05, 2010 at 05:53:11PM -0600, Todd Fischer wrote: This is the second posting of the

WIreless and Mass storage USB problem.

2010-04-08 Thread Stephane Cerveau
was checked by ESET NOD32 Antivirus. http://www.eset.com __ Information from ESET NOD32 Antivirus, version of virus signature database 5009 (20100408) __ The message was checked by ESET NOD32 Antivirus. http://www.eset.com ___ Davinci

[Fwd: RE: [PATCH v2 15/16] Davinci: initial tnetv107x support]

2010-04-08 Thread Cyril Chemparathy
Hi Sekhar, Thanks for the detailed review. [...] It will be nice to point out which of the existing platforms were tested to be working after this series was applied (with some indication of the type of testing done). Will do in the next rev. [...] +struct platform_device

Kernel Modules and Latest Kernel from Arago

2010-04-08 Thread Kieran Bingham
Hi Guys I'm working to bring our application from the 2.6.18 environment to the 2.6.32 kernel for the DM365. Our application runs using the mcvip-encoder code base - and av_capture framework from the DVRRDK. Contained in here are some kernel modules that seem to need either a complete

DM355 CPU overload+alaw+gstreamer

2010-04-08 Thread Idriss Ghodhbane
Hi everybody, I am using the DM355 evm and I am working on streaming audio between two DM355. I have integrated the Alaw codec in the gstreamer because I haven't any TI audio codec included in my evm DM355. Despite the Alaw codec doesn't do compression or decompression, the CPU is overloaded,

[PATCH 0/4] Improve modularity

2010-04-08 Thread thomas . koeller
From: Thomas Koeller thomas.koel...@baslerweb.com While writing code to suport a new DaVinci-based board design, I noticed several shortcomings of the existing code that this patch series tries to address. Thomas Koeller (4): DM365: Make all SPI units SPI0..SPI4 available DM365: Allow use

[PATCH 1/4] DM365: Make all SPI units SPI0..SPI4 available

2010-04-08 Thread thomas . koeller
From: Thomas Koeller thomas.koel...@baslerweb.com Change the SPI setup code to allow use of all SPI units. Also, move some resource assignments (DMA channels, interrupts) to the board code, where they belong. These really should not be hard-coded in dm365.c. Signed-off-by: Thomas Koeller

[PATCH 0/4] Improve modularity

2010-04-08 Thread thomas . koeller
From: Thomas Koeller thomas.koel...@baslerweb.com While writing code to suport a new DaVinci-based board design, I noticed several shortcomings of the existing code, that this patch series tries to address. Thomas Koeller (4): DM365: Make all SPI units SPI0..SPI4 available DM365: Allow use

[PATCH 2/4] DM365: Allow use of GPIO64_57

2010-04-08 Thread thomas . koeller
From: Thomas Koeller thomas.koel...@baslerweb.com Extended the MUX configuration to allow use of GPIO terminals 64..57. Signed-off-by: Thomas Koeller thomas.koel...@baslerweb.com --- arch/arm/mach-davinci/dm365.c|1 + arch/arm/mach-davinci/include/mach/mux.h |1 + 2 files

[PATCH 3/4] DaVinci SPI: Fix SPI clock prescale factor computation

2010-04-08 Thread thomas . koeller
From: Thomas Koeller thomas.koel...@baslerweb.com Computation of the clock prescaler value returned bogus results if the requested SPI clock was impossible to set. It now sets either the maximum or minimum clock frequency, as appropriate. Signed-off-by: Thomas Koeller

[PATCH 4/4] DM365: Add platform resource management

2010-04-08 Thread thomas . koeller
From: Thomas Koeller thomas.koel...@baslerweb.com Keeping track of resource assignments greatly simplifies the task of writing board support code. Many drivers for DaVinci peripherals were using resources that had never been allocated, with the notable exception of memory resources.

Re: DM355 CPU overload+alaw+gstreamer

2010-04-08 Thread Vladimir Pantelic
Idriss Ghodhbane wrote: Hi everybody, I am using the DM355 evm and I am working on streaming audio between two DM355. I have integrated the Alaw codec in the gstreamer because I haven't any TI audio codec included in my evm DM355. Despite the Alaw codec doesn't do compression or

Re: Davinci-linux-open-source Digest, Vol 52, Issue 28

2010-04-08 Thread Idriss Ghodhbane
Hi Vladimir, Thanks for your reply. I used the command top to discover the CPU overload. Concerning Oprofile, I don't know how to use it on my DM355 EVM. I will be grateful if you tell me more details. Thanks in advance. Regards 2010/4/8 davinci-linux-open-source-requ...@linux.davincidsp.com