From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Purdie Subject: [patch 7/8] w100fb: Update corgi platform code to match new driver Date: Fri, 29 Jul 2005 10:47:04 +0100 Message-ID: <1122630424.7747.98.camel@localhost.localdomain> Reply-To: linux-fbdev-devel@lists.sourceforge.net Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Received: from sc8-sf-mx1-b.sourceforge.net ([10.3.1.91] helo=mail.sourceforge.net) by sc8-sf-list1.sourceforge.net with esmtp (Exim 4.30) id 1DyRSP-0005BH-9u for linux-fbdev-devel@lists.sourceforge.net; Fri, 29 Jul 2005 02:47:09 -0700 Received: from tim.rpsys.net ([194.106.48.114] ident=0) by mail.sourceforge.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.44) id 1DyRSN-0007P9-NK for linux-fbdev-devel@lists.sourceforge.net; Fri, 29 Jul 2005 02:47:09 -0700 Sender: linux-fbdev-devel-admin@lists.sourceforge.net Errors-To: linux-fbdev-devel-admin@lists.sourceforge.net List-Unsubscribe: , List-Id: List-Post: List-Help: List-Subscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii" To: akpm@osdl.org Cc: adaplas@pol.net, linux-fbdev-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org This patch moves the platform specific Sharp SL-C7x0 LCD code from the w100fb driver into a more appropriate place and updates the Corgi code to match the new w100fb driver. It also updates the corgi touchscreen code to match the new simplified interface available from w100fb. Signed-off-by: Richard Purdie Index: linux-2.6.12/arch/arm/mach-pxa/Makefile =================================================================== --- linux-2.6.12.orig/arch/arm/mach-pxa/Makefile 2005-07-28 16:30:52.000000000 +0100 +++ linux-2.6.12/arch/arm/mach-pxa/Makefile 2005-07-28 16:31:07.000000000 +0100 @@ -11,7 +11,7 @@ obj-$(CONFIG_ARCH_LUBBOCK) += lubbock.o obj-$(CONFIG_MACH_MAINSTONE) += mainstone.o obj-$(CONFIG_ARCH_PXA_IDP) += idp.o -obj-$(CONFIG_PXA_SHARP_C7xx) += corgi.o corgi_ssp.o ssp.o +obj-$(CONFIG_PXA_SHARP_C7xx) += corgi.o corgi_ssp.o corgi_lcd.o ssp.o obj-$(CONFIG_MACH_POODLE) += poodle.o # Support for blinky lights Index: linux-2.6.12/arch/arm/mach-pxa/corgi.c =================================================================== --- linux-2.6.12.orig/arch/arm/mach-pxa/corgi.c 2005-07-28 16:30:52.000000000 +0100 +++ linux-2.6.12/arch/arm/mach-pxa/corgi.c 2005-07-28 16:31:07.000000000 +0100 @@ -39,7 +39,6 @@ #include #include -#include