Re: Please help in adding ams-delta support to ASoC

2009-05-27 Thread Jarkko Nikula
Hi On Tue, 26 May 2009 15:17:23 +0200 Janusz Krzysztofik jkrzy...@tis.icnet.pl wrote: Grr, these McBSP bits are always almost un-readable :-) 4. the following McBSP register settings changes: - .xcr2 = XPHASE | XFRLEN2(OMAP_MCBSP_WORD_8) | - XWDLEN2(OMAP_MCBSP_WORD_16) |

Re: USB Host on OMAP3 EVM, 2.6.29

2009-05-27 Thread Niilo Minkkinen
Hi Eikka. Am not familiar with OMAP35xx. Also don't know, what's the config of EVM (if it uses twl4030 tranceiver or external). Can it play as a HOST which is the case to supply VBUS ? Otherwise external self-powered hub might be needed. -niilo- On Wed, 2009-05-27 at 02:59 +0200, ext

[PATCH] OMAP3: Re-program also chipselect 1 when changing SDRAM timing

2009-05-27 Thread Tero Kristo
From: Tero Kristo tero.kri...@nokia.com Previously only chipselect 0 was controlled, which would result in the chipselect 1 running on too low rate during low core OPPs. Applies on top of PM branch. Signed-off-by: Tero Kristo tero.kri...@nokia.com --- arch/arm/mach-omap2/sram34xx.S | 29

Re: Please help in adding ams-delta support to ASoC

2009-05-27 Thread Janusz Krzysztofik
Hi Peter, On Wuesday 27 May 2009 07:57 Peter Ujfalusi wrote: On Tuesday 26 May 2009 16:17:23 ext Janusz Krzysztofik wrote: 4. the following McBSP register settings changes: - .xcr2 = XPHASE | XFRLEN2(OMAP_MCBSP_WORD_8) | - XWDLEN2(OMAP_MCBSP_WORD_16) | XDATDLY(0) | XFIG, +

Re: Please help in adding ams-delta support to ASoC

2009-05-27 Thread Janusz Krzysztofik
Hi Jarkko, On Wed, 27 May 2009 08:59 Jarkko Nikula wrote: On Tue, 26 May 2009 15:17:23 +0200 Janusz Krzysztofik jkrzy...@tis.icnet.pl wrote: - .xcr2 = XPHASE | XFRLEN2(OMAP_MCBSP_WORD_8) | - XWDLEN2(OMAP_MCBSP_WORD_16) | XDATDLY(0) | XFIG, + .xcr2 = XPHASE |

[PATCH 2/2] I2C: OMAP3: Better noise suppression for fast/standard modes

2009-05-27 Thread Aaro Koskinen
Use longer noise filter period for fast and standard mode. Based on an earlier patch by Eero Nurkkala. Signed-off-by: Aaro Koskinen aaro.koski...@nokia.com --- drivers/i2c/busses/i2c-omap.c | 14 -- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git

[PATCH 1/2] I2C: OMAP2/3: Fix scll/sclh calculations

2009-05-27 Thread Aaro Koskinen
Fix scll/sclh calculations for HS and fast modes. Currently the driver uses equal (roughly) low/high times which will result in too short low time. OMAP3430 TRM gives the following equations: F/S: tLow = (scll + 7) * internal_clk tHigh = (sclh + 5) * internal_clk

Re: Please help in adding ams-delta support to ASoC

2009-05-27 Thread Jarkko Nikula
On Wed, 27 May 2009 16:33:22 +0200 Janusz Krzysztofik jkrzy...@tis.icnet.pl wrote: - .srgr2 = GSYNC | CLKSP | FSGM | FPER(DEFAULT_BITPERSAMPLE * 2 - 1), + .srgr2 = GSYNC, - .pcr0 = CLKXP | CLKRP, /* mcbsp: slave */ ... I wonder why the frame sync period (FWID) wasn't set in

Re: how to configure android-2.6.27 kernel for an LCD display other than Zoom2 display

2009-05-27 Thread twebb
On Tue, May 19, 2009 at 8:17 AM, twebb taliaferr...@gmail.com wrote: On Fri, May 15, 2009 at 3:18 PM, twebb taliaferr...@gmail.com wrote: I'm using the L25.6/android-2.6.27 kernel and am adapting it as necessary to OMAP3530-based hardware.  However, I don't see how to configure the kernel for

Re: [PATCH] OMAP3: Re-program also chipselect 1 when changing SDRAM timing

2009-05-27 Thread Kevin Hilman
Tero Kristo tero.kri...@nokia.com writes: From: Tero Kristo tero.kri...@nokia.com Previously only chipselect 0 was controlled, which would result in the chipselect 1 running on too low rate during low core OPPs. Applies on top of PM branch. Signed-off-by: Tero Kristo tero.kri...@nokia.com

[PATCH 0/4]ARM: OMAP4: SMP: Patch series

2009-05-27 Thread Shilimkar, Santosh
Russell, I have rebased this series on top of your arm-smp patches and my earlier basic omap4 patches. Series is based of kernel.org 2.6.30-rc6 ( commit:1406de8e11eb043681297adf86d6892ff8efc27a). This series have dependency on [1],[2],[3],[4] and latest mach-types The series contains:

[PATCH 2/4] ARM: OMAP4: SMP: Add mpu timer support for OMAP4430

2009-05-27 Thread Santosh Shilimkar
This patch adds SMP platform specific parts for local(mpu) timer support for OMAP4430 platform. Each Cortex-a9 core has it's own local timer in the MPU domain. These timers are not in wakeup domain. Signed-off-by: Santosh Shilimkar santosh.shilim...@ti.com --- arch/arm/mach-omap2/timer-gp.c

[PATCH 1/4] ARM: OMAP4: SMP: Add OMAP4430 SMP board files

2009-05-27 Thread Santosh Shilimkar
This patch adds SMP platform files support for OMAP4430SDP. TI's OMAP4430 SOC is based on ARM Cortex-A9 SMP architecture. It's a dual core SOC with GIC used for interrupt handling and SCU for cache coherency. Signed-off-by: Santosh Shilimkar santosh.shilim...@ti.com ---

[PATCH 3/4] ARM: OMAP4: SMP: Enable SMP support for OMAP4430

2009-05-27 Thread Santosh Shilimkar
This patch enables SMP on OMAP4430 SDP platform. Signed-off-by: Santosh Shilimkar santosh.shilim...@ti.com --- arch/arm/Kconfig |8 arch/arm/mach-omap2/Makefile |4 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/arch/arm/Kconfig

[PATCH 4/5] ARM: OMAP4: SMP: Update defconfig for OMAP4430

2009-05-27 Thread Santosh Shilimkar
This patch updates omap_4430sdp_defconfig to add SMP and LOCAL_TIMER support for OMAP4430 SDP platform. Signed-off-by: Santosh Shilimkar santosh.shilim...@ti.com --- arch/arm/configs/omap_4430sdp_defconfig |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git

[PATCH 4/4] ARM: OMAP4: SMP: Update defconfig for OMAP4430

2009-05-27 Thread Santosh Shilimkar
This patch updates omap_4430sdp_defconfig to add SMP and LOCAL_TIMER support for OMAP4430 SDP platform. Signed-off-by: Santosh Shilimkar santosh.shilim...@ti.com --- arch/arm/configs/omap_4430sdp_defconfig |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git

[PATCH][RFC] OMAP4: McSPI Register Offset Changes For OMAP_4430SDP

2009-05-27 Thread Syed Rafiuddin
This patch updates McSPI register offset addresses with respect to OMAP4 Signed-off-by: Syed Rafiuddin rafiuddin.s...@ti.com --- arch/arm/mach-omap2/devices.c | 10 drivers/spi/omap2_mcspi.c | 51 -- 2 files changed, 41 insertions(+), 20

Re: [PATCH 1/8] ARM: OMAP3: mmc-twl4030 uses regulator framework, v2

2009-05-27 Thread Tony Lindgren
* Daniel Ribeiro drw...@gmail.com [090525 15:47]: Em Seg, 2009-05-25 às 10:48 -0700, Tony Lindgren escreveu: + /* UGLY HACK: workaround regulator framework bugs. +* When the bootloader leaves a supply active, it's +* initialized

Re: [PATCH][RFC] OMAP4: McSPI Register Offset Changes For OMAP_4430SDP

2009-05-27 Thread Kevin Hilman
Syed Rafiuddin rafiuddin.s...@ti.com writes: This patch updates McSPI register offset addresses with respect to OMAP4 Signed-off-by: Syed Rafiuddin rafiuddin.s...@ti.com --- arch/arm/mach-omap2/devices.c | 10 drivers/spi/omap2_mcspi.c | 51

Re: [PATCH 0/4]ARM: OMAP4: SMP: Patch series

2009-05-27 Thread Tony Lindgren
* Shilimkar, Santosh santosh.shilim...@ti.com [090527 09:22]: Russell, I have rebased this series on top of your arm-smp patches and my earlier basic omap4 patches. Series is based of kernel.org 2.6.30-rc6 ( commit:1406de8e11eb043681297adf86d6892ff8efc27a). This series have dependency on

Re: Please help in adding ams-delta support to ASoC

2009-05-27 Thread Janusz Krzysztofik
Hi, Tired with hopeless looking for the correct mcbsp dai format, I took the oposite direciton, trying to break what Mark Underwood had managed to get working. Step by step, I got to exactly the same mcbsp register configuration as used in the reference osk board, reverting all changes that

Re: Gumstix Overo Low Power Standby?

2009-05-27 Thread Dirk Behme
Blazej Kot wrote: On May 20, 2009, at 1:55 PM, Kevin Hilman wrote: Kevin Hilman khil...@deeprootsystems.com writes: Blazej Kot bj...@cornell.edu writes: I have been working with the linux-pm kernel on the Gumstix Overo, seeing how low it's power consumption can go, both during the cpu on

Re: Gumstix Overo Low Power Standby?

2009-05-27 Thread Blazej Kot
On May 27, 2009, at 2:59 PM, Dirk Behme wrote: Blazej Kot wrote: Thanks for that, it is an interesting link. I have now reached the new low of around 170mW (at 3.28V), but this is high. I basically used the TWL (PMC) scripts in the linked post, and also turned off the U6 chip on the

Touchscreen getting stuck on resume or blanking briefly

2009-05-27 Thread Elvis Dowson
Hi, Is there a fix for the touchscreen getting stuck on resume or going back to resume if you touch the screen lightly? I am using a gumstix overo earth (TI OMAP 3503) with the gumstix Palo43 board which has a Samsung LCD display connected, and it uses an ADS7846 touchscreen controller.

Re: Touchscreen getting stuck on resume or blanking briefly

2009-05-27 Thread Elvis Dowson
Hi, A quick update, I've been informed that DSS2 does not support off mode. So perhaps if someone has a solution as to why the GPIO Led that is connected to the system heartbeat varies upon resume, it would be one small step towarding fixing these issues. Also, application of the

[PATCH] ARM: OMAP3: pandora: add support for mode devices

2009-05-27 Thread Grazvydas Ignotas
Add support for keypad, GPIO keys and LEDs. Also enable hardware debounce feature for GPIO keys. Signed-off-by: Grazvydas Ignotas nota...@gmail.com --- This patch was somehow left out, so Tony suggested posting it directly here. arch/arm/mach-omap2/board-omap3pandora.c | 149

Re: [PATCH] ARM: OMAP3: pandora: add support for mode devices

2009-05-27 Thread Tony Lindgren
* Grazvydas Ignotas nota...@gmail.com [090527 12:48]: Add support for keypad, GPIO keys and LEDs. Also enable hardware debounce feature for GPIO keys. Signed-off-by: Grazvydas Ignotas nota...@gmail.com --- This patch was somehow left out, so Tony suggested posting it directly here. Thanks,

[PATCH] OMAP1: PM: update and decouple from OMAP2/3 PM core

2009-05-27 Thread Kevin Hilman
Update OMAP1-specific PM infrastructure. This is a sync of what is in linux-omap for OMAP1. This mostly de-couples OMAP1 PM from OMAP2/3 PM and renames things accordingly, and removes omap2/3 specific code from OMAP1 specific headers. Original OMAP1 decoupling patch for OMAP PM branch by Paul

Re: [PATCH] OMAP1: PM: update and decouple from OMAP2/3 PM core

2009-05-27 Thread Tony Lindgren
* Kevin Hilman khil...@deeprootsystems.com [090527 16:35]: Update OMAP1-specific PM infrastructure. This is a sync of what is in linux-omap for OMAP1. This mostly de-couples OMAP1 PM from OMAP2/3 PM and renames things accordingly, and removes omap2/3 specific code from OMAP1 specific

Re: [PATCH 0/8] omap3 board updates for merge window after 2.6.30

2009-05-27 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [090525 10:47]: Hi all, Here are some omap3 board specific patches for the upcoming merge window. It adds two new boards, and starts converting MMC to use the regulator framework. Merged this series into omap for-next branch. Regards, Tony ---

Git pull request for omap patches for merge window after 2.6.30

2009-05-27 Thread Tony Lindgren
Hi Russell, Assuming you have had a chance to look at all the patches posted, please pull them from the request below. Will refresh the patches as needed if you have more comments. I've merged all the omap patches, except Santosh' omap4 SMP set, and Paul's second clock updates. This should

RE: [PATCH 1/4] ARM: OMAP4: Add minimal support for omap4

2009-05-27 Thread Shilimkar, Santosh
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Thursday, May 28, 2009 5:07 AM To: Shilimkar, Santosh Cc: li...@arm.linux.org.uk; linux-arm-ker...@lists.arm.linux.org.uk; linux-omap@vger.kernel.org Subject: Re: [PATCH 1/4] ARM: OMAP4: Add minimal support for

linux-next: manual merge of the omap tree with the arm tree

2009-05-27 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the omap tree got a conflict in arch/arm/Makefile between commit b4175b89921fefb2f352472fa6dccb0fc4fb37d9 ([ARM] sort machine- and plat- by CONFIG* name) from the arm tree and commit 68394eae0fc4e801fc2ae33055b24a9754669a7b (ARM: OMAP4: Add support for 4430