RE: DM355 & DM6446 VPFE capture driver patch submitted for review

2009-03-16 Thread Subrahmanya, Chaithrika
> > On Monday 16 March 2009 20:10:27 Karicheri, Muralidharan wrote: > > Hans, > > > > That was quick! > > > > Please see my response inline. > > > > >>>Yes, that's OK. What timeframe for the subdev conversion did you > have > > >>> in mind? Personally I would like to see v4l2-int-device removed >

RE: [RFC 2/7] ARM: DaVinci: DM646x Video: ADV7343 video encoder driver

2009-03-16 Thread Subrahmanya, Chaithrika
Hans, Please see my response inline. For the comments common to THS7303 and ADV7343 driver, I will do the changes to both the drivers. > Hi Chaithrika, > > Here is the review of this driver. > > On Friday 13 March 2009 10:08:39 chaithr...@ti.com wrote: > > From: Chaithrika U S > > > > ADV7343 v

RE: [RFC 3/7] ARM: DaVinci: DM646x Video: THS7303 video amplifier driver

2009-03-16 Thread Subrahmanya, Chaithrika
Hans, Thank you for the comments. Please see my response inline. I have agreed to most of your comments and will do the changes accordingly. > Hi Chaithrika, > > This is the first pass of this i2c driver. Note that several of the > comments > here also apply to adv7343. > OK, will do the modifi

Re: DM355 UART2 problem

2009-03-16 Thread Mark A. Greer
On Mon, Mar 16, 2009 at 03:20:54PM -0500, Hugo Villeneuve wrote: > Hi, > I'm trying to use UART2 ont he DM355, but here is the error message I have > when the kernel boots: > > ... > Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled > serial8250.0: ttyS0 at MMIO 0x1c2 (irq = 40) is a 1

RE: [RFC 0/7] ARM: DaVinci: DM646x Video: DM646x display driver

2009-03-16 Thread Subrahmanya, Chaithrika
> On Friday 13 March 2009 09:56:30 chaithr...@ti.com wrote: > > Display driver for TI DM646x EVM > > > > Signed-off-by: Chaithrika U S > > > > This patch set is being submitted to get review and opinion on the > > approaches used to implement the sub devices and display drivers. > > > > This set a

RE: DM6467 EVM Video issue

2009-03-16 Thread gather bzbz
Thanks. Any programmable way to detect the loss of sync situation so we can toggle the stream_on/off? --- On Sun, 3/15/09, Jadav, Brijesh R wrote: > From: Jadav, Brijesh R > Subject: RE: DM6467 EVM Video issue > To: "gb...@yahoo.com" , > "davinci-linux-open-source@linux.davincidsp.com" > >

Re: [PATCH 1/1] DaVinci: MMC: MMC/SD controller driver for DaVinci/DM6446.

2009-03-16 Thread David Brownell
I noticed a newish bug in probe() ... On Monday 16 March 2009, Purushotam Kumar wrote: > +   if (!pdata || pdata->wires == 4 || pdata->wires == 0) > +   mmc->caps |= MMC_CAP_4_BIT_DATA; So pdata may be null. But, if it is, then ... > + > +   mmc->ops = &mmc_davinci_ops; > + 

Re: DM355 & DM6446 VPFE capture driver patch submitted for review

2009-03-16 Thread David Brownell
On Monday 16 March 2009, Hans Verkuil wrote: > > [MK] Sorry to ask a question back. What is the timeframe when 2.6.31 is > > available ? I am not very familiar with the kernel release process. I > > need to coordinate this with Vaibhav who is responsible from OMAP side > > which is using the same t

New ramdisk.gz

2009-03-16 Thread Marcelo Guedes Silva
Hi everybody. Now I want to create a new ramdisk.gz . The reason is that the ramdisk.gz in the MontaVista 5.0 was created with only 6.9 MB to file system, and 5.9 MB of them are occupied (with main files and directories like /etc and /sbin). I have only 1 MB free to use. In a complex project (e.g.

Re: DM355 & DM6446 VPFE capture driver patch submitted for review

2009-03-16 Thread Hans Verkuil
On Monday 16 March 2009 20:10:27 Karicheri, Muralidharan wrote: > Hans, > > That was quick! > > Please see my response inline. > > >>>Yes, that's OK. What timeframe for the subdev conversion did you have > >>> in mind? Personally I would like to see v4l2-int-device removed for > >>> kernel 2.6.31.

DM355 UART2 problem

2009-03-16 Thread Hugo Villeneuve
Hi, I'm trying to use UART2 ont he DM355, but here is the error message I have when the kernel boots: ... Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled serial8250.0: ttyS0 at MMIO 0x1c2 (irq = 40) is a 16550A console [ttyS0] enabled serial8250.0: ttyS1 at MMIO 0x1c20400 (irq = 41)

RE: DM355 & DM6446 VPFE capture driver patch submitted for review

2009-03-16 Thread Karicheri, Muralidharan
Hans, That was quick! Please see my response inline. >>> >>>Yes, that's OK. What timeframe for the subdev conversion did you have in >>>mind? Personally I would like to see v4l2-int-device removed for kernel >>>2.6.31. >>> [MK] Sorry to ask a question back. What is the timeframe when 2.6.31 is

Re: [PATCH 1/1] DaVinci: MMC: MMC/SD controller driver for DaVinci/DM6446.

2009-03-16 Thread David Brownell
On Monday 16 March 2009, Purushotam Kumar wrote: > From: Purshotam Kumar > > This patch adds support for DaVinci (DM6446) MMC/SD controller driver. This The dm6446 is the only chip with current mainline support; but dm355 can use it too, "support on the way" to mainline. (Only for 2.6.30 if Kevi

Re: [PATCH 1/1] DaVinci: MMC: MMC/SD controller driver for DaVinci/DM6446.

2009-03-16 Thread Trilok Soni
Hi Purshotam, > + > + > +/* MMCSD Init clock in Hz in opendain mode */ s/opendain/opendrain > + > +static irqreturn_t mmc_davinci_irq(int irq, void *dev_id) > +{ > +       struct mmc_davinci_host *host = (struct mmc_davinci_host *)dev_id; Unnecessary casting from void *. > + > +       ret = -

Re: DM355 & DM6446 VPFE capture driver patch submitted for review

2009-03-16 Thread Hans Verkuil
On Monday 16 March 2009 17:55:29 Karicheri, Muralidharan wrote: > Hans, > > Thanks for taking some time to preview the patches and giving valuable > comments. > > I would like to know if you agree with the following :- > > tvp5146 is used on DM6446, DM355 and DM365 platforms and our drivers > needs

Re: [PATCH 1/9] ARM: DaVinci: ASoC: Adds ASoC driver support for TI DM646X EVM platform

2009-03-16 Thread David Brownell
On Monday 16 March 2009, Naresh Medisetty wrote: > @@ -43,14 +48,14 @@ static int evm_hw_params(struct snd_pcm_substream > *substream, > unsigned sysclk; >   > /* ASP1 on DM355 EVM is clocked by an external oscillator */ ... and on this DM646x EVM ... ? > -   if (machine_is_

Re: [PATCH 2/2] ARM: DaVinci: EDMA: Enable EDMA support for dm646x

2009-03-16 Thread David Brownell
On Monday 16 March 2009, Nori, Sekhar wrote: > > From: David Brownell > Sent: Monday, March 16, 2009 1:50 PM > > On Sunday 15 March 2009, nar...@ti.com wrote: > > > @@ -167,6 +175,8 @@ enum fifo_width { > > > enum dma_event_q { > > > EVENTQ_0 = 0, > > > EVENTQ_1 = 1, > > > +

RE: [PATCH 4/7] ccdc hw module and header file for DM6446

2009-03-16 Thread Karicheri, Muralidharan
David, Please also see my response to Hans where I have explained the name changes planned for the files. Murali Karicheri Software Design Engineer Texas Instruments Inc. Germantown, MD 20874 Phone : 301-515-3736 email: m-kariche...@ti.com >>>-Original Message- >>>From: Karicheri, Mural

RE: DM355 & DM6446 VPFE capture driver patch submitted for review

2009-03-16 Thread Karicheri, Muralidharan
Hans, Thanks for taking some time to preview the patches and giving valuable comments. I would like to know if you agree with the following :- tvp5146 is used on DM6446, DM355 and DM365 platforms and our drivers needs to work with the driver tvp514x available in open source. However tvp514x d

RE: [DaVinci OpenSource CCB] Re: [PATCH 6/7] platform-related-updates for vpfe capture driver on DM6446

2009-03-16 Thread Karicheri, Muralidharan
Hi, So I will keep the code as is. I2C_BOARD_INFO("tvp5146", TVP5146_I2C_ADDR) Regards, Murali Karicheri Software Design Engineer Texas Instruments Inc. Germantown, MD 20874 Phone : 301-515-3736 email: m-kariche...@ti.com >>>-Original Message- >>>From: David Brownell [mailto:davi...@pac

RE: [PATCH 4/7] ccdc hw module and header file for DM6446

2009-03-16 Thread Karicheri, Muralidharan
David, Thanks. Agreed. I will change in the next patch set. Murali Karicheri Software Design Engineer Texas Instruments Inc. Germantown, MD 20874 Phone : 301-515-3736 email: m-kariche...@ti.com >>>-Original Message- >>>From: David Brownell [mailto:davi...@pacbell.net] >>>Sent: Saturday,

RE: [PATCH 1/7] VPFE capture driver for DM355 and DM6446

2009-03-16 Thread Karicheri, Muralidharan
Laurent Pinchart, Ok. thanks. I will keep this open for review for this week. Let me know if you think you need more time. Murali Karicheri Software Design Engineer Texas Instruments Inc. Germantown, MD 20874 Phone : 301-515-3736 email: m-kariche...@ti.com >>>-Original Message- >>>From:

RE: DM355 AEW statistic value makes confusing....

2009-03-16 Thread Bill Pu
Here is AEW sample, you can download for free to try.   Regards Bill Pu 47061 Warm Springs Blvd Fremont, CA 94539 Fax: (510) 489-8352 Email: bi...@leopardimaging.com www.leopardimaging.com     Original Message Subject: DM355 AEW statistic value makes confusingFrom: Sz Lian Yu

[PATCH 1/1] DaVinci: MMC: MMC/SD controller driver for DaVinci/DM6446.

2009-03-16 Thread Purushotam Kumar
From: Purshotam Kumar This patch adds support for DaVinci (DM6446) MMC/SD controller driver. This patch has been generated against latest 2.6.29 mainline kernel. This patch will not compile currently because it depends notably on the EDMA utilities and chip/board setup, that will come at some po

Re: Time of resize

2009-03-16 Thread Gopal Sukumar
Hi, I understand that it depends on Image size, Resizing factor, etc. Does any of you have data regarding the Resize-time? Thank you. By the way, I am working on DM6446. Thanks, Gopal Sukumar. Vladimir Pantelic wrote: Gopal Sukumar wrote: Hi all, Does anybody know or have statistics of t

Re: Time of resize

2009-03-16 Thread Vladimir Pantelic
Gopal Sukumar wrote: Hi all, Does anybody know or have statistics of the time that Resizer takes for resizing a YUYV 422 frame? yes, it depends ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com http://linux.d

Time of resize

2009-03-16 Thread Gopal Sukumar
Hi all, Does anybody know or have statistics of the time that Resizer takes for resizing a YUYV 422 frame? Thanks, Gopal Sukumar. http://www.mindtree.com/email/disclaimer.html ___ Davinci-linux-open-source mailing lis

[PATCH 9/9] ARM: DaVinci: ASoC: Adds build support for DM646X audio driver

2009-03-16 Thread Naresh Medisetty
Adds build support for DM646X audio driver Signed-off-by: Naresh Medisetty --- This patch applies on the ASoC tree available at http://opensource.wolfsonmicro.com/cgi-bin/gitweb.cgi?p=linux-2.6-asoc.git;a=commit;h=168776ef58d38503f8ac4f8a7eb1039137208032. sound/soc/codecs/Kconfig |3 +++

[PATCH 8/9] ARM: DaVinci: ASoC: Adds header file for DM646X DIT/DIR driver

2009-03-16 Thread Naresh Medisetty
Adds header file for DM646X DIT/DIR driver Signed-off-by: Naresh Medisetty --- This patch applies on the ASoC tree available at http://opensource.wolfsonmicro.com/cgi-bin/gitweb.cgi?p=linux-2.6-asoc.git;a=commit;h=168776ef58d38503f8ac4f8a7eb1039137208032. sound/soc/codecs/codec_stubs.h | 23

[PATCH 7/9] ARM: DaVinci: ASoC: Adds ALSA SoC DIT/DIR driver support for DM646X

2009-03-16 Thread Naresh Medisetty
Adds ALSA SoC DIT/DIR driver support for DM646X Signed-off-by: Naresh Medisetty --- This patch applies on the ASoC tree available at http://opensource.wolfsonmicro.com/cgi-bin/gitweb.cgi?p=linux-2.6-asoc.git;a=commit;h=168776ef58d38503f8ac4f8a7eb1039137208032. sound/soc/codecs/codec_stubs.c |

[PATCH 5/9] ARM: DaVinci: ASoC: Adds Audio Serial Port support for TI DM646X processor

2009-03-16 Thread Naresh Medisetty
Adds Audio Serial Port support for TI DM646X processor Signed-off-by: Naresh Medisetty --- This patch applies to the DaVinci git tree available at http://git.kernel.org/?p=linux/kernel/git/khilman/linux-davinci.git;a=commit;h=486afa37130356662213cc1a2199a285b4fd72af. arch/arm/mach-davinci/incl

[PATCH 6/9] ARM: DaVinci: ASoC: Adds McASP clock support for TI DM646X processor

2009-03-16 Thread Naresh Medisetty
Adds McASP clock support for TI DM646X processor Signed-off-by: Naresh Medisetty --- This patch applies to the DaVinci git tree available at http://git.kernel.org/?p=linux/kernel/git/khilman/linux-davinci.git;a=commit;h=486afa37130356662213cc1a2199a285b4fd72af. arch/arm/mach-davinci/dm646x.c |

[PATCH 4/9] ARM: DaVinci: ASoC: Adds ALSA PCM interface for the TI DM646X processor

2009-03-16 Thread Naresh Medisetty
Adds ALSA PCM interface for the TI DM646X processor Signed-off-by: Naresh Medisetty --- This patch applies on the ASoC tree available at http://opensource.wolfsonmicro.com/cgi-bin/gitweb.cgi?p=linux-2.6-asoc.git;a=commit;h=168776ef58d38503f8ac4f8a7eb1039137208032. sound/soc/davinci/davinci-pcm

[PATCH 2/9] ARM: DaVinci: ASoC: Adds ALSA SoC McASP Audio Layer for TI DM646X processor

2009-03-16 Thread Naresh Medisetty
Adds ALSA SoC McASP Audio Layer for TI DM646X processor. Signed-off-by: Naresh Medisetty --- This patch applies on the ASoC tree available at http://opensource.wolfsonmicro.com/cgi-bin/gitweb.cgi?p=linux-2.6-asoc.git;a=commit;h=168776ef58d38503f8ac4f8a7eb1039137208032. sound/soc/davinci/davinc

[PATCH 3/9] ARM: DaVinci: ASoC: Adds header file for McASP Audio Layer for TI DM646X processor

2009-03-16 Thread Naresh Medisetty
Adds header file for McASP Audio Layer for TI DM646X processor Signed-off-by: Naresh Medisetty --- This patch applies on the ASoC tree available at http://opensource.wolfsonmicro.com/cgi-bin/gitweb.cgi?p=linux-2.6-asoc.git;a=commit;h=168776ef58d38503f8ac4f8a7eb1039137208032. sound/soc/davinci/

[PATCH 1/9] ARM: DaVinci: ASoC: Adds ASoC driver support for TI DM646X EVM platform

2009-03-16 Thread Naresh Medisetty
Adds ASoC driver support for TI DM646X EVM platform Signed-off-by: Naresh Medisetty --- This patch applies to the DaVinci git tree available at http://git.kernel.org/?p=linux/kernel/git/khilman/linux-davinci.git;a=commit;h=486afa37130356662213cc1a2199a285b4fd72af. sound/soc/davinci/davinci-evm

[PATCH 0/9] ARM: DaVinci: ASoC: Adds Audio support for TI DM646X

2009-03-16 Thread Naresh Medisetty
Adds Audio support for TI DM646X EVM platform Signed-off-by: Naresh Medisetty --- This patch set adds audio support for DM646x This series is dependant on the following 2 patches submitted to the DaVinci git: [PATCH 1/2] ARM: DaVinci: EDMA: Move queue to tc mapping to dm.c [PATCH 2/2] ARM: DaVi

CCDC driver module error: NACK detected

2009-03-16 Thread Ferhat OLGUN
Hi all, I have a DM355 EVM and trying to get the CCDC driver running and talking to a my ST6724 CMOS image sensor. I am executing the following commands to load the CCDC driver modules: -insmod tvp5146.ko -insmod mt9t001.ko -insmod davinci_capture.ko device_type=0 And the following errors appear

Re: Montavista Linux

2009-03-16 Thread Marcelo Guedes Silva
Hi everybody. I used LSP 2.0.0 and MontaVista 5.0 from the link had posted here. Everything worked fine with them. But this two CDs (SPRC592A and SPRC597C) are a mess. I couldn´t fount the ramdisk.gz file. In the MV 5.0/LSP 2.0.0 the process to get it was immediately. Thank very much to everybod

RE: [PATCH 2/2] ARM: DaVinci: EDMA: Enable EDMA support for dm646x

2009-03-16 Thread Nori, Sekhar
From: David Brownell Sent: Monday, March 16, 2009 1:50 PM > On Sunday 15 March 2009, nar...@ti.com wrote: > > @@ -167,6 +175,8 @@ enum fifo_width { > > enum dma_event_q { > > EVENTQ_0 = 0, > > EVENTQ_1 = 1, > > + EVENTQ_2 = 2, > > + EVENTQ_3 = 3, > > EVENTQ_DEF

DM355 AEW statistic value makes confusing....

2009-03-16 Thread Sz Lian Yu
No matter what value i change for the AEW configuration, the H3A's sample bayer pattern makes 1 byte shift occasionally. i.e., sample R and G exchange , sample B and G exchange sometimes. Does anyone find the same problem with me? and What should i do for that? __

Re: [PATCH 1/2] ARM: DaVinci: EDMA: Move queue to tc mapping to dm.c

2009-03-16 Thread David Brownell
This can't have been build-tested. On Sunday 15 March 2009, nar...@ti.com wrote: >  static struct edma_soc_info dm355_edma_info = { DM355 ... > .n_channel  = 64, > .n_region   = 4, > .n_slot = 128, > .n_tc   = 2, > .noevent

Re: [PATCH 2/2] ARM: DaVinci: EDMA: Enable EDMA support for dm646x

2009-03-16 Thread David Brownell
On Sunday 15 March 2009, nar...@ti.com wrote: > @@ -167,6 +175,8 @@ enum fifo_width { >  enum dma_event_q { > EVENTQ_0 = 0, > EVENTQ_1 = 1, > +   EVENTQ_2 = 2, > +   EVENTQ_3 = 3, > EVENTQ_DEFAULT = -1 >  }; >   It'd be good to get rid of that enum entirely ... just

Re: [PATCH 2/2] ARM: DaVinci: EDMA: Enable EDMA support for dm646x

2009-03-16 Thread David Brownell
On Sunday 15 March 2009, nar...@ti.com wrote: > @@ -427,6 +441,20 @@ static irqreturn_t dma_tc1err_handler(int irq, void > *data) > return IRQ_HANDLED; >  } >   > +/* dm646x specific */ > +static irqreturn_t dma_tc2err_handler(int irq, void *data) > +{ > +       dev_dbg(data, "dma_tc2err_h

[PATCH 2/2] ARM: DaVinci: EDMA: Enable EDMA support for dm646x

2009-03-16 Thread naresh
From: Naresh Medisetty Enables the module clock for EDMA channel controller and transfer controller. Maps channels to param sets which is specific to dm646x. Registers the error handlers for the transfer controllers (tc2 and tc3). Signed-off-by: Naresh Medisetty --- arch/arm/mach-davinci/dm646

[PATCH 1/2] ARM: DaVinci: EDMA: Move queue to tc mapping to dm.c

2009-03-16 Thread naresh
From: Naresh Medisetty Move queue to tc mapping and queue priority mappings to dm.c since the number of transfer controllers in dm646x is four and number of transfer controllers in dm644x/dm355 is two. Signed-off-by: Naresh Medisetty --- arch/arm/mach-davinci/dm355.c | 19 +++

[PATCH 0/2] ARM: DaVinci: EDMA: EDMA support for dm646x

2009-03-16 Thread naresh
From: Naresh Medisetty Adds EDMA support for dm646x Signed-off-by: Naresh Medisetty --- This patch set adds EDMA support for dm646x patch1: Move queue to tc mapping and queue priority mappings to dm.c since the number of transfer controllers in dm646x is four and number of tran