Re: [PATCH 03/10] OMAP: Devkit8000: Change lcd driver to AT070TN83

2011-09-20 Thread Tomi Valkeinen
Hi Thomas, On Tue, 2011-09-20 at 14:35 +0200, Thomas Weber wrote: > Hello Tomi, > > I'm missing the following patch: > OMAP: DSS2: Support for Innolux AT070TN83 That patch is in my DSS2 tree. This patch series is only board file changes for Tony to ack. Tomi -- To unsubscribe from this list:

Re: [PATCH 03/10] OMAP: Devkit8000: Change lcd driver to AT070TN83

2011-09-20 Thread Thomas Weber
Hello Tomi, I'm missing the following patch: OMAP: DSS2: Support for Innolux AT070TN83 http://www.spinics.net/lists/linux-omap/msg56495.html Thomas -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majord...@vger.kernel.org More majordomo info a

[PATCH 03/10] OMAP: Devkit8000: Change lcd driver to AT070TN83

2011-09-20 Thread Tomi Valkeinen
From: Thomas Weber Change lcd driver from generic to AT070TN83. Signed-off-by: Thomas Weber Signed-off-by: Tomi Valkeinen --- arch/arm/mach-omap2/board-devkit8000.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/board-devkit8000.c b/arch/arm

[PATCH 2/3] OMAP: Devkit8000: Change lcd driver to AT070TN83

2011-09-01 Thread Thomas Weber
Change lcd driver from generic to AT070TN83. Signed-off-by: Thomas Weber --- arch/arm/mach-omap2/board-devkit8000.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/board-devkit8000.c b/arch/arm/mach-omap2/board-devkit8000.c index 4b1f6c6..a3b8e81

LCD driver

2011-01-06 Thread kalyan Alle
Hi, Plz let me know the location of LCD panel driver for OMAP3 EVM (AM37xx EVM). Iam using the latest 2.6 kernel. thanks kalyan alle -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.ke

[PATCH] ARM: OMAP: Remove broken LCD driver for SX1

2008-11-26 Thread Tony Lindgren
>From 7953031da4200323ab5d85bd514054ca4ba9d225 Mon Sep 17 00:00:00 2001 From: Tony Lindgren <[EMAIL PROTECTED]> Date: Mon, 24 Nov 2008 18:11:16 -0800 Subject: [PATCH] ARM: OMAP: Remove broken LCD driver for SX1 Recently the omap McBSP code was cleaned up to get rid of direct McBSP

[PATCH] ARM: OMAP: Remove broken LCD driver for SX1 (Re: Please fix lcd_sx1.c)

2008-11-24 Thread Tony Lindgren
uld need to fix this. Looks like the driver is attempting to use SPI mode, but is doing it in a different way compared to mcbsp.c. I'm suggesting the following patch unless somebody can do a real patch for this over next few days. Regards, Tony >From 7953031da4200323ab5d85bd514054ca4ba9d2