Re: boot time optimization

2009-10-15 Thread Caglar Akyuz
On Thursday 15 October 2009 01:09:04 Steve Ressler wrote: Hi, Hi, Is your mail client sending html messages by default? I'm trying to get my boot time down under 2 seconds. I have followed the steps listed at http://wiki.davincidsp.com/index.php?title=All_This_For_1_Second_Boot and

Re: boot time optimization

2009-10-15 Thread Jean-Philippe François
Activate CONFIG_PRINTK_TIME kernel option, so that you can see a nice timing in front of all your printk. I don't know if it is available in MV 2.6.10 kernel, but it is in MV 2.6.18. Initial ramdisk initialisation can take some times too. Also consider that printk messages are printed when the

ADDing Support For 256MB on NAND

2009-10-15 Thread rohan tabish
we have made our own custom board DM6446 with 256MB but when the kernel boots up it is uanble to make the partions can anyone help me in resolving this issue.Here is my bootup msg Starting kernel ...         

[PATCH] DaVinci: MMC: Modify data types of EDMA related variables

2009-10-15 Thread Sudhakar Rajashekhara
From: Sudhakar Rajashekhara sudhakar@ti.com Currently DaVinci EDMA driver supports multiple EDMA channel controller instances. edma_alloc_channel() api returns a 32 bit value which has the channel controller number in MSB and the EDMA channel number in LSB. The variables which store the

Re: [PATCH] DaVinci: remove unneeded #include's

2009-10-15 Thread Kevin Hilman
Nori, Sekhar nsek...@ti.com writes: On Fri, Oct 09, 2009 at 00:58:30, Kevin Hilman wrote: Sergei Shtylyov sshtyl...@ru.mvista.com writes: There have accumulated quite a lot of them after the code reorganizations... In several cases I had to replace #include linux/dma-mapping.h which

[PATCH 0/6 v5] Support for TVP7002 in DM365

2009-10-15 Thread Santiago Nunez-Corrales
This series of patches provide support for the TVP7002 decoder in DM365. Support includes: * Inclusion of the chip in v4l2 definitions * Definition in board specific data structures * Linking within the VPFE architecture * Definition of TVP7002 specific data structures * Kconfig and Makefile

[PATCH 3/6 v5] Support for TVP7002 in VPFE

2009-10-15 Thread santiago.nunez
From: Santiago Nunez-Corrales santiago.nu...@ridgerun.com This patch adds support for TVP7002 in the DM365 VPFE inteface. Added video modes. Signed-off-by: Santiago Nunez-Corrales santiago.nu...@ridgerun.com --- drivers/media/video/davinci/vpfe_capture.c |9 + 1 files changed, 9

[PATCH 1/6 v5] Support for TVP7002 in v4l2 definitions

2009-10-15 Thread santiago.nunez
From: Santiago Nunez-Corrales santiago.nu...@ridgerun.com This patch provides required chip identification definitions within v4l2. Removed HD and control defines. Signed-off-by: Santiago Nunez-Corrales santiago.nu...@ridgerun.com --- include/media/v4l2-chip-ident.h |6 ++ 1 files

[PATCH 6/6 v5] Menu support for TVP7002 in DM365

2009-10-15 Thread santiago.nunez
From: Santiago Nunez-Corrales santiago.nu...@ridgerun.com This patch provides menu configuration options for the TVP7002 decoder driver in DM365. Signed-off-by: Santiago Nunez-Corrales santiago.nu...@ridgerun.com --- drivers/media/video/Kconfig | 32

[PATCH 2/6 v5] Support for TVP7002 in dm365 board

2009-10-15 Thread santiago.nunez
From: Santiago Nunez-Corrales santiago.nu...@ridgerun.com This patch provides support for TVP7002 in architecture definitions within DM365. Signed-off-by: Santiago Nunez-Corrales santiago.nu...@ridgerun.com --- arch/arm/mach-davinci/board-dm365-evm.c | 170 ++- 1

[PATCH 4/6 v5] Definitions for TVP7002 in DM365

2009-10-15 Thread santiago.nunez
From: Santiago Nunez-Corrales santiago.nu...@ridgerun.com This patch provides the required definitions for the TVP7002 driver in DM365. Signed-off-by: Santiago Nunez-Corrales santiago.nu...@ridgerun.com --- drivers/media/video/tvp7002_reg.h | 150 +

[PATCH 5/6 v5] TVP7002 driver for DM365

2009-10-15 Thread santiago.nunez
From: Santiago Nunez-Corrales santiago.nu...@ridgerun.com This patch provides the implementation of the TVP7002 decoder driver for DM365. Signed-off-by: Santiago Nunez-Corrales santiago.nu...@ridgerun.com --- drivers/media/video/tvp7002.c | 1585 + 1

Re: [PATCH 1/2] davinci: DA830/OMAP-L137 EVM: fix warning with default config

2009-10-15 Thread Kevin Hilman
Sekhar Nori nsek...@ti.com writes: This patch fixes the following warning seen when building with default config: arch/arm/mach-davinci/board-da830-evm.c:371: warning: 'da830_evm_devices' defined but not used Tested on DA830 EVM with and without CONFIG_DA830_UI_NAND enabled.

Re: [PATCH 2/2] davinci: DA830/OMAP-L137 EVM: remove ifdefs inside da830_evm_init()

2009-10-15 Thread Kevin Hilman
Sekhar Nori nsek...@ti.com writes: Remove ifdefs inside da830_evm_init function since they are discouraged in Documentation/SubmittingPatches section 2.2 Use the method outlined in that document for fixing it. Tested on DA830 EVM. Signed-off-by: Sekhar Nori nsek...@ti.com Thanks, pushing

Re: [PATCH v2 1/2] davinci: DA830/OMAP-L137 EVM: use runtime detection for UI card

2009-10-15 Thread Kevin Hilman
Sekhar Nori nsek...@ti.com writes: This patch supports runtime detection of DA830 UI card and eliminates the need for DA830_UI config option. Successful probe of GPIO expander present on the UI card is used to detect its presence. For this reason, GPIO_PCF857X is auto- selected when DA830

[PATCH Ver 1.0 0/7] Re-structure of Davinci USB configuration infrastructure.

2009-10-15 Thread Swaminathan S
This patch series re-structures DaVinci USB initialization and configuration infrastructure. In DaVinci devices both VBUS control and PHY modules reside external to MUSB module and their implementation is device dependant. VBUS and PHY control implementation has been moved to board, platform

[PATCH Ver 1.0 2/7] Subscribes for USB resources for TI DM644x EVM platform.

2009-10-15 Thread Swaminathan S
This patch implements the support for USB VBUS, PHY control, DM644x USB memory maps, IRQ, USB Mode. It initializes for a single instance of MUSB controller. Signed-off-by: Swaminathan S swami.i...@ti.com --- arch/arm/mach-davinci/board-dm644x-evm.c| 46 +-

[PATCH Ver 1.0 3/7] Subscribes for USB resources for TI-DM646x EVM

2009-10-15 Thread Swaminathan S
This patch implments the support for USB VBUS, PHY control, DM646x USB memory map, IRQ, USB Mode. It initializes for a single instance of MUSB controller. Signed-off-by: Ravi B ravib...@ti.com --- arch/arm/mach-davinci/board-dm646x-evm.c| 72 +

[PATCH Ver 1.0 1/7] Re-structure of Davinci USB platform implementation.

2009-10-15 Thread Swaminathan S
This patch implements the generic DaVinci platform USB configuration infrastructure. Re-structure's usb.c to subscribe for plaform resources for the configured instances of controller. Adds phy_config data member in musb.h to enable generic conrol of platform specific USB PHY functionality.

[PATCH Ver 1.0 6/7] Updating the Leopard board USB config for DM355 Platform.

2009-10-15 Thread Swaminathan S
Updating the Leopard board USB configuration to align with new DaVinci USB platform infrastructure. Signed-off-by: Swaminathan S swami.i...@ti.com --- arch/arm/mach-davinci/board-dm355-leopard.c | 18 +- 1 files changed, 17 insertions(+), 1 deletions(-) diff --git

Re: [PATCH] davinci: MMC: add cpufreq support

2009-10-15 Thread Kevin Hilman
Chaithrika U S chaithr...@ti.com writes: Add cpufreq support to MMC driver. The clock dividervalue has to be modified according to the controller input frequency. Signed-off-by: Chaithrika U S chaithr...@ti.com --- This patch applies to DaVinci GIT tree as the driver is not yet present in

[PATCH Ver 1.0 5/7] DM355 USB updates for new DaVinci platform USB infrastructure.

2009-10-15 Thread Swaminathan S
Updating the DM355 USB platform implementation to subscribe to the new DaVinci USB infrastructure. Signed-off-by: Swaminathan S swami.i...@ti.com --- arch/arm/mach-davinci/board-dm355-evm.c| 28 ++- arch/arm/mach-davinci/dm355.c | 75

[PATCH Ver 1.0 7/7] Re-structure of davinci platform support.

2009-10-15 Thread Swaminathan S
This patch re-structures davinci.c file to use the USB VBUS, PHY controls from platform specific implementation. All DaVinci related platform dependancies w.r.t USB VBUS, PHY controls have been moved out of this file into arch/arm/ mach-davinci paltform specific implementation. Signed-off-by:

[PATCH Ver 1.0 4/7] Updating the SFFSDR board USB config for DM644x platform.

2009-10-15 Thread Swaminathan S
Updating the SFFSDR board USB configuration to aling with the new DaVinci USB configuration infrastructure. Based on current implementation initialize the MUSB config to support Peripheral mode alone configuration. Signed-off-by: Swaminathan S swami.i...@ti.com ---

Re: [PATCH] davinci: DA850/OMAP-L138: Set ASYNC3 domain flag for McASP

2009-10-15 Thread Kevin Hilman
Chaithrika U S chaithr...@ti.com writes: In the McASP clock definition add a flag to indicate that the peripheral clock belongs to ASYNC3 clock domain. Signed-off-by: Chaithrika U S chaithr...@ti.com Thanks, pushing today, and queuing in for-next. Kevin --- arch/arm/mach-davinci/da850.c

Re: Where to get RTSC Codec Package Wizard and RTSC Server Package Wizard ???

2009-10-15 Thread siegbert.baude
Hi Kevin, 2009/10/10 liukun.kevin liukun.ke...@gmail.com: Who can tell me where to get RTSC Codec Package Wizard and RTSC Server Package Wizard ? I have a 1.10 dvevm and a 1.20 dvevm. Neither of them has the ceutils. And I cannot open the address

Re: [PATCH 1/6 v5] Support for TVP7002 in v4l2 definitions

2009-10-15 Thread Hans Verkuil
On Thursday 15 October 2009 16:42:52 santiago.nu...@ridgerun.com wrote: From: Santiago Nunez-Corrales santiago.nu...@ridgerun.com This patch provides required chip identification definitions within v4l2. Removed HD and control defines. Signed-off-by: Santiago Nunez-Corrales

[PATCH 6/6 v5] Menu support for TVP7002 in DM365

2009-10-15 Thread santiago.nunez
From: Santiago Nunez-Corrales santiago.nu...@ridgerun.com This patch provides menu configuration options for the TVP7002 decoder driver in DM365. Signed-off-by: Santiago Nunez-Corrales santiago.nu...@ridgerun.com --- drivers/media/video/Kconfig | 32

[PATCH 1/6] Support for TVP7002 in v4l2 definitions

2009-10-15 Thread santiago.nunez
From: Santiago Nunez-Corrales santiago.nu...@ridgerun.com This patch provides required chip identification definitions within v4l2. Changed order of THS7353. Signed-off-by: Santiago Nunez-Corrales santiago.nu...@ridgerun.com --- include/media/v4l2-chip-ident.h |9 + 1 files changed,

Re: [PATCH 5/6 v5] TVP7002 driver for DM365

2009-10-15 Thread Hans Verkuil
On Thursday 15 October 2009 16:43:54 santiago.nu...@ridgerun.com wrote: From: Santiago Nunez-Corrales santiago.nu...@ridgerun.com This patch provides the implementation of the TVP7002 decoder driver for DM365. Signed-off-by: Santiago Nunez-Corrales santiago.nu...@ridgerun.com ---

RE: DM6467: Loading and starting DSP server failed

2009-10-15 Thread Uppal, Deepali
Jayakrishnan, Please check this: http://wiki.davincidsp.com/index.php/Troubleshooting_DSPLink_configuration_issues#Problem:_PROC_attach_failed_with_DSP_EALREADYCONNECTED_error Thanks and Regards, Deepali Uppal DSP/BIOS Link Platform Support Products -Original Message- From:

Re: [PATCH Ver 1.0 0/7] Re-structure of Davinci USB configuration infrastructure.

2009-10-15 Thread Kevin Hilman
Swaminathan S swami.i...@ti.com writes: This patch series re-structures DaVinci USB initialization and configuration infrastructure. In DaVinci devices both VBUS control and PHY modules reside external to MUSB module and their implementation is device dependant. Hi Swami, What tree does

Re: [PATCH Ver 1.0 2/7] Subscribes for USB resources for TI DM644x EVM platform.

2009-10-15 Thread Kevin Hilman
Swaminathan S swami.i...@ti.com writes: This patch implements the support for USB VBUS, PHY control, DM644x USB memory maps, IRQ, USB Mode. It initializes for a single instance of MUSB controller. Signed-off-by: Swaminathan S swami.i...@ti.com A couple minor comments below... ---

Re: [PATCH 2/6 v5] Support for TVP7002 in dm365 board

2009-10-15 Thread Kevin Hilman
santiago.nu...@ridgerun.com writes: From: Santiago Nunez-Corrales santiago.nu...@ridgerun.com This patch provides support for TVP7002 in architecture definitions within DM365. Signed-off-by: Santiago Nunez-Corrales santiago.nu...@ridgerun.com --- arch/arm/mach-davinci/board-dm365-evm.c |

Re: [PATCH v2 1/4] davinci: dm646x: Add PCI clock info and mux setup

2009-10-15 Thread Kevin Hilman
Hemant Pedanekar hema...@ti.com writes: Note that configuration option CONFIG_DAVINCI_RESET_CLOCKS should _not_ be selected if kernel is being built for DM646x PCI target. Slecting this option will disable the PCI PSC during kernel boot, thus preventing any access to PCI backend configuration

Wee-chang Liew is out of the office.

2009-10-15 Thread Wee-chang.Liew
I will be out of the office starting 16-10-2009 and will not return until 17-10-2009. I will respond to your message when I return. __ This email has been scanned by the MessageLabs Email Security System. For more information

Re: [PATCH v2 2/4] davinci: dm646x: Add PCI host controller driver

2009-10-15 Thread Kevin Hilman
Hemant Pedanekar hema...@ti.com writes: The driver code is organized in two parts, DM646x specific part and 'generic' part which could be easily adopted on other platform/SoCs having same PCI core as in DM6467. First of all, sorry for the *huge* delay in reviewing this series. It's been 2

RED is not enough for DM365 output???

2009-10-15 Thread Sz Lian Yu
I would like to ask if DM365's Red Color output is not perform so well? There are 2 ISPs to compare. 1 is DM365 , 2 is made by FPGA. They connect to the same input (lens and sensor) , the same output (TV). And of course , parameter setup is the same. ( Sensor: same analog gain , shutter ,

Re: [PATCH v2 3/4] davinci: dm646x-evm: Setup for PCI host mode operation

2009-10-15 Thread Kevin Hilman
Hemant Pedanekar hema...@ti.com writes: Performs pinmux and gpio handling for switching to PCI mode on EVMs with workaround as described on http://wiki.davincidsp.com/index.php/Pinmux_Switching_from_NAND_to_PCI. Skips setting pinmux if already set (e.g., by hardware). Signed-off-by: Hemant

Re: [PATCH v2 4/4] davinci: dm646x: Makefile/Kconfig updates to add support for PCI host

2009-10-15 Thread Kevin Hilman
Hemant Pedanekar hema...@ti.com writes: [...] --- a/arch/arm/mach-davinci/Makefile +++ b/arch/arm/mach-davinci/Makefile @@ -8,6 +8,7 @@ obj-y := time.o clock.o serial.o io.o psc.o \ gpio.o dma.o usb.o common.o sram.o

Re: [PATCH v1 1/4] DM365 Platform support for VPFE

2009-10-15 Thread Kevin Hilman
neilsi...@ti.com writes: From: Neil Sikka neilsi...@ti.com This has platform and board setup changes to support the vpfe capture driver for DM365 EVMs. Reviewed-by: Muralidharan Karicheri m-kariche...@ti.com Mandatory-Reviewer: Hans Verkuil hverk...@xs4all.nl Mandatory-Reviewer: Kevin

I want to acquire VLYNQ protocol's specification

2009-10-15 Thread 임충권
Hello I want to make a device that communicates with davinci through VLYNQ but I don't really know how VLYNQ works, specially how the link is stablished. SPRUE36.pdf seems to have an incomplete VLYNQ protocol specification. Thanks, ___

RE: I want to acquire VLYNQ protocol's specification

2009-10-15 Thread Kamoolkar, Mugdha
A good reference code would be any 1.6x DSPLink release (you can look at the latest - 1.63: https://www-a.ti.com/downloads/sds_support/targetcontent/link/index.html) We support a connection between DRX416 ARM and DM6437 over VLYNQ in these versions. Regards, Mugdha -Original