IRQ#0 getting disabled automatically after 25-30mins

2010-03-03 Thread Dilip Patel
[csl]) Disabling IRQ # -- Regards, Dilip ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

How TO detect device is in crashed or in working state

2009-10-20 Thread Dilip Kumar
. Thanks, Regards, Dilip Kumar ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

cp command source code

2009-08-18 Thread Dilip Kumar
Hi fnds, How to get cp command source code in any linux version. Thanks, Dilip Kumar ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Re: cp command source code

2009-08-18 Thread Dilip Kumar
Viral Sachde wrote: On Tue, Aug 18, 2009 at 8:44 PM, Dilip Kumardilipku...@tataelxsi.co.in wrote: Hi fnds, How to get cp command source code in any linux version. Thanks, Dilip Kumar As this is core utility, check ftp://ftp.gnu.org/gnu/coreutils/ Thanks a lot, i got the source

Re: Allocating continuous memory of 300kb in kernel

2008-09-23 Thread Dilip Patel
Hi Dilip, You can use __get_free_pages kernel api to allocate memeory of big chunk. It allocates physically contigeous memory area. For reffrence, see the linux/drivers/media/video/davinci/davinci_display.c file. Regrads, Dilip Message: 1 Date: Mon, 22 Sep 2008 16:31:22 +0530 From: dilip

Allocating continuous memory of 300kb in kernel

2008-09-22 Thread dilip
hi all, i want to know how to Allocate contiguous memory of 300kb in kernel. Let me know if any one knows. Thanks and Regards, dilip The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may

Enabling Internal Generation of HD/VD in CCD Controller

2008-07-23 Thread dilip
Hi, we want to go for internal generation of HD and VD sync pulses from CCD Controller. If anyone tried or worked the same,please let us know all register settings done. Thanking You, Regards, dilip The information contained in this electronic message and any attachments to this message

Problem with opening /dev/video0 device

2008-07-03 Thread dilip
is builded. I booted with that uImage but same response, there is no video0 in dev folder whether i have to check anything from kernelcode or from hardware side. Regards, dilip -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Thursday

Problem with opening /dev/video0 device

2008-07-03 Thread dilip
Davinci-linux-open-source Digest, Vol 31, Issue 12 plz suggest me on the same. Regards, dilip -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Thursday, July 03, 2008 10:04 PM To: davinci-linux-open-source@linux.davincidsp.com Subject

Problem with opening /dev/video0 device

2008-07-02 Thread dilip
video capture interface: v1.00 Registering platform device 'vpfe.1'. Parent at platform vpfe: registered device video0 /* Above printk in kernel is added by me dilip */ DaVinci I2C WARNING: i2c: NACK detected DaVinci I2C WARNING: i2c: NACK detected

Problem with opening /dev/video0 device

2008-06-30 Thread dilip
: registered device video0 /* Above printk in kernel is added by me dilip */ DaVinci I2C WARNING: i2c: NACK detected DaVinci I2C WARNING: i2c: NACK detected DaVinci I2C WARNING: i2c: NACK detected DaVinci I2C WARNING: i2c: NACK detected DaVinci I2C WARNING: i2c: NACK detected DaVinci I2C WARNING: i2c

RE: Problem with opening /dev/video0 device

2008-06-30 Thread dilip
(No such file or directory) Total I-frames: 0, P-frames: 0, B-frames: 0, IDR-frames: 0 rejected: 0 Regards, dilip -Original Message- From: steven.zhang [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2008 5:07 PM To: dilip Cc: davinci-linux-open-source@linux.davincidsp.com Subject: Re: Problem

RE: Problem with opening /dev/video0 device

2008-06-30 Thread dilip
hi jon, Thanks for your reply, you mean that we have to manually comment the TVP5146 related code in davinci_vpfe.c file Regards, dilip -Original Message- From: Jon Povey [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2008 6:20 PM To: dilip; davinci-linux-open-source

RE: Problem with opening /dev/video0 device

2008-06-30 Thread dilip
hi, actually we are not using both TVP5146 or MT9T001. we had tuner interface to our custom board. It will give data directly to ccd interface. we will read data directly from ccd interface. Regards, dilip -Original Message- From: Jon Povey [mailto:[EMAIL PROTECTED] Sent: Monday, June

Problem with opening /dev/video0 device

2008-06-27 Thread dilip
=10.50.40.123 root=/dev/nfs nfsroot=10.50.40.212:/home/workdir/filesys,nolock mem=120M 2.setenv bootcmd 'setenv setboot setenv bootargs \$(bootargs) davinci_enc_mngr.ch0_mode=\$(videostd); run setboot;tftpboot 0x8600 Thanks, dilip. The information contained in this electronic message and any

display problem with latest TI Kernel

2008-06-05 Thread Dilip Patel
on screen. Even after i am not able to display anything on screen by running any application. This problem is not there on earlier version of kernels with same hardware. Can any body has also observed the same problem? How to resolve this? regards Dilip