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

2009-08-12 Thread Sudhakar Rajashekhara
On Wed, Aug 12, 2009 at 23:23:02, Kevin Hilman wrote: > Sudhakar Rajashekhara 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 c

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

2009-08-12 Thread Sudhakar Rajashekhara
On Wed, Aug 12, 2009 at 23:13:42, Kevin Hilman wrote: > Sudhakar Rajashekhara writes: > > > This patch adds platform support for the graphic display > > (Sharp LK043T1DG01) found on DA850/OMAP-L138 based EVM. > > > > Signed-off-by: Sudhakar Rajashekhara > > --- > > Since the previous version, f

[PATCH] davinci: Macro to convert GPIO signal to GPIO pin number

2009-08-12 Thread Sudhakar Rajashekhara
Adds a macro to convert the GPIO signal passed as bank number and signal to GPIO pin number. Signed-off-by: Sudhakar Rajashekhara --- arch/arm/mach-davinci/include/mach/gpio.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-davinci/include/mach/gpio.h b/

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:

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 t

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 >> >> #define VIDCH2CLK (BIT(10)) >> #define VIDCH3CLK (BIT(11)) >> +#define VIDCH1CLK (B

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

2009-08-12 Thread Kevin Hilman
Chaithrika U S 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 > --- > Applies on DaVinci GIT tree. > This patch is dependent on the following patch which I have > submitted earlier: >

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

2009-08-12 Thread Kevin Hilman
Chaithrika U S 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 > --- > Applies to DaV

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

2009-08-12 Thread Kevin Hilman
Sudhakar Rajashekhara 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 > --- > Since the previous version, EMA_BA

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

2009-08-12 Thread Kevin Hilman
Sudhakar Rajashekhara 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 da850/omap-l138 EVM. > >

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

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

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

2009-08-12 Thread Kevin Hilman
Sudhakar Rajashekhara 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 Looks fine, thanks.

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

2009-08-12 Thread Kevin Hilman
Sudhakar Rajashekhara 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. > > Also, this p

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

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

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 wrote: From: kirthika varadarajan Subject: tiwlan wifi auto configuration To: "omkar savagaonkar" , "Davinci-linux-open-source@linux.davincidsp.com" Date: Wednesday,

[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 --- No changes from the previous version, except that the patch has been modified to apply on master branch. This patch depends on th

[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 --- Sin

[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 --- Since the previous version, EMA_BA_0 pin has been removed from the mux table as

[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 --- Since the previous version, following are the modifications: 1. Defined the macros for the LCD back light and LCD power GPIO pins. 2. Ma

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 s

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" // "/opt/http/cam

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. Su

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 Rajashekhar

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 U