Re: saDisplay + DM6467 showing black an white image in SD Display

2009-08-12 Thread Deepika Makhija
Hi Vinayagam, I suppose that your customized MPEG-4 Decoder is xDAIS-xDM complaint, if yes than TI's application will run without any changes. I don't know much about codec interface for customized Codec's, however you can take reference of few doc's on net.

Re: saDisplay + DM6467 showing black an white image in SD Display

2009-08-12 Thread Vinayagam Mariappan
Hi, Our Codec is xDAIS-xDM Compliant so thats not trouble to get decoded data to Application. But we are doing some mistake on buffer assignment in compliant with VIDEC2. Please let me know, If you have some specific reference or sample for VIDEC2 Codec. Regards, Vinayagam M On Wed, Aug 12,

usb error

2009-08-12 Thread 黄守旺
Hello everybody ,where can i find a patch to solve the following errors when i insmod musb_hdrc.ko on DM6446 sb 1-1: khubd timed out on ep0in usb 1-1: device descriptor read/64, error -110 usb 1-1: khubd timed out on ep0in usb 1-1: device descriptor read/64, error -110 usb 1-1: new full speed

RE: [PATCH] davinci: Add platform support for da850/omap-l138 GLCD

2009-08-12 Thread Sudhakar Rajashekhara
On Tue, Aug 11, 2009 at 19:08:24, Nori, Sekhar wrote: Sudhakar, On Wed, Aug 12, 2009 at 03:28:02, Rajashekhara, Sudhakar wrote: This patch adds platform support for the graphic display (Sharp LK043T1DG01) found on DA850/OMAP-L138 based EVM. Signed-off-by: Sudhakar Rajashekhara

tiwlan wifi auto configuration

2009-08-12 Thread kirthika varadarajan
Hi, I am able to configure Wifi only from command line either for adhoc or Infrastructure I am eager to know how to configure Wireless LAN on System boot. Both ADHOC or Infrastructure. Writing those commands in script file doesnt work.I configured in tiwlan.ini also for adhoc but no change.

evm DM365 access to EEPROM and Keypad

2009-08-12 Thread Juraj Zopp
Hi, I found no documentation for accessing the eeprom on the evmdm365 - DM365. The device is /dev/mtd5. I would like to post application code for working with EEPROM: // - // write params to EEPROM #define EEPROM_FILE_NAME /dev/mtd5 //

Direct SPI access on dm365 / dm355 using SPIDEV

2009-08-12 Thread Juraj Zopp
Hi, Did someone successed to work with SPI from application? E.g. Use /dev/spi3 for controlling additional CPU from shell or with suggested spidev.c (linux/documentation/spi/spidev). I use: mv_linux-2.6.18_pro500 and dvsdk_2_10_00_17 Here are some threads about it, but no one is finished with

[PATCH v2] davinci: Add platform support for da850/omap-l138 GLCD

2009-08-12 Thread Sudhakar Rajashekhara
This patch adds platform support for the graphic display (Sharp LK043T1DG01) found on DA850/OMAP-L138 based EVM. Signed-off-by: Sudhakar Rajashekhara sudhakar@ti.com --- Since the previous version, following are the modifications: 1. Defined the macros for the LCD back light and LCD power

[PATCH v2] davinci: Add NOR flash support for da850/omap-l138

2009-08-12 Thread Sudhakar Rajashekhara
This patch adds platform data for the 8MB NOR flash found on da850/omap-l138 EVM. Both NOR and NAND can co-exist on da850/omap-l138 as they are using different chip selects. Signed-off-by: Sudhakar Rajashekhara sudhakar@ti.com --- Since the previous version, EMA_BA_0 pin has been removed

[PATCH v2] davinci: Add MMC/SD support for da850/omap-l138

2009-08-12 Thread Sudhakar Rajashekhara
There are two instances of MMC/SD on da850/omap-l138. Connector for the first instance is available on the EVM. This patch adds support for this instance. This patch also adds support for card detect and write protect switches on da850/omap-l138 EVM. Signed-off-by: Sudhakar Rajashekhara

[PATCH v2] davinci: Add NAND flash support for DA850/OMAP-L138

2009-08-12 Thread Sudhakar Rajashekhara
This patch adds platform data for the 512MB NAND Flash found on DA850/OMAP-L138 EVM. Currently it supports only 1-bit ECC. Signed-off-by: Sudhakar Rajashekhara sudhakar@ti.com --- No changes from the previous version, except that the patch has been modified to apply on master branch. This

Re: tiwlan wifi auto configuration

2009-08-12 Thread omkar savagaonkar
In which script u added commands ? It is possible to to this with init script (rcS). --- On Wed, 12/8/09, kirthika varadarajan kirthikai...@gmail.com wrote: From: kirthika varadarajan kirthikai...@gmail.com Subject: tiwlan wifi auto configuration To: omkar savagaonkar omkar...@yahoo.co.in,

Re: [PATCH v5] davinci: fb: Frame Buffer driver for TI DA8xx/OMAP-L1xx

2009-08-12 Thread Kevin Hilman
Sudhakar Rajashekhara sudhakar@ti.com writes: On Tue, Aug 11, 2009 at 05:04:43, Kevin Hilman wrote: [ distribution trimmed to Davinci only. ] Sudhakar Rajashekhara sudhakar@ti.com writes: Adds LCD controller (LCDC) driver for TI's DA8xx/OMAP-L1xx architecture. LCDC

Re: [PATCH] davinci: Correct the number of GPIO pins for da850/omap-l138

2009-08-12 Thread Kevin Hilman
Sudhakar Rajashekhara sudhakar@ti.com writes: DA850/OMAP-L138 has 144 pins configurable as GPIO, but currently this has been configured as 128. This patch corrects it. Also, this patch adds the base address for GPIO pins greater than 128. Signed-off-by: Sudhakar Rajashekhara

Re: [PATCH v2] davinci: Configure MDIO pins for EMAC

2009-08-12 Thread Kevin Hilman
Sudhakar Rajashekhara sudhakar@ti.com writes: Earlier patch which adds EMAC support for da850/omap-l138 was not configuring the MDIO pins. Ethernet was working fine with the earlier patch, because the MDIO pins were configured from the boot loader. This patch removes that dependency.

Re: [PATCH v2] davinci: Add platform support for da850/omap-l138 GLCD

2009-08-12 Thread Kevin Hilman
Sudhakar Rajashekhara sudhakar@ti.com writes: This patch adds platform support for the graphic display (Sharp LK043T1DG01) found on DA850/OMAP-L138 based EVM. Signed-off-by: Sudhakar Rajashekhara sudhakar@ti.com --- Since the previous version, following are the modifications: 1.

Re: [PATCH v2] davinci: Add MMC/SD support for da850/omap-l138

2009-08-12 Thread Kevin Hilman
Sudhakar Rajashekhara sudhakar@ti.com writes: There are two instances of MMC/SD on da850/omap-l138. Connector for the first instance is available on the EVM. This patch adds support for this instance. This patch also adds support for card detect and write protect switches on

Re: [PATCH v2] davinci: Add NOR flash support for da850/omap-l138

2009-08-12 Thread Kevin Hilman
Sudhakar Rajashekhara sudhakar@ti.com writes: This patch adds platform data for the 8MB NOR flash found on da850/omap-l138 EVM. Both NOR and NAND can co-exist on da850/omap-l138 as they are using different chip selects. Signed-off-by: Sudhakar Rajashekhara sudhakar@ti.com ---

Re: [PATCH v2] ARM: DaVinci: Audio support for DA830 EVM

2009-08-12 Thread Kevin Hilman
Chaithrika U S chaithr...@ti.com writes: Define resources for McASP1 used on DA830/OMAP-L137 EVM, add platform device defintion, initialization function. Additionally, this patch also adds version and FIFO related members to platform data structure. Signed-off-by: Chaithrika U S

Re: [alsa-devel] [PATCH] ARM: DaVinci: Audio support for DA850/OMAP-L138 EVM

2009-08-12 Thread Kevin Hilman
Chaithrika U S chaithr...@ti.com writes: Define resources for McASP used on DA850/OMAP-L138 EVM, add platform device defintion and Pin Mux configurations. Signed-off-by: Chaithrika U S chaithr...@ti.com --- Applies on DaVinci GIT tree. This patch is dependent on the following patch which I

RE: [PATCH v0 1/5] DaVinci - re-structuring code to support vpif capture driver

2009-08-12 Thread Karicheri, Muralidharan
Kevin, Thanks for reviewing this. See below for my response. Murali Karicheri Software Design Engineer Texas Instruments Inc. Germantown, MD 20874 email: m-kariche...@ti.com snip #define VIDCH2CLK (BIT(10)) #define VIDCH3CLK (BIT(11)) +#define VIDCH1CLK

RE: [PATCH v0 4/5] V4L: vpif_capture driver for DM6467

2009-08-12 Thread Karicheri, Muralidharan
Hans, Thanks for reviewing this. I have some questions though against your comments. Please see below for details.. Murali Karicheri Software Design Engineer Texas Instruments Inc. Germantown, MD 20874 email: m-kariche...@ti.com First of all I've reviewed the other patches in this series and

Re: [PATCH v0 4/5] V4L: vpif_capture driver for DM6467

2009-08-12 Thread Hans Verkuil
On Wednesday 12 August 2009 22:31:11 Karicheri, Muralidharan wrote: Hans, Thanks for reviewing this. I have some questions though against your comments. Please see below for details.. Murali Karicheri Software Design Engineer Texas Instruments Inc. Germantown, MD 20874 email: