Trouble building demos for dvsdk 2.10.00.

2009-06-26 Thread Jean-Philippe François
I am trying to build the encode demos from the beta dvsdk for dm365 evm, and it fails with the following message : cl470MV package/cfg/encode_x470MV.c ... In file included from package/cfg/encode_x470MV.c:280: /home/cynove/src/ARM/davinci/dvsdk_2_10_00_13/framework_components_2_23/packages/ti/sdo

RE: Trouble building demos for dvsdk 2.10.00.

2009-06-26 Thread JayaKumar, PremKumar
Is the EDMA3_LLD_INSTALL_DIR variable in the Rules.make set to the right path where the edma3_lld_xx package is installed? If not, please try building the demos after setting it. Regards, Prem -Original Message- From: davinci-linux-open-source-boun...@linux.davincidsp.com [mailto:davi

Re: Trouble building demos for dvsdk 2.10.00.

2009-06-26 Thread Jean-Philippe François
JayaKumar, PremKumar a écrit : Is the EDMA3_LLD_INSTALL_DIR variable in the Rules.make set to the right path where the edma3_lld_xx package is installed? If not, please try building the demos after setting it. Regards, Prem Thank you for your answer. I think the path is ok : # Where the EDM

Re: Trouble building demos for dvsdk 2.10.00.

2009-06-26 Thread Jean-Philippe François
Update : If I apply the following patch, dmai builds correctly. Index: dvsdk_2_10_00_13/dmai_1_21_00_06/packages/ti/sdo/dmai/apps/fc_common.cfg === --- dvsdk_2_10_00_13.orig/dmai_1_21_00_06/packages/ti/sdo/dmai/apps/fc_common.cfg

about DeepSleep on DM355

2009-06-26 Thread Jeff
Hi Deepaks, Have you gotten success in entering/exit from deep sleep mode on DM355? How to execute the assembly code Sleep.S? Please help. Thanks, Jeff ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com ht

RE: about DeepSleep on DM355

2009-06-26 Thread Deepak Shankar-TLS,Chennai.
Hi Jeff, We are able to take the system into deep sleep but not fully - Here is a link already sent to the community based on which we were working. Just that we had some customization based on our target. I think it should help http://www.mail-archive.com/davinci-linux-open-source@linux.davinci

Re: [PATCH 0/11 - v3] ARM: DaVinci: Video: DM355/DM6446 VPFE Capture driver

2009-06-26 Thread Yusuf Caglar AKYUZ
Denys Dmytriyenko wrote: > On Fri, Jun 26, 2009 at 12:46:31AM +0300, Yusuf Caglar AKYUZ wrote: >> Karicheri, Muralidharan wrote: >>> We have been using the arago git tree and I don't see any of the issues >>> that you are seeing. Could you use arago tree and Let me know if you see >>> the same is

Initialization of MT9P031 and front end in LSP2.10

2009-06-26 Thread Ondrej Pindroch
Hi I wrote some question fee days ago. Now I have managed to open capture device. It was my fault. Now it seems that capture device is initialized, but it crash without any error message. I have compared resizer and previewer initialization and V4L2 initialization with examples. It should be o

RE: Trouble building demos for dvsdk 2.10.00.

2009-06-26 Thread Saran, Sajesh Kumar
Hi, Please try attached fc_common.cfg. This is from dvsdk_2_10_00_16, it works fine. I believe build 13 has missing ADDRSPACE module in cfg file. I believe this image is UYVY, but the application defaults to 422P chroma format. You can try "--iColorSpace 3". Without this option, I did not get a

Re: Trouble building demos for dvsdk 2.10.00.

2009-06-26 Thread Jean-Philippe François
Saran, Sajesh Kumar a écrit : Hi, Please try attached fc_common.cfg. This is from dvsdk_2_10_00_16, it works fine. I believe build 13 has missing ADDRSPACE module in cfg file. I believe this image is UYVY, but the application defaults to 422P chroma format. You can try "--iColorSpace 3". With

Re: [patch] remove ancient NAND_ECC_HWx_y symbols

2009-06-26 Thread Kevin Hilman
David Brownell writes: > From: David Brownell > > Remove some remnants of ancient NAND code that have been > lingering in the DaVinci tree ... so this tree is a closer > match to mainline. > > Signed-off-by: David Brownell Thanks, pushing today. Kevin

Re: [PATCH] Subject: [PATCH v3 1/4] ARM: DaVinci: DM646x Video: Platform and board specific setup

2009-06-26 Thread Hans Verkuil
On Monday 22 June 2009 10:14:30 chaithrika wrote: > Kevin, > > I think this patch has to be taken into DaVinci tree so that it > can be submitted upstream. This patch has to be present in the Linux > tree for Hans to prepare a pull request for DM646x display driver > patches. What are the plans

Re: [PATCH] Subject: [PATCH v3 1/4] ARM: DaVinci: DM646x Video: Platform and board specific setup

2009-06-26 Thread Kevin Hilman
Hans Verkuil writes: > On Monday 22 June 2009 10:14:30 chaithrika wrote: >> Kevin, >> >> I think this patch has to be taken into DaVinci tree so that it >> can be submitted upstream. This patch has to be present in the Linux >> tree for Hans to prepare a pull request for DM646x display driver

Re: [PATCH] Subject: [PATCH v3 1/4] ARM: DaVinci: DM646x Video: Platform and board specific setup

2009-06-26 Thread Kevin Hilman
Chaithrika U S writes: > 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. > > This patch is dependent on a patch submi

Re: [PATCH] Subject: [PATCH v3 1/4] ARM: DaVinci: DM646x Video: Platform and board specific setup

2009-06-26 Thread Kevin Hilman
Kevin Hilman writes: > Chaithrika U S writes: > >> 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. >> >> Thi

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

2009-06-26 Thread Kevin Hilman
Chaithrika U S writes: > 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. > > This patch is dependent on a patch submi

Re: [PATCH] Subject: [PATCH v3 1/4] ARM: DaVinci: DM646x Video: Platform and board specific setup

2009-06-26 Thread Hans Verkuil
On Friday 26 June 2009 20:25:42 Kevin Hilman wrote: > Hans Verkuil writes: > > > On Monday 22 June 2009 10:14:30 chaithrika wrote: > >> Kevin, > >> > >> I think this patch has to be taken into DaVinci tree so that it > >> can be submitted upstream. This patch has to be present in the Linux > >>

Re: [PATCH] DaVinci: DM365 Updating PINMUX Entries

2009-06-26 Thread Kevin Hilman
s-paul...@ti.com writes: > From: Sandeep Paulraj > > Patch updates DM365 PINMUX by adding entries for Video, SPI 1 - 4, > PWM 0 - 3. > > Signed-off-by: Sandeep Paulraj > --- [...] > +MUX_CFG(DM365, VOUT_FIELD, 1, 18,3,1, false) > +MUX_CFG(DM365, VOUT_FIELD_G81, 1,

RE: [PATCH] DaVinci: DM365 Updating PINMUX Entries

2009-06-26 Thread Paulraj, Sandeep
Kevin, I see the problem. I will have to send an update. I will need to create multiple entries for VIN_YIN_EN. Thanks, Sandeep > -Original Message- > From: Kevin Hilman [mailto:khil...@deeprootsystems.com] > Sent: Friday, June 26, 2009 3:03 PM > To: Paulraj, Sandeep > Cc: davinci-linux

overrun occuring in arecord for 2.6.30

2009-06-26 Thread Mani, Arun
Hi All, Anyone tried arecord in 2.6.30. I am constantly getting a overrun error which is blocking the capture. Thanks, Arun -Original Message- From: davinci-linux-open-source-boun...@linux.davincidsp.com [mailto:davinci-linux-open-source-boun...@linux.davincidsp.com] On Behalf Of Brian

[PATCH 1/3] REMOVE LEGACY CODE: sync drivers/usb/musb w/mainline

2009-06-26 Thread Kevin Hilman
Signed-off-by: Kevin Hilman --- drivers/usb/musb/davinci.c | 27 +-- 1 files changed, 1 insertions(+), 26 deletions(-) diff --git a/drivers/usb/musb/davinci.c b/drivers/usb/musb/davinci.c index edc165f..10d11ab 100644 --- a/drivers/usb/musb/davinci.c +++ b/drivers/usb/m

[PATCH 0/3] davinci MUSB: sync w/mainline

2009-06-26 Thread Kevin Hilman
This series drops all davinci git local diffs w/mainline (v2.6.30) and adds them back as patches that can be submitted upstream. The changelog on patch 2/3 comes from the original commit of davinci git, but clearly needs an update since lots of the stuff from original commit has already made its w

[PATCH 3/3] musb: davinci: update GPIO used for nVBUS_DRV on 6446 EVM

2009-06-26 Thread Kevin Hilman
Now that the pcf857x GPIO expanders are used for GPIOs on the dm644x EVM board code, the GPIO numbering has changed. Update the GPIO used for nVBUS_DRV. Longer term, we need a better abstraction of board-specific setup in this code so we're not hard-coding board specific GPIOs into the driver, bu

[PATCH 2/3] musb_hdrc updates for dm355

2009-06-26 Thread Kevin Hilman
From: David Brownell Update musb/davinci.c and Kconfig for the newish DM355 chips: - Support new controls: * PHY control bits for swapping D+/D- signals, OTG powerdown * DRVVBUS control bits - The DM355 EVM board swaps D+/D- for better signal integrity - Use clk_enable()/clk_disable()

Re: [patch davinci-git] davinci: dm365evm_keys driver

2009-06-26 Thread Kevin Hilman
David Brownell writes: > From: David Brownell > > Add basic driver for the MSP430 on the DM 365 EVM; it's used > only to report commands from an IR remote. (This assumes the > same remote used with other DaVinci EVM boards.) > > Signed-off-by: David Brownell Thanks, pushed. Kevin > --- > NO

Re: [patch davinci-git] davinci: dm365 gpio irq support

2009-06-26 Thread Kevin Hilman
David Brownell writes: > From: David Brownell > > Support DM365 GPIOs ... primarily by handling non-banked GPIO IRQs: > > - Flag DM365 chips as using non-banked GPIO interrupts, using a >new soc_info field. > > - Replace the gpio_to_irq() mapping logic. This now uses some >runtime inf

[PATCH 1/3 - v0] V4L: vpfe capture driver - adding support for camera capture

2009-06-26 Thread m-karicheri2
From: Muralidharan Karicheri Following updates to vpfe capture driver :- 1) Adding support for camera capture using mt9t031 driver (A patch for mt9t031 is already sent for review) 2) Use v4l2_i2c_new_subdev_board() for loading sub devices 3) Fixed a bug in s_inp

[PATCH 1/3 - v0] V4L: vpfe capture driver - adding support for camera capture

2009-06-26 Thread m-karicheri2
From: Muralidharan Karicheri Re-sending adding Hans to CC Following updates to vpfe capture driver :- 1) Adding support for camera capture using mt9t031 driver (A patch for mt9t031 is already sent for review) 2) Use v4l2_i2c_new_subdev_board() for loading sub devices

[PATCH 2/3 - v0] V4L: ccdc driver - adding support for camera capture

2009-06-26 Thread m-karicheri2
From: Muralidharan Karicheri Following updates to ccdc driver :- 1) Adding support for camera capture using mt9t031 2) Changed default resolution for ycbcr capture to NTSC to match with tvp514x driver. 3) Returns proper error code from ccdc_init (comments agains

[PATCH 3/3 - v0] davinci: platform changes to support vpfe camera capture

2009-06-26 Thread m-karicheri2
From: Muralidharan Karicheri Following are the changes:- 1) moved i2c board specific part to sub device configuration structure so that sub device can be loaded from vpfe capture using the new v4l2_i2c_new_subdev_board() api 2) adding mt9t031 sub device configurati

Re: [PATCH 0/11 - v3] ARM: DaVinci: Video: DM355/DM6446 VPFE Capture driver

2009-06-26 Thread Denys Dmytriyenko
On Fri, Jun 26, 2009 at 05:09:12PM +0300, Yusuf Caglar AKYUZ wrote: > Denys Dmytriyenko wrote: > > On Fri, Jun 26, 2009 at 12:46:31AM +0300, Yusuf Caglar AKYUZ wrote: > >> Karicheri, Muralidharan wrote: > >>> We have been using the arago git tree and I don't see any of the issues > >>> that you ar