kavitha vinayagam has invited you to open a Google mail account

2011-01-17 Thread kavitha vinayagam
I've been using Gmail and thought you might like to try it out. Here's an invitation to create an account. You're Invited to Gmail! kavitha vinayagam has invited you to open a Gmail account. Gmail is Google's free email service, built on the idea that email can be intuitive, efficient, and fu

ALSA issue on DA850/OMAP-L138/AM18x

2011-01-17 Thread Rajashekhara, Sudhakar
Resending with proper $SUBJECT... Hi, I was testing Audio with 2.6.37 on DA850 from Kevin Hilman Linux tree at [1] and found that audio is broken. Below patch fixes the issue. --- From: Rajashekhara, Sudhakar davinci: fixes for audio on da850/omap-l138/am18x On DA850/OMAP-L138/AM18x, AIC3x co

RE: [PATCH 0/5] davinci: da850: clean up pinmux arrays in da850.c

2011-01-17 Thread Rajashekhara, Sudhakar
Hi, I was testing Audio with 2.6.37 on DA850 from Kevin Hilman Linux tree at [1] and found that audio is broken. Below patch fixes the issue. --- From: Rajashekhara, Sudhakar davinci: fixes for audio on da850/omap-l138/am18x On DA850/OMAP-L138/AM18x, AIC3x codec is at 0x18 slave address. But i

RE: [PATCH 0/5] davinci: da850: clean up pinmux arrays in da850.c

2011-01-17 Thread Nori, Sekhar
Hi Mike, Thanks for taking this up. On Fri, Jan 07, 2011 at 18:48:48, Michael Williamson wrote: > The following patch series is an attempt to clean up unused and platform > specific > pinmux arrays in the da850 CPU files. This series was developed as a result > of > the following email thread

RE: [PATCH] davinci: tnetv107x: fix register indexing for GPIOs numbers > 31

2011-01-17 Thread Nori, Sekhar
On Fri, Jan 14, 2011 at 20:48:13, Hirosh Dabui wrote: > Changelog: > > This patch fix a bug in the register indexing for GPIOs numbers > 31 > to get the relevant hardware registers of tnetv107x to control the GPIOs. > > In the structure tnetv107x_gpio_regs: > > struct tnetv107x_gpio_regs { >

Re: [PATCH v8 02/11] spi: add ti-ssp spi master driver

2011-01-17 Thread Grant Likely
On Mon, Jan 17, 2011 at 02:15:16PM -0500, Cyril Chemparathy wrote: > This patch adds an SPI master implementation that operates on top of an > underlying TI-SSP port. > > Signed-off-by: Cyril Chemparathy Acked-by: Grant Likely > --- > drivers/spi/Kconfig| 10 + > drivers/spi/Makefil

Re: [PATCH v15 3/3] davinci vpbe: changes to common files

2011-01-17 Thread Sergei Shtylyov
Hello. Manjunath Hadli wrote: Implemented a common and single mapping for DAVINCI_SYSTEM_MODULE_BASE to be used by all davinci platforms. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil [...] diff --git a/arch/arm/mach-davinci/common.c b/arch/arm/

Re: [PATCH v15 1/3] davinci vpbe: platform specific additions

2011-01-17 Thread Sergei Shtylyov
Manjunath Hadli wrote: This patch implements the overall device creation for the Video display driver, initializes the platform variables and implements platform functions including setting video clocks. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil

[PATCH v8 04/11] backlight: add support for tps6116x controller

2011-01-17 Thread Cyril Chemparathy
TPS6116x is an EasyScale backlight controller device. This driver supports TPS6116x devices connected on a single GPIO. Signed-off-by: Cyril Chemparathy --- drivers/video/backlight/Kconfig|7 + drivers/video/backlight/Makefile |2 +- drivers/video/backlight/tps6116x.c | 299 +

[PATCH v8 00/11] tnetv107x ssp drivers

2011-01-17 Thread Cyril Chemparathy
TI's sequencer serial port (TI-SSP) is a jack-of-all-trades type of serial port device. It has a built-in programmable execution engine that can be programmed to operate as almost any serial bus (I2C, SPI, EasyScale, and others). This patch series implements a driver stack that looks like the fol

[PATCH v8 06/11] davinci: add ssp config for tnetv107x evm board

2011-01-17 Thread Cyril Chemparathy
This patch adds SSP configuration and pin muxing info for tnetv107x evm boards. Signed-off-by: Cyril Chemparathy --- arch/arm/mach-davinci/board-tnetv107x-evm.c | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-davinci/board-tnetv107x-evm.c b/a

[PATCH v8 11/11] davinci: add tnetv107x evm i2c eeprom device

2011-01-17 Thread Cyril Chemparathy
The tnetv107x evm board has an I2C device connected on one of the SSP ports. This patch adds board definitions for a GPIO based I2C master, as well as definitions for the eeprom device on these boards. Signed-off-by: Cyril Chemparathy --- arch/arm/mach-davinci/board-tnetv107x-evm.c | 30 ++

[PATCH v8 09/11] davinci: add tnetv107x evm ti-ssp gpio device

2011-01-17 Thread Cyril Chemparathy
This patch adds definitions to hook up one of the ti-ssp ports to the SSP GPIO driver. Signed-off-by: Cyril Chemparathy --- arch/arm/mach-davinci/board-tnetv107x-evm.c | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-davinci/board-tnetv107x-evm.c

[PATCH v8 07/11] davinci: add spi devices on tnetv107x evm

2011-01-17 Thread Cyril Chemparathy
This patch adds definitions for spi devices on the tnetv107x evm platform. Signed-off-by: Cyril Chemparathy --- arch/arm/mach-davinci/board-tnetv107x-evm.c | 43 +++ 1 files changed, 43 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-davinci/board-tnetv107x-ev

[PATCH v8 10/11] davinci: add tnetv107x evm backlight device

2011-01-17 Thread Cyril Chemparathy
The tnetv107x evm board has a backlight device that is connected on one of the SSP ports. This patch adds the board definitions necessary to plug the backlight driver to the GPIO corresponding to this SSP pin. Signed-off-by: Cyril Chemparathy --- arch/arm/mach-davinci/board-tnetv107x-evm.c |

[PATCH v8 08/11] davinci: add tnetv107x evm regulators

2011-01-17 Thread Cyril Chemparathy
This patch adds regulator and spi board info definitions for the tps6524x power management IC found on tnetv107x evm boards. Signed-off-by: Cyril Chemparathy --- arch/arm/mach-davinci/board-tnetv107x-evm.c | 85 +++ 1 files changed, 85 insertions(+), 0 deletions(-) dif

[PATCH v8 05/11] davinci: add tnetv107x ssp platform device

2011-01-17 Thread Cyril Chemparathy
This patch adds an SSP platform device definition for the tnetv107x soc family. The clock lookup entry has also been updated to match. Signed-off-by: Cyril Chemparathy --- arch/arm/mach-davinci/devices-tnetv107x.c | 25 arch/arm/mach-davinci/include/mach/tnetv107x

[PATCH v8 03/11] gpio: add ti-ssp gpio driver

2011-01-17 Thread Cyril Chemparathy
TI's SSP controller pins can be directly read and written to behave like a GPIO. This patch adds a GPIO driver that exposes such functionality. Signed-off-by: Cyril Chemparathy --- drivers/gpio/Kconfig | 10 ++ drivers/gpio/Makefile |1 + drivers/gpio/ti-ssp-gpio.c | 207 +

[PATCH v8 01/11] mfd: add driver for sequencer serial port

2011-01-17 Thread Cyril Chemparathy
TI's sequencer serial port (TI-SSP) is a jack-of-all-trades type of serial port device. It has a built-in programmable execution engine that can be programmed to operate as almost any serial bus (I2C, SPI, EasyScale, and others). This patch adds a driver for this controller device. The driver do

[PATCH v8 02/11] spi: add ti-ssp spi master driver

2011-01-17 Thread Cyril Chemparathy
This patch adds an SPI master implementation that operates on top of an underlying TI-SSP port. Signed-off-by: Cyril Chemparathy --- drivers/spi/Kconfig| 10 + drivers/spi/Makefile |1 + drivers/spi/ti-ssp-spi.c | 402 include/l

RE: dm6467 pci burst read problem in salve mode

2011-01-17 Thread Pedanekar, Hemant
Hi, Have you ensured all of the necessary conditions for MRL response from DM6467 PCI slave are met (refer DM6467 PCI User Guide 2.5.2.2.3)? Also, what is the cache line size you are programming? - Hemant From: wenaideyu wenaideyu [mailto:wenaid...@gmail.com]

Re: [PATCH v14 1/2] davinci vpbe: platform specific additions

2011-01-17 Thread Sergei Shtylyov
Hello. Hadli, Manjunath wrote: This patch implements the overall device creation for the Video display driver. It does not only that... Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil [...] diff --git a/arch/arm/mach-davinci/devices.c b/arch/

[PATCH v15 2/3] davinci vpbe: board specific additions

2011-01-17 Thread Manjunath Hadli
This patch implements tables for display timings,outputs and other board related functionalities. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- arch/arm/mach-davinci/board-dm644x-evm.c | 84 - 1 files changed, 69 insert

[PATCH v15 3/3] davinci vpbe: changes to common files

2011-01-17 Thread Manjunath Hadli
Implemented a common and single mapping for DAVINCI_SYSTEM_MODULE_BASE to be used by all davinci platforms. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- arch/arm/mach-davinci/common.c|4 +++- arch/arm/mach-davinci/devices.c

[PATCH v15 1/3] davinci vpbe: platform specific additions

2011-01-17 Thread Manjunath Hadli
This patch implements the overall device creation for the Video display driver, initializes the platform variables and implements platform functions including setting video clocks. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- arch/arm/mach-davinci/

[PATCH v15 0/3] davinci vpbe: dm6446 v4l2 driver

2011-01-17 Thread Manjunath Hadli
version15 : addressed Sergei and Shekhar's comments on: 1. Moving the ioremap of DAVINCI_SYSTEM_MODULE_BASE to common.c 2. Moving the DM644X #defines to Dm644x.c 3. Removed the initializer for field inversion parameter. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Ha

RE: [PATCH v14 1/2] davinci vpbe: platform specific additions

2011-01-17 Thread Hadli, Manjunath
On Sat, Jan 15, 2011 at 21:13:33, Sergei Shtylyov wrote: > Hello. > > On 14-01-2011 16:31, Manjunath Hadli wrote: > > > This patch implements the overall device creation for the Video > > display driver. > > It does not only that... > > > Signed-off-by: Manjunath Hadli > > Acked-by: Murali

dm6467 pci burst read problem in salve mode

2011-01-17 Thread wenaideyu wenaideyu
Hi: I have a dm6467 as target and a x86 as host on a PCI bus. the dm6467 is working in a slave mode. when x86 initializes a memory read line operation on pci bus. the dm6467 can not response as burst. I have tried many ways to solve this problem, but it did not work fine. I have confirm

DM365 : gdbserver: error initializing thread_db library: version mismatch between libthread_db and libpthread

2011-01-17 Thread Jayakrishnan Melur Madhathil
Hi I am getting the following error while trying to debug an Encoder application on DM365. I am using mv_pro_5.0 and dvsdk_2_10_01_18. My application has otherwise no problem in running. Any help would be greatly appreciated. Regards Jayakrishnan root@192.168.111.119:/work/app# gd