From patchwork Fri Feb 5 11:04:23 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Miao X-Patchwork-Id: 77319 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 o15B4jNQ014456 for ; Fri, 5 Feb 2010 11:04:45 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754534Ab0BELEo (ORCPT ); Fri, 5 Feb 2010 06:04:44 -0500 Received: from mail-pz0-f189.google.com ([209.85.222.189]:57276 "EHLO mail-pz0-f189.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753014Ab0BELEo convert rfc822-to-8bit (ORCPT ); Fri, 5 Feb 2010 06:04:44 -0500 Received: by pzk27 with SMTP id 27so4011507pzk.33 for ; Fri, 05 Feb 2010 03:04:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=8zXbSBA9c81+O6YLS0qrPXB01qX6KZOHFwskm2gBx5E=; b=a+DIpyG056vfbt7u4vXfShDe5LdGAmVVi6dBW1NDoFZzvkppiQFF4zfs+MQBrroc2m b/IEws3W5fK4nYrX7bvvcTx17es9uQWgfAhQIJMUt/iPoWt1KepGJCT2kBBPxXRmI3fZ eZRkoABAUL8FusLzNzIBFbCanZjyjcgNvREhk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=LwKFp7H9onw4cVK4ixy+I/4jwcSuHCd8Y/dlG2xowxlR2WaTibz3esRyaUv5NLgrov nQ87KK5A80437msD1FNgoKSZhhO4NLdlWU5pETjnvrQxlG+yauicYnAw/s76LUj/WVwK Hb22Ux3CSvIrYSvHO5s+1LwK9HNfKeBGNTciI= MIME-Version: 1.0 Received: by 10.115.84.2 with SMTP id m2mr1614604wal.224.1265367883337; Fri, 05 Feb 2010 03:04:43 -0800 (PST) In-Reply-To: <4B6BF488.3070107@ru.mvista.com> References: <4B6BF488.3070107@ru.mvista.com> From: Eric Miao Date: Fri, 5 Feb 2010 03:04:23 -0800 Message-ID: Subject: Re: [PATCH] input: schedule corgi_ssp and corgi_ts to be removed To: Sergei Shtylyov Cc: linux-arm-kernel , linux-input@vger.kernel.org, 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 11:04:45 +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's to wait til vsync before ADC sampling is also integrated into + ads7846 driver now. Provided that the original driver is not generic + and difficult to maintain, it will be removed later. +Who: Eric Miao