Re: omapfb problem on 3430sdp

2008-09-01 Thread arun c
On Sun, Aug 31, 2008 at 9:31 PM, stanley.miao [EMAIL PROTECTED] wrote: On Fri, 2008-08-29 at 21:18 +0530, arun c wrote: Hi stanley, On Fri, Aug 29, 2008 at 5:58 PM, stanley.miao [EMAIL PROTECTED] wrote: I have tried. It is not backlight's problem. Try this out Boot with the working

Re: [PATCH 05/33] add tlv320aic23 driver

2008-09-01 Thread Jarkko Nikula
On Sat, 30 Aug 2008 20:16:05 +0300 ext Felipe Balbi [EMAIL PROTECTED] wrote: From: Felipe Balbi [EMAIL PROTECTED] Signed-off-by: Felipe Balbi [EMAIL PROTECTED] --- drivers/i2c/chips/Kconfig |7 + drivers/i2c/chips/Makefile |1 + drivers/i2c/chips/tlv320aic23.c | 675

Re: [PATCH 12/33] Add tsc2005 touchscreen driver

2008-09-01 Thread Daniel Stone
On Mon, Sep 01, 2008 at 03:01:43AM +0200, ext andrzej zaborowski wrote: 2008/8/30 Felipe Balbi [EMAIL PROTECTED]: [roughly 470 irrelevant lines discarded] + /* discard the event if it still is within the previous rect - unless +* if the pressure is harder, but then use

Re: [PATCH 00/34] omap drivers going upstream

2008-09-01 Thread Felipe Balbi
On Mon, Sep 01, 2008 at 03:22:23AM +0200, andrzej zaborowski wrote: 2008/9/1 Felipe Balbi [EMAIL PROTECTED]: On Sat, Aug 30, 2008 at 08:16:00PM +0300, Felipe Balbi wrote: From: Felipe Balbi [EMAIL PROTECTED] The following drivers are going upstream for integration. They have been

Re: [PATCH 1/1] SDP2430 Fix dependency in include file

2008-09-01 Thread Felipe Balbi
On Sun, Aug 31, 2008 at 08:57:44PM -0500, Abraham Arce wrote: TWL4030_MODIRQ_KEYPAD was undeclared, adding the required file. Signed-off-by: Abraham Arce [EMAIL PROTECTED] --- arch/arm/mach-omap2/board-2430sdp.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git

Re: [PATCH 28/33] add tsc2301 driver

2008-09-01 Thread Jarkko Nikula
On Mon, 1 Sep 2008 10:58:08 +0300 ext Felipe Balbi [EMAIL PROTECTED] wrote: Mixer driver here is also obsolete and used by N800 only. I think TSC2003 driver is easier to handle by trying to push only core, keyboard and ts part first. There is no place for mixer driver until it's ported to

Re: [alsa-devel] [PATCH] ASoC: Convert tlv320aic3x to a new-style i2c driver

2008-09-01 Thread Jarkko Nikula
On Mon, 1 Sep 2008 12:35:09 +0100 ext Mark Brown [EMAIL PROTECTED] wrote: On Mon, Sep 01, 2008 at 02:31:14PM +0300, Jarkko Nikula wrote: ext Jean Delvare [EMAIL PROTECTED] wrote: Thanks. In N810 it's connected into second i2c bus so this makes it working + .i2c_bus = 2, Should

Re: [PATCH] ASoC: Convert tlv320aic3x to a new-style i2c driver

2008-09-01 Thread Jean Delvare
On Mon, 1 Sep 2008 15:20:38 +0300, Jarkko Nikula wrote: On Mon, 1 Sep 2008 12:35:09 +0100 ext Mark Brown [EMAIL PROTECTED] wrote: On Mon, Sep 01, 2008 at 02:31:14PM +0300, Jarkko Nikula wrote: ext Jean Delvare [EMAIL PROTECTED] wrote: Thanks. In N810 it's connected into second i2c

[PATCH 00/12] OMAP3 CPUidle context save/restore patches - supports C6

2008-09-01 Thread Rajendra Nayak
Hi, This patch set is the next in the series of CPUIdle patches. This has context save/restore support implemented for the following modules GPMC, UART, GPIO, I2C, PRCM, INTC, SCM, SRAM. This also adds support for CPUIdle state C6, and adds a CONFIG option to enable/disbale CORE OFF support in

[PATCH 01/12] GPMC context save/restore

2008-09-01 Thread Rajendra Nayak
This patch adds the context save restore functions for GPMC Signed-off-by: Rajendra Nayak [EMAIL PROTECTED] --- arch/arm/mach-omap2/gpmc.c | 66 + arch/arm/plat-omap/include/mach/gpmc.h | 29 ++ 2 files changed, 95 insertions(+) Index:

[PATCH 03/12] GPIO context save/restore

2008-09-01 Thread Rajendra Nayak
This patch adds the context save restore functions for GPIO Signed-off-by: Rajendra Nayak [EMAIL PROTECTED] --- arch/arm/plat-omap/gpio.c | 77 + arch/arm/plat-omap/include/mach/gpio.h | 19 +++- 2 files changed, 95 insertions(+), 1

[PATCH 07/12] System Control Module context save/restore

2008-09-01 Thread Rajendra Nayak
This patch adds the System control module context save/restore Signed-off-by: Rajendra Nayak [EMAIL PROTECTED] --- arch/arm/mach-omap2/control.c | 105 ++ arch/arm/plat-omap/include/mach/control.h | 61 + 2 files changed, 165

[PATCH 08/12] update sram restore function

2008-09-01 Thread Rajendra Nayak
This patch updates the context restore function for sram Signed-off-by: Rajendra Nayak [EMAIL PROTECTED] --- arch/arm/mach-omap2/pm34xx.c | 12 arch/arm/plat-omap/sram.c| 10 +++--- 2 files changed, 15 insertions(+), 7 deletions(-) Index:

[PATCH 10/12] Adds support for CPUIdle safe state

2008-09-01 Thread Rajendra Nayak
This patch adds the support to move to a safe-state on bm activity Signed-off-by: Rajendra Nayak [EMAIL PROTECTED] --- arch/arm/mach-omap2/cpuidle34xx.c | 152 +++--- 1 files changed, 79 insertions(+), 73 deletions(-) Index:

Re: [PATCH 1/1] SDP2430 Fix dependency in include file

2008-09-01 Thread Abraham Arce
On Mon, Sep 1, 2008 at 3:07 AM, Felipe Balbi [EMAIL PROTECTED] wrote: #include linux/clk.h #include linux/spi/spi.h #include linux/spi/ads7846.h +#include linux/i2c/twl4030.h and what's wrong with: Nothing is bad... I didn't see the patch

[PATCH 12/12] CORE OFF macro added, disabled by default

2008-09-01 Thread Rajendra Nayak
This patch adds a macro to enable/disbale CORE OFF support in CPUIdle. It is kept disabled by default. Signed-off-by: Rajendra Nayak [EMAIL PROTECTED] --- arch/arm/configs/omap_3430sdp_defconfig |6 ++ arch/arm/mach-omap2/cpuidle34xx.c |4 arch/arm/plat-omap/Kconfig

Re: [PATCH 01/12] GPMC context save/restore

2008-09-01 Thread Adrian Hunter
Rajendra Nayak wrote: This patch adds the context save restore functions for GPMC Signed-off-by: Rajendra Nayak [EMAIL PROTECTED] --- arch/arm/mach-omap2/gpmc.c | 66 + arch/arm/plat-omap/include/mach/gpmc.h | 29 ++ 2 files changed,

Re: [PATCH 05/33] add tlv320aic23 driver

2008-09-01 Thread Felipe Balbi
On Mon, Sep 01, 2008 at 12:02:44PM -0300, Yuri Jaeger Monti wrote: We're still using OSK here. The patch compiled fine, although I'm still having some troubles with the audio in the board. Unfortunately I still don't have the knowledge to develop the ASoC driver, but I would be glad to help.

Re: [PATCH 01/12] GPMC context save/restore

2008-09-01 Thread Kevin Hilman
On Mon, Sep 1, 2008 at 4:36 PM, Rajendra Nayak [EMAIL PROTECTED] wrote: This patch adds the context save restore functions for GPMC Signed-off-by: Rajendra Nayak [EMAIL PROTECTED] --- arch/arm/mach-omap2/gpmc.c | 66 +

Re: [PATCH] ARM: OMAP2: Fix Nokia N8x0 second I2C bus device registration

2008-09-01 Thread Riku Voipio
On Mon, Sep 01, 2008 at 04:05:04PM +0300, Jarkko Nikula wrote: - TSL2563 and LP5521 are found only in N810 - Fix one typo Signed-off-by: Jarkko Nikula [EMAIL PROTECTED] Acked-by: Riku voipio [EMAIL PROTECTED] --- arch/arm/mach-omap2/board-n800.c | 14 +++--- 1 files changed, 7

[PATCH0/3] Add support for OMAP35x processors

2008-09-01 Thread Premi, Sanjeev
Hi, These patches provide support for the OMAP35x processors. This is essentially a re-submit after series of discusions earliers in the list. Based on the comments received, this patch includes following: 1) Updates to Kconfig 2) Runtime check for OMAP35x 3) Updates to omap3_evm_defconfig

[PATCH 3/3] Updates to OMAP3EVM defconfig

2008-09-01 Thread Sanjeev Premi
--- arch/arm/configs/omap3_evm_defconfig | 15 --- 1 files changed, 12 insertions(+), 3 deletions(-) diff --git a/arch/arm/configs/omap3_evm_defconfig b/arch/arm/configs/omap3_evm_defconfig index 718c914..cdf74e9 100644 --- a/arch/arm/configs/omap3_evm_defconfig +++

[PATCH 2/3] Runtime check for OMAP35x

2008-09-01 Thread Sanjeev Premi
Based on earlier review comments, added runtime check of the OMAP35x via omap2_set_globasl_3503() etc. --- arch/arm/plat-omap/common.c| 76 ++ include/asm-arm/arch-omap/common.h |4 ++ include/asm-arm/arch-omap/cpu.h| 79

[PATCH 1/3] Add support for OMAP35x processors

2008-09-01 Thread Sanjeev Premi
This patch adds basic support for the OMAP35x Applications Processors. (See: http://focus.ti.com/general/docs/gencontent.tsp?contentId=46725) - OMAP3503 - OMAP3515 - OMAP3525 - OMAP3530 --- arch/arm/mach-omap2/Kconfig | 50 ++- 1 files changed, 49

Re: [PATCH 02/12] serial context save/restore

2008-09-01 Thread Russell King - ARM Linux
On Mon, Sep 01, 2008 at 07:07:27PM +0530, Rajendra Nayak wrote: This patch adds the context save restore functions for UART --- linux-omap-2.6.orig/include/linux/serial_reg.h2008-09-01 18:11:29.0 +0530 +++ linux-omap-2.6/include/linux/serial_reg.h 2008-09-01 18:11:50.0

Re: [PATCH 2/3] Runtime check for OMAP35x

2008-09-01 Thread Russell King - ARM Linux
On Tue, Sep 02, 2008 at 01:27:46AM +0530, Sanjeev Premi wrote: Based on earlier review comments, added runtime check of the OMAP35x via omap2_set_globasl_3503() etc. --- arch/arm/plat-omap/common.c| 76 ++ include/asm-arm/arch-omap/common.h |4 ++

[PATCH 3/4] SOUND: SOC: OMAP: Add support for Gumstix Overo

2008-09-01 Thread sakoman
From: Steve Sakoman [EMAIL PROTECTED] Signed-off-by: Steve Sakoman [EMAIL PROTECTED] --- sound/soc/omap/Kconfig |9 +++ sound/soc/omap/Makefile |5 ++ sound/soc/omap/overo.c | 141 +++ 3 files changed, 155 insertions(+), 0 deletions(-)

Re: [PATCH 1/4] ARM: OMAP2: Add support for the Gumstix Overo board

2008-09-01 Thread Felipe Balbi
On Mon, Sep 01, 2008 at 02:57:56PM -0700, [EMAIL PROTECTED] wrote: + if ((gpio_request(W2W_NRESET, W2W_NRESET) == 0) + (gpio_direction_output(W2W_NRESET, 1) == 0)) { + gpio_export(W2W_NRESET, 0); + gpio_direction_output(W2W_NRESET, 0); +

RE: [PATCH 02/12] serial context save/restore

2008-09-01 Thread Rajendra Nayak
-Original Message- From: Russell King - ARM Linux [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 02, 2008 1:37 AM To: Rajendra Nayak Cc: linux-omap@vger.kernel.org Subject: Re: [PATCH 02/12] serial context save/restore On Mon, Sep 01, 2008 at 07:07:27PM +0530, Rajendra Nayak