[PM][PATCH v3 2/4] OMAP3: Serial: Errata i202: fix for MDR1 access

2010-04-12 Thread Nishanth Menon
From: Deepak K Original patch: http://git.omapzoom.org/?p=kernel/omap.git;a=commitdiff;h=42d4a342c009bd9727c100abc8a4bc3063c22f0c Errata i202 (OMAP3430 - 1.12, OMAP3630 - 1.6): UART module MDR1 register access can cause a dummy underrun condition which could result in a freeze in the case of IrD

RE: [PATCH] OMAP: DSS2: GFX FIFO UNDERFLOW issue fixed

2010-04-12 Thread Hiremath, Vaibhav
> -Original Message- > From: Tomi Valkeinen [mailto:tomi.valkei...@nokia.com] > Sent: Monday, April 12, 2010 5:32 PM > To: Hiremath, Vaibhav > Cc: linux-omap@vger.kernel.org > Subject: RE: [PATCH] OMAP: DSS2: GFX FIFO UNDERFLOW issue fixed > > On Mon, 2010-04-12 at 13:47 +0200, ext Hirema

RE: [PATCH 0/8 RFC] OMAP: GPIO: Split OMAP1 and OMAP2PLUS

2010-04-12 Thread Varadarajan, Charulatha
> -Original Message- > From: Kevin Hilman [mailto:khil...@deeprootsystems.com] > Sent: Wednesday, April 07, 2010 4:01 AM > To: Varadarajan, Charulatha > Cc: linux-omap@vger.kernel.org; Nayak, Rajendra; p...@pwsan.com; > t...@atomide.com > Subject: Re: [PATCH 0/8 RFC] OMAP: GPIO: Split OM

RE: [PATCH] Add OHCI USB platform init

2010-04-12 Thread Gadiyar, Anand
Viral Mehta wrote: > >Use tabs instead of spaces. > > > tabs only used. even checkpatch says no warning/error. > > [r...@viral my_git]# > /home/omap2430/mod.linux-2.6.33.1/scripts/checkpatch.pl > 0002-Add-I2C-bus-1-initialisation.patch > total: 0 errors, 0 warnings, 18 lines checked > > 0002-

RE: [PATCH] OMAP: DSS2: GFX FIFO UNDERFLOW issue fixed

2010-04-12 Thread Tomi Valkeinen
On Mon, 2010-04-12 at 13:47 +0200, ext Hiremath, Vaibhav wrote: > > -Original Message- > > From: Tomi Valkeinen [mailto:tomi.valkei...@nokia.com] > > Sent: Thursday, April 01, 2010 7:12 PM > > To: Hiremath, Vaibhav > > Cc: linux-omap@vger.kernel.org > > Subject: Re: [PATCH] OMAP: DSS2: GFX

[PATCH-V2 1/2] OMAP: LCD LS037V7DW01: Add Backlight driver support

2010-04-12 Thread hvaibhav
From: Vaibhav Hiremath Tested on OMAP3EVM for OMAP3530 and AM/DM 3730. Signed-off-by: Vaibhav Hiremath --- .../video/omap2/displays/panel-sharp-ls037v7dw01.c | 77 1 files changed, 77 insertions(+), 0 deletions(-) diff --git a/drivers/video/omap2/displays/panel-sharp-ls

[PATCH-V2 2/2] OMAP: OMAP3EVM: Add LCD Backlight brightness hookup function

2010-04-12 Thread hvaibhav
From: Vaibhav Hiremath Signed-off-by: Vaibhav Hiremath --- arch/arm/mach-omap2/board-omap3evm.c | 34 ++ 1 files changed, 34 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/board-omap3evm.c b/arch/arm/mach-omap2/board-omap3evm.c index f2a52c3.

RE: [PATCH] OMAP: DSS2: GFX FIFO UNDERFLOW issue fixed

2010-04-12 Thread Hiremath, Vaibhav
> -Original Message- > From: Tomi Valkeinen [mailto:tomi.valkei...@nokia.com] > Sent: Thursday, April 01, 2010 7:12 PM > To: Hiremath, Vaibhav > Cc: linux-omap@vger.kernel.org > Subject: Re: [PATCH] OMAP: DSS2: GFX FIFO UNDERFLOW issue fixed > > On Mon, 2010-03-22 at 14:09 +0100, ext hvai

RE: [PATCH 1/2] OMAP3EVM: Made backlight GPIO default state to off

2010-04-12 Thread Hiremath, Vaibhav
> -Original Message- > From: Tomi Valkeinen [mailto:tomi.valkei...@nokia.com] > Sent: Thursday, April 01, 2010 7:03 PM > To: Hiremath, Vaibhav > Cc: linux-omap@vger.kernel.org; t...@atomide.com > Subject: RE: [PATCH 1/2] OMAP3EVM: Made backlight GPIO default state to off > > On Thu, 2010-

Re: [PATCH] board-omap3-beagle: add DSS2 support

2010-04-12 Thread Grazvydas Ignotas
On Mon, Apr 12, 2010 at 1:37 PM, Tomi Valkeinen wrote: > > On Mon, 2010-04-12 at 11:19 +0200, ext Koen Kooi wrote: >> This patch adds DSS2 support to the beagleboard boardfile. DVI and TV-out >> are supported. >> >> Signed-off-by: Koen Kooi > > Fiddling with TWL directly in tv enable/disable fun

[PATCH 3/3] Serial: Add omap-serial platform data support.

2010-04-12 Thread Govindraj.R
This patch adds platform data support for omap-serial driver, when omap-serial driver is enabled from menuconfig the omap uarts will be handled using the omap-serial driver. All 8250 platform support is binded with dependency on omap-serial driver which is done inorder to support multi omap buids.

[PATCH 2/3] Serial: Remove 8250 driver assumptions

2010-04-12 Thread Govindraj.R
This patch removes all 8250 dependecy from all functions from the serial PM layer thus making it generic. This helps us to re-use this existing framework with omap-serial driver. Cc: Tony Lindgren Cc: Kevin Hilman Signed-off-by: Govindraj.R --- arch/arm/mach-omap2/serial.c | 258 +

[PATCH 1/3] serial: Add OMAP high-speed UART driver

2010-04-12 Thread Govindraj.R
This patch adds driver support for OMAP3/4 high speed UART. This driver is made separate from 8250 driver as we cannot over load 8250 driver with omap platform specific configuration for features like DMA, it makes easier to implement features like DMA and hardware flow control and software flow c

[PATCH 0/3] Serial: Adding support for HS-UART Omap-serial driver

2010-04-12 Thread Govindraj.R
This patch series adds support for omap-serial driver incorporating platform data support. Posting the driver this time as a series along with platform data support as per tonys comments. http://marc.info/?l=linux-serial&m=126832535107135&w=2 Govindraj.R (3): serial: Add OMAP high-speed UART

Re: [PATCH] board-omap3-beagle: add DSS2 support

2010-04-12 Thread Tomi Valkeinen
On Mon, 2010-04-12 at 11:19 +0200, ext Koen Kooi wrote: > This patch adds DSS2 support to the beagleboard boardfile. DVI and TV-out are > supported. > > Signed-off-by: Koen Kooi Fiddling with TWL directly in tv enable/disable functions is a bit ugly, but I'm not sure if there's a better way fo

[PATCH] board-omap3-beagle: add DSS2 support

2010-04-12 Thread Koen Kooi
This patch adds DSS2 support to the beagleboard boardfile. DVI and TV-out are supported. Signed-off-by: Koen Kooi --- arch/arm/mach-omap2/board-omap3beagle.c | 130 --- 1 files changed, 103 insertions(+), 27 deletions(-) diff --git a/arch/arm/mach-omap2/board-omap3

[PATCH] omap2_mcspi: change default DMA_MIN_BYTES value to 160

2010-04-12 Thread Roman Tereshonkov
The value 160 has been obtained as optimal in testing it for wl1271 which use spi for communication. In some sense this change might also influence on other spi devices connected to omap2_mcspi controller. Signed-off-by: Roman Tereshonkov --- drivers/spi/omap2_mcspi.c |2 +- 1 files changed,

Re: [PM][PATCH v2 2/4] OMAP3: Serial: Errata i202: fix for MDR1 access

2010-04-12 Thread Govindraj
On Sat, Apr 10, 2010 at 2:01 AM, Nishanth Menon wrote: > From: Deepak K > > Original patch: > http://git.omapzoom.org/?p=kernel/omap.git;a=commitdiff;h=42d4a342c009bd9727c100abc8a4bc3063c22f0c > > Errata i202 (OMAP3430 - 1.12, OMAP3630 - 1.6): > UART module MDR1 register access can cause a dummy