From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751308AbVHGMcv (ORCPT ); Sun, 7 Aug 2005 08:32:51 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751311AbVHGMcv (ORCPT ); Sun, 7 Aug 2005 08:32:51 -0400 Received: from tim.rpsys.net ([194.106.48.114]:63926 "EHLO tim.rpsys.net") by vger.kernel.org with ESMTP id S1751308AbVHGMcu (ORCPT ); Sun, 7 Aug 2005 08:32:50 -0400 Subject: [patch resend] w100fb: Update corgi platform code to match new driver From: Richard Purdie To: akpm@osdl.org Cc: linux-kernel@vger.kernel.org, linux-fbdev-devel@lists.sourceforge.net, adaplas@pol.net Content-Type: text/plain Date: Sun, 07 Aug 2005 13:32:17 +0100 Message-Id: <1123417938.7800.12.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-08-05 17:31:38.000000000 +0100 +++ linux-2.6.12/arch/arm/mach-pxa/Makefile 2005-08-05 17:31:47.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-08-05 17:31:38.000000000 +0100 +++ linux-2.6.12/arch/arm/mach-pxa/corgi.c 2005-08-05 17:31:47.000000000 +0100 @@ -39,7 +39,6 @@ #include #include -#include