From patchwork Fri Feb 5 00:45:41 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Miao X-Patchwork-Id: 77253 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o150k61G011006 for ; Fri, 5 Feb 2010 00:46:06 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757695Ab0BEAqF (ORCPT ); Thu, 4 Feb 2010 19:46:05 -0500 Received: from qw-out-2122.google.com ([74.125.92.25]:40366 "EHLO qw-out-2122.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757594Ab0BEAqC (ORCPT ); Thu, 4 Feb 2010 19:46:02 -0500 Received: by qw-out-2122.google.com with SMTP id 9so363483qwb.37 for ; Thu, 04 Feb 2010 16:46:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:cc:content-type; bh=DvAX8W9lSa6ldfiZPZP1skbz0jDnQ8on0TkZ3xXXg2U=; b=DvyATAZUr83RmZzme5ZEsg+ITpk1DMWgAgz/f4e4CYEwdfKYBX0BL0GJyJNyPcT5jh XEneFJmJ66GfF/vZ8PWL9SFmrU6bt+SbRgh6qTcRbcoRqvegI1iZ5UFxNOojZwyGl1oJ 293a1L1u0ZOvIFR6pXHygjWgAXLRJRw0XwXWQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:cc:content-type; b=R/pc6OpigvMvpdk2Rb9gdk9nOEXRlqga12SrcBS+U7J/bfz5ASRrR4f234+2HHeFoo 8VBFkwaEZm6LocBzkhGRd2F8kGSclwI26y7S/6zjxDgV53q332oNvKGIl0ATzIn2yUYI Z3SJAfkCJmuwpVbOIxpaNS90HtI6qd8ZMYnMk= MIME-Version: 1.0 Received: by 10.229.224.133 with SMTP id io5mr1020753qcb.37.1265330761357; Thu, 04 Feb 2010 16:46:01 -0800 (PST) From: Eric Miao Date: Thu, 4 Feb 2010 16:45:41 -0800 Message-ID: Subject: [PATCH] input: schedule corgi_ssp and corgi_ts to be removed To: linux-arm-kernel , linux-input@vger.kernel.org Cc: Richard Purdie Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Fri, 05 Feb 2010 00:46:06 +0000 (UTC) diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 5860583..e16529e 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt @@ -554,3 +554,15 @@ Why: We now have a generic GPIO based matrix keyboard driver that and so are difficult to maintain. Who: Eric Miao +---------------------------- + +What: corgi_ssp and corgi_ts driver +When: 2.6.35 +Files: arch/arm/mach-pxa/corgi_ssp.c, drivers/input/touchscreen/corgi_ts.c +Why: The corgi touchscreen is now deprecated in favour of the generic + ads7846.c driver. The noise reduction technique used in corgi_ts.c + that to wait til vsync before ADC sampling is also inte grated into + ads7846 driver now. Provided that the original driver is no generic + and difficult to maintain, will be removed later. +Who: Eric Miao