[PATCH] davinci: Correct the GPIO number for LCD panel power

2009-09-04 Thread Sudhakar Rajashekhara
On the latest DA850/OMAP-L138 EVM (Beta) the GPIO pin number of LCD panel power has changed. This patch takes care of this change. Software will support only Beta versions of DA850/OMAP-L138 EVM. In the process, add the missing entry for data pin 0 in da850_lcdcntl_pins structure. Signed-off-by:

creating simple heloo world program on DM6446

2009-09-04 Thread rohan tabish
hye gyez i jst want to create a simple HELLO world appication for my Davinci using cross compiler ELDK have downloaded the u-boot source from git when in that source code there are examples of the u-boot.in those examples there is example of hello world also when i compile it i get binary and

Re: LCD display in DM6446

2009-09-04 Thread Viral Sachde
On Thu, Sep 3, 2009 at 6:47 PM, Vinayagam Mariappanvinayagamenm...@gmail.com wrote: Hi all,  We have TFT LCD of resolution 480X272  And spec says Hsync 17.28Khz and DCLK 9MKz and Vsync of 60Hz  I tried    dispc_reg_out(VENC_HSPLS,32);     dispc_reg_out(VENC_HSTART,41);    

Re: creating simple heloo world program on DM6446

2009-09-04 Thread Steve Chen
On Fri, 2009-09-04 at 10:24 +, rohan tabish wrote: hye gyez i jst want to create a simple HELLO world appication for my Davinci using cross compiler ELDK have downloaded the u-boot source from git when in that source code there are examples of the u-boot.in those examples there is example

[PATCH 1/3] davinci: Add MMC/SD support for DA830/OMAP-L137 EVM

2009-09-04 Thread Mark A. Greer
From: David A. Griego dgri...@mvista.com Add pinmux settings, etc. to enable the MMC/SC hardware. Signed-off-by: David A. Griego dgri...@mvista.com Signed-off-by: Mark A. Greer mgr...@mvista.com --- arch/arm/mach-davinci/board-da830-evm.c | 44 +++ 1 files changed,

[PATCH 2/2] ASoC: DaVinci: pcm, fix underrun by using sram

2009-09-04 Thread Troy Kisky
Fix underruns by using dma to copy 1st to sram in a ping/pong buffer style and then copying from the sram to the ASP. This also has the advantage of tolerating very long interrupt latency on dma completion. Signed-off-by: Troy Kisky troy.ki...@boundarydevices.com ---