Re: why is the sd/mmc so slowly in writing about dm355?

2009-08-04 Thread Koen Kooi
On 03-08-09 13:08, zuowenping wrote: I am testing the speed of sd/mmc in dm355 which using kernel 2.6.18. bash-3.00# mount /dev/mmcblk0p1 /mnt -o sync bash-3.00# time cp /tmp/ramdisk.img.gz /mnt/ That's not testing how fast the sd card is, that's testing how sucky the interaction between the

Re: Re: why is the sd/mmc so slowly in writing about dm355?

2009-08-04 Thread zuowenping
thanks your answer very much! I have test dd commond,but the speed is less than 200k still,if i mount the sd card not with -o sync,It will use fs cache to store data,I didn't want to use the fs cache,So i must use the -o sync option! My projest need to record 320x240 picures(infrared datas)

Linux Plumbers Conference 2009: V4L2 API discussions

2009-08-04 Thread Hans Verkuil
Hi all, During this years Plumbers Conference I will be organizing a session (or possibly more than one) on what sort of new V4L2 APIs are needed to support the new SoC devices. These new APIs should also solve the problem of how to find all the related alsa/fb/ir/dvb devices that a typical video

Is dsplinkdata.lib missing from DVSDK 2.0 package? (download from TI web site)

2009-08-04 Thread Venkatachala Upadhya
Hello, I am using dvsdk 2.0 release for DM6446 EVM board. I have downloaded from the TI DVSDK down load website. When I was re-building the codec server decodeCombo.X64P, (making in the directory $(DVSDK_2.0)/dm6446_dvsdk_combos_2_05), I got into the error that dsplinkdata.lib is not found.

RE: 8-bit planar support for Resizer

2009-08-04 Thread Jadav, Brijesh R
Hi, As I said, driver does support planar YUV422 resize. This is correct parameters. Error is because of some other wrong parameter. It will resize RGB planar data as well but I am not sure about quality of the output since Resizer is for the YUV422 scaling. Thanks, Brijesh Jadav

Re: 8-bit planar support for Resizer

2009-08-04 Thread Vladimir Pantelic
Jadav, Brijesh R wrote: Hi, As I said, driver does support planar YUV422 resize. This is correct parameters. Error is because of some other wrong parameter. It will resize RGB planar data as well but I am not sure about quality of the output since Resizer is for the YUV422 scaling. Quality

Re: [PATCH] DaVinci: DM365: Fix Compilation issue due to PINMUX entry

2009-08-04 Thread Kieran Bingham
s-paul...@ti.com wrote: From: Sandeep Paulraj s-paul...@ti.com The mask can hold only 8 bit values. This gave a compilation warning. This patch rectifies the warning. Signed-off-by: Sandeep Paulraj s-paul...@ti.com --- arch/arm/mach-davinci/dm365.c|3 ++-

RE: 8-bit planar support for Resizer

2009-08-04 Thread Jadav, Brijesh R
I don't agree that YUV and RGB scaling are same. Luma contains gray scale information and chroma contains color information. Where as in RGB, each of these components contains color as well as other information. Thanks, Brijesh Jadav -Original Message- From:

RE: Is dsplinkdata.lib missing from DVSDK 2.0 package? (download from TI web site)

2009-08-04 Thread Venkatachala Upadhya
Hello team, I got the dsplinkdata.lib. During the build, it was created at /tmp/dsp_0 With best regards, Venkatachala Upadhya| Extn: 65395| -- From: Venkatachala Upadhya Sent: 04 August, 2009 1:06 PM To: davinci-linux-open-source@linux.davincidsp.com Subject: Is dsplinkdata.lib missing from

Memory allocation

2009-08-04 Thread Gopal Sukumar
Hello all, I am writing a generalized buffer sequencing module for the encoding and multiplexing pipeline. 1. Does Codec Engine OSAL Memory interface (Ref. Memory.h) in the osal directory of the Codec Engine use CMEM? 2. If not, What is the difference between CMEM APIs and the APIs in Memory.h?

decodeCombo.x64P - build error

2009-08-04 Thread Venkatachala Upadhya
Hello Team, I am trying re-build decodeCombo.x64P for dvsdk 2.0, downloaded from the TI web site http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/dvsdk/index.html I am getting the following error, during linking - Any clue, as what library I am missing? ---

mtd concat

2009-08-04 Thread Vijay Soni
Can anybody tell me how we can concatenate the last two partitions in board file: static struct mtd_partition nand_partitions[] = { /* bootloader (UBL, U-Boot, BBT) in sectors: 0 - 14 */ { .name = bootloader, .offset = 0,

Re: mtd concat

2009-08-04 Thread Steve Chen
On Tue, 2009-08-04 at 04:34 -0700, Vijay Soni wrote: Can anybody tell me how we can concatenate the last two partitions in board file: static struct mtd_partition nand_partitions[] = { /* bootloader (UBL, U-Boot, BBT) in sectors: 0 - 14 */ { .name =

RE: [PATCH] DaVinci: DM365: Fix Compilation issue due to PINMUX entry

2009-08-04 Thread Paulraj, Sandeep
-Original Message- From: Kieran Bingham [mailto:kieranbing...@gmail.com] Sent: Tuesday, August 04, 2009 4:05 AM To: Paulraj, Sandeep Cc: davinci-linux-open-source@linux.davincidsp.com Subject: Re: [PATCH] DaVinci: DM365: Fix Compilation issue due to PINMUX entry

RE: Linux Plumbers Conference 2009: V4L2 API discussions

2009-08-04 Thread Hiremath, Vaibhav
-Original Message- From: davinci-linux-open-source-boun...@linux.davincidsp.com [mailto:davinci-linux-open-source-boun...@linux.davincidsp.com] On Behalf Of Hans Verkuil Sent: Tuesday, August 04, 2009 12:42 PM To: linux-me...@vger.kernel.org Cc: eduardo.valen...@nokia.com;

DM6467 pci communication (slave)

2009-08-04 Thread Steve Titus
My company is developing a PCI card that contains a dm6467 chip. We will have up to 4 of these cards plugged into the PCI bus of an Intel (Atom) based system running Linux. I am a device driver newbie, and I am working on the driver layer to implement bidirectional communication between the

Re: Linux Plumbers Conference 2009: V4L2 API discussions

2009-08-04 Thread Hans Verkuil
On Tuesday 04 August 2009 09:12:24 Hans Verkuil wrote: Hi all, During this years Plumbers Conference I will be organizing a session (or possibly more than one) on what sort of new V4L2 APIs are needed to support the new SoC devices. These new APIs should also solve the problem of how to

RE: Linux Plumbers Conference 2009: V4L2 API discussions

2009-08-04 Thread Karicheri, Muralidharan
Hans, I plan to register for this. Following are some of the issues that I face today while porting TI DaVinci video drivers to open source:- 1) VPBE display drivers (DM6446,DM355 DM365): Current implementation of display drivers uses encoder manager (encoders registers with this framework)

RE: [PATCH v3] ARM: DaVinci: DM646x Video: Platform and board specific setup

2009-08-04 Thread Karicheri, Muralidharan
Chaithrika, Could you send the patches inline to Russell King r...@arm.linux.org.uk? This was what Mauro had suggested to me. We need to get a resolution on this quickly since I have some patches waiting to be submitted against display driver and would like to base it on your patches.

RE: [PATCH v3] ARM: DaVinci: DM646x Video: Platform and board specific setup

2009-08-04 Thread Karicheri, Muralidharan
-Original Message- From: davinci-linux-open-source-boun...@linux.davincidsp.com [mailto:davinci-linux-open-source-boun...@linux.davincidsp.com] On Behalf Of Subrahmanya, Chaithrika Sent: Monday, July 20, 2009 4:01 AM To: li...@arm.linux.org.uk Cc:

Davinci USB detection on 2.6.30 git tree

2009-08-04 Thread Alok Kumar
Hi, After compiling kernel 2.6.30 and enabling suitable options for USB , I am not able to detect USB drive. Any help will be highly appreciated. Regards Alok ___ Davinci-linux-open-source mailing list

Re: DM365 + sd card (mmc1) is not detected

2009-08-04 Thread David Brownell
On Monday 03 August 2009, kirthika varadarajan wrote: Is there in any other thing which i have to do to detect MMC 1. Yeah, I reported the same problem. Unrelated: if you're using the ARM JTAG connector, SRST is nonfunctional. The CPLD is just programmed that way. Easy enough to fix, given

Re: DM355 SDIO support

2009-08-04 Thread David Brownell
On Wednesday 29 July 2009, Phaneendra kumar wrote: This patch will add SDIO support to the DM355 host controller driver. I have verified this on DM355 EVM board in both DMA and PIO modes. The MMC driver isn't specific to that chip. :) And i have used open source libertas driver for

Re: [PATCH 1/6] DaVinci: SPI Driver for DaVinci and DA8xx SOC's

2009-08-04 Thread David Brownell
On Thursday 30 July 2009, Paulraj, Sandeep wrote: Functions set_fmt_bits and clear_fmt_bits are wrong here. Which SPIFMTn register to use is decided by the DFSEL bit in SPIDAT1 register and this patch is using SPIFMT0 as the default value of DFSEL is ZERO. But the above functions are

Re: [PATCH 1/6] DaVinci: SPI Driver for DaVinci and DA8xx SOC's

2009-08-04 Thread David Brownell
On Thursday 16 July 2009, David Brownell wrote: On Wednesday 15 July 2009, s-paul...@ti.com wrote:  arch/arm/mach-davinci/include/mach/spi.h |   45 ++  drivers/spi/Kconfig                      |    7 +  drivers/spi/Makefile                     |    1 +  drivers/spi/davinci_spi.c          

Re: New MMC maintainer needed

2009-08-04 Thread David Brownell
[ NOTE: cc list morphed ] On Friday 31 July 2009, Pierre Ossman wrote: [PATCH] DaVinci: MMC: V5: MMC/SD controller driver for DaVinci family. (couldn't find an archive) This driver has undergone some reviews and should be more or less done. Please check the previous review comments to

Re: [PATCH] [MTD] m25p80: memory accessor interface for SPI MTD driver

2009-08-04 Thread David Brownell
On Monday 03 August 2009, Sudhakar Rajashekhara wrote: On TI's da850/omap-l138 EVM, MAC address is stored in SPI flash. This patch implements memory accessor interface for SPI MTD driver which enables the kernel to access flash data. If that's going to be possible, shouldn't it work for any

RE: DM365 + sd card (mmc1) is not detected

2009-08-04 Thread Paulraj, Sandeep
From: davinci-linux-open-source-bounces+s-paulraj=ti@linux.davincidsp.com [davinci-linux-open-source-bounces+s-paulraj=ti@linux.davincidsp.com] On Behalf Of David Brownell [davi...@pacbell.net] Sent: Monday, August 03, 2009 2:41 PM To:

RE: [PATCH 1/6] DaVinci: SPI Driver for DaVinci and DA8xx SOC's

2009-08-04 Thread Paulraj, Sandeep
Dave, I do not see a reason why this should not go upstream. There is 1 issue At this point of time i am unable to think of a good solution which actually takes care of minor differences in the IP between DM355/DM365/DM6467 and Primus. I do not know of a clean way to do it without using

contradiction of VLIB_testTrackFeaturesLucasKanade_7x7 parameter

2009-08-04 Thread baxkstreet
HI all! I am not familiar with Lucas-Kanade Feature Tracking.I feel confuse when i use VLIB_trackFeaturesLucasKanade_7x7 function in vlib. int VLIB_trackFeaturesLucasKanade_7x7 ( const char * restrict im1, const char * restrict im2, const short * restrict gradX, const short * restrict gradY,

contradiction of VLIB_testTrackFeaturesLucasKanade_7x7 parameter

2009-08-04 Thread baxkstreet
HI all! I am not familiar with Lucas-Kanade Feature Tracking.I feel confuse when i use VLIB_trackFeaturesLucasKanade_7x7 function in vlib. int VLIB_trackFeaturesLucasKanade_7x7 ( const char * restrict im1, const char * restrict im2, const short * restrict gradX, const short * restrict gradY, int

RE: Linux Plumbers Conference 2009: V4L2 API discussions

2009-08-04 Thread Hiremath, Vaibhav
-Original Message- From: Magnus Damm [mailto:magnus.d...@gmail.com] Sent: Wednesday, August 05, 2009 8:01 AM To: Karicheri, Muralidharan Cc: Hiremath, Vaibhav; Hans Verkuil; linux-me...@vger.kernel.org; davinci-linux-open-source@linux.davincidsp.com; linux- o...@vger.kernel.org;

Re: [PATCH 1/6] DaVinci: SPI Driver for DaVinci and DA8xx SOC's

2009-08-04 Thread David Brownell
On Tuesday 04 August 2009, Paulraj, Sandeep wrote: I do not see a reason why this should not go upstream. OK, I'll try to send that soon ... There is 1 issue At this point of time i am unable to think of a good solution which actually takes care of minor differences in the IP between

RE: [PATCH v3] ARM: DaVinci: DM646x Video: Platform and board specific setup

2009-08-04 Thread chaithrika
On Wed, Aug 05, 2009 at 02:45:36, Karicheri, Muralidharan wrote: -Original Message- From: davinci-linux-open-source-boun...@linux.davincidsp.com [mailto:davinci-linux-open-source-boun...@linux.davincidsp.com] On Behalf Of Subrahmanya, Chaithrika Sent: Monday, July 20, 2009 4:01 AM

[PATCH v4] ARM: DaVinci: DM646x Video: Platform and board specific setup

2009-08-04 Thread Chaithrika U S
Platform specific display device setup for DM646x EVM Add platform device and resource structures. Also define a platform specific clock setup function that can be accessed by the driver to configure the clock and CPLD. Signed-off-by: Manjunath Hadli m...@ti.com Signed-off-by: Brijesh Jadav