From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262549AbVG2J6d (ORCPT ); Fri, 29 Jul 2005 05:58:33 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261948AbVG2J42 (ORCPT ); Fri, 29 Jul 2005 05:56:28 -0400 Received: from tim.rpsys.net ([194.106.48.114]:6080 "EHLO tim.rpsys.net") by vger.kernel.org with ESMTP id S262554AbVG2Jr1 (ORCPT ); Fri, 29 Jul 2005 05:47:27 -0400 Subject: [patch 7/8] w100fb: Update corgi platform code to match new driver From: Richard Purdie To: akpm@osdl.org Cc: adaplas@pol.net, linux-fbdev-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org Content-Type: text/plain Date: Fri, 29 Jul 2005 10:47:04 +0100 Message-Id: <1122630424.7747.98.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.1.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: 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