TPS6507x-ts driver failed with -121 on kernel v2.6.34-davinci1

2010-06-07 Thread n...@max01.eu
Hello, i try to get running the tps6507x-ts touchscreen driver on the Kevin Hilman Davinci kernel tree (git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinci.git). I enabled the following parts in the kernelconfig: Device Drivers - Multifunction Device Drivers - TPS6507x Power

[PATCH 02/12] spi: davinci: Added support for chip select using gpio

2010-06-07 Thread Raffaele Recalcati
From: Raffaele Recalcati raffaele.recalc...@bticino.it Date: Fri, 4 Jun 2010 16:16:37 +0200 Subject: [PATCH 02/12] spi: davinci: Added support for chip select using gpio Signed-off-by: Davide Bonfanti davide.bonfa...@bticino.it --- arch/arm/mach-davinci/dm365.c | 10 ++

[PATCH 06/12] fb: Added composite sync high active mode

2010-06-07 Thread Raffaele Recalcati
From: Davide Bonfanti davide.bonfa...@bticino.it Date: Fri, 4 Jun 2010 14:30:12 +0200 Subject: [PATCH 06/12] fb: Added composite sync high active mode --- include/linux/fb.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/linux/fb.h b/include/linux/fb.h index

[PATCH 05/12] mtd-nand: davinci: Added 16 bit wide bus for DaVinci bmx board

2010-06-07 Thread Raffaele Recalcati
From: Davide Bonfanti davide.bonfa...@bticino.it Date: Fri, 4 Jun 2010 13:56:35 +0200 Subject: [PATCH 05/12] mtd-nand: davinci: Added 16 bit wide bus for DaVinci bmx board Signed-off-by: Raffaele Recalcati raffaele.recalc...@bticino.it --- drivers/mtd/nand/davinci_nand.c | 40

[PATCH 09/12] mfd: update gfp/slab.h includes

2010-06-07 Thread Raffaele Recalcati
From: Tejun Heo t...@kernel.org Date: Tue, 30 Mar 2010 02:52:40 +0900 Subject: [PATCH 09/12] mfd: update gfp/slab.h includes Implicit slab.h inclusion via percpu.h is about to go away. Make sure gfp.h or slab.h is included as necessary. Signed-off-by: Tejun Heo t...@kernel.org Acked-by: Samuel

[PATCH 08/12] drivers: mfd: Kconfig Adding comment to MFD_DAVINCI_VOICECODEC

2010-06-07 Thread Raffaele Recalcati
From: Raffaele Recalcati raffaele.recalc...@bticino.it Date: Tue, 20 Apr 2010 08:23:56 +0200 Subject: [PATCH 08/12] drivers: mfd: Kconfig Adding comment to MFD_DAVINCI_VOICECODEC It makes more clear the selection. --- drivers/mfd/Kconfig |2 +- 1 files changed, 1 insertions(+), 1

[PATCH 10/12] DaVinci: dm365: Added clokout2 management

2010-06-07 Thread Raffaele Recalcati
From: Davide Bonfanti davide.bonfa...@bticino.it Date: Thu, 3 Jun 2010 14:26:26 +0200 Subject: [PATCH 10/12] DaVinci: dm365: Added clokout2 management Signed-off-by: Raffaele Recalcati raffaele.recalc...@bticino.it --- arch/arm/mach-davinci/clock.c | 62

[PATCH 12/12] regulator: add support for Dallas DS1803 dual digital potentiometer

2010-06-07 Thread Raffaele Recalcati
From: Rodolfo Giometti giome...@linux.it Date: Fri, 4 Jun 2010 12:47:28 +0200 Subject: [PATCH 12/12] regulator: add support for Dallas DS1803 dual digital potentiometer Signed-off-by: Rodolfo Giometti giome...@linux.it Acked-by: Raffaele Recalcati raffaele.recalc...@bticino.it

RE: [PATCH] DM365: fixed second serial port

2010-06-07 Thread Nori, Sekhar
On Fri, Jun 04, 2010 at 16:46:28, jean-philippe francois wrote: Unless you insist, I would prefer to leave the define at its current place. First of all, many people (including me) expect to find defines somewhere near the beginning of a source file. More importantly, if a definition is

RE: [PATCH 3/6] davinci: edma: clear events in edma_start()

2010-06-07 Thread Sudhakar Rajashekhara
Hi, On Sat, Jun 05, 2010 at 02:05:50, Brian Niebuhr wrote: This patch causes that the sound can not work normally on OMAP_L138. snip After revert it, the audio works fine. This patch works fine on DM644x which has McBSP but breaks audio on OMAP L138 (as you had

Re: [PATCH 01/12] ASoC: DaVinci: Added support for stereo I2S

2010-06-07 Thread Sergei Shtylyov
Hello. Raffaele Recalcati wrote: From: Raffaele Recalcati raffaele.recalc...@bticino.it mailto:raffaele.recalc...@bticino.it I think mailto:; should be omitted. Date: Thu, 3 Jun 2010 14:40:05 +0200 Subject: [PATCH 01/12] ASoC: DaVinci: Added support for stereo I2S - Frame Sync

RE: usb 1-1: device descriptor read/64, error -110

2010-06-07 Thread Alok Kumar
Appreciate your responses. When USB drive was in not detected state, I restarted the unit, a fresh power up did not fix the issue. However when we pulled out the USB key device and inserted again, it was detected, enumerated, mounted. Subsequent power up, did not show any issues (at least for

Re: usb 1-1: device descriptor read/64, error -110

2010-06-07 Thread Steve Poulsen
Can you measure the VBUS on a reboot and see if it is getting disabled? On 06/07/2010 08:41 AM, Alok Kumar wrote: Appreciate your responses. When USB drive was in not detected state, I restarted the unit, a fresh power up did not fix the issue. However when we pulled out the USB key device

Re: [PATCH] DM365: fixed second serial port

2010-06-07 Thread Thomas Koeller
On Monday 07 June 2010 16:22:37 thomas.koel...@baslerweb.com wrote: From: Thomas Koeller thomas.koel...@baslerweb.com The register base address for the second serial port (UART1) was wrong. Signed-off-by: Thomas Koeller thomas.koel...@baslerweb.com Sorry, was too quick to send. This patch is

Re: [PATCH] DM365: fixed second serial port

2010-06-07 Thread Thomas Koeller
On Monday 07 June 2010 16:27:38 thomas.koel...@baslerweb.com wrote: From: Thomas Koeller thomas.koel...@baslerweb.com The register base address for the second serial port (UART1) was wrong. Signed-off-by: Thomas Koeller thomas.koel...@baslerweb.com --- Still struggling with git - please

[PATCH 0/3] davinci: spi: replace existing SPI driver

2010-06-07 Thread Brian Niebuhr
NOTE This patch requires the EDMA patch at: http://linux.davincidsp.com/pipermail/davinci-linux-open-source/2010-March/018022.html which has since been reverted out of the davinci kernel. INTRODUCTION I have been working on a custom OMAP-L138 board that has multiple spi devices (seven) on

[PATCH 1/3] davinci: spi: remove old Davinci SPI driver

2010-06-07 Thread Brian Niebuhr
Signed-off-by: Brian Niebuhr bnieb...@efjohnson.com --- drivers/spi/davinci_spi.c | 1256 - 1 files changed, 0 insertions(+), 1256 deletions(-) delete mode 100644 drivers/spi/davinci_spi.c diff --git a/drivers/spi/davinci_spi.c

RE: usb 1-1: device descriptor read/64, error -110

2010-06-07 Thread Alok Kumar
Thanks for the response. My problem is this is not reproducible (once in 2-3 months). I noticed this device (I have 2 like this different make) stopped recording and dmesg has lots of error like below. Fsck.ext3 does not fix it. Any suggestions what I could infer from these messages.

Re: [PATCH] DM365: fixed second serial port

2010-06-07 Thread Sergei Shtylyov
Hello. thomas.koel...@baslerweb.com wrote: From: Thomas Koeller thomas.koel...@baslerweb.com The register base address for the second serial port (UART1) was wrong. Signed-off-by: Thomas Koeller thomas.koel...@baslerweb.com --- arch/arm/mach-davinci/dm365.c |6 ++ 1 files

DM365EVM USB on KHilman Git Tree

2010-06-07 Thread Kieran Bingham
Hi Guys, Anyone know why the USB is disabled on the DM365EVM in the Khilman tree: on branch master @ git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinci.git I've tried adding static void dm365evm_usb_configure(void) { davinci_cfg_reg(DM365_GPIO33); gpio_request(33,

Re: DM365EVM USB on KHilman Git Tree

2010-06-07 Thread Sergei Shtylyov
Hello. Kieran Bingham wrote: Anyone know why the USB is disabled on the DM365EVM in the Khilman tree: on branch master @ git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinci.git I've tried adding static void dm365evm_usb_configure(void) {

Re: Touchscreen - MFD driver for TPS6507x family

2010-06-07 Thread Nicolas Luna
Hi Todd, I got custum hardware based on OMAP-L138 EVM, with OMAPL138 and TPS65070. It's ok you answered my question why the INT pins is not used. I did more tests and you are right, the touchscreen driver is not locking out all other access to the I2C bus, that was a mistake from my side. So

Re: Touchscreen - MFD driver for TPS6507x family

2010-06-07 Thread n...@max01.eu
Dear Nicolas,   Hi, I downloaded and tried the kernel v2.6.34 from * linux/kernel/git/khilman/linux-davinci.git**/ *to get the touchscreen patch.   can you please tell me which kernel tree and branch you use, exactly, and what your .config file looks like?   I have trouble to get the