From patchwork Fri Feb 5 00:31:52 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Miao X-Patchwork-Id: 77252 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 o150WHhW015161 for ; Fri, 5 Feb 2010 00:32:17 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756895Ab0BEAcO (ORCPT ); Thu, 4 Feb 2010 19:32:14 -0500 Received: from mail-qy0-f202.google.com ([209.85.221.202]:50971 "EHLO mail-qy0-f202.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756866Ab0BEAcO (ORCPT ); Thu, 4 Feb 2010 19:32:14 -0500 Received: by qyk40 with SMTP id 40so1539544qyk.14 for ; Thu, 04 Feb 2010 16:32:12 -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=NsfpcohSEj5uVs79ZAdxBopFOzsAeyIt6vQPG4arPkk=; b=NRf/y9a8ejYz8+rFiza9hGOovzguqKOy9/NuBZDdjuTBX7ftDnjcSX+HQ31X9MLWI1 SExGPv78A2jpSXsA66c/u++gtIHIYqRBgOgU50zmgDZbrluOSMr4AF2sBnUmbsRBx/81 uNKVMIyF8yVzGrZcBiPfiu46pKow9yhu4WIXY= 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=VOEQtU8y9mvMH/wxtPkSjPt/HQ8h/VFR7TzYTVBo4Gs/b8SX5wKVgLCMeO0tqRolpv pOEzbM6eW46Tn3iIueGhRgtNYjZm7Qj95YS7cTAum9r5zcKut9mpPkq27CX8wwsvFf9D KXJhZ6IRPbHy5WfuF5d6m5VoxSn5iPKSX3zdY= MIME-Version: 1.0 Received: by 10.229.62.80 with SMTP id w16mr970835qch.89.1265329932450; Thu, 04 Feb 2010 16:32:12 -0800 (PST) From: Eric Miao Date: Thu, 4 Feb 2010 16:31:52 -0800 Message-ID: Subject: [PATCH] input: mark {corgi,spitz,tosa}kbd driver deprecated To: linux-arm-kernel , linux-input@vger.kernel.org Cc: Richard Purdie , Dmitry Eremin-Solenikov 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:32:18 +0000 (UTC) diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 0a46833..5860583 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt @@ -542,3 +542,15 @@ Why: Duplicate functionality with the gspca_zc3xx driver, zc0301 only sensors) wich are also supported by the gspca_zc3xx driver (which supports 53 USB-ID's in total) Who: Hans de Goede + +---------------------------- + +What: corgikbd, spitzkbd, tosakbd driver +When: 2.6.35 +Files: drivers/input/keyboard/{corgi,spitz,tosa}kbd.c +Why: We now have a generic GPIO based matrix keyboard driver that + are fully capable of handling all the keys on these devices. + The original drivers manipulate the GPIO registers directly + and so are difficult to maintain. +Who: Eric Miao + diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig index 02c836e..3d131cc 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig @@ -144,13 +144,16 @@ config KEYBOARD_BFIN module will be called bf54x-keys. config KEYBOARD_CORGI - tristate "Corgi keyboard" + tristate "Corgi keyboard (deprecated)" depends on PXA_SHARPSL default y help Say Y here to enable the keyboard on the Sharp Zaurus SL-C7xx series of PDAs. + This driver is now deprecated, use generic GPIO based matrix + keyboard driver instead. + To compile this driver as a module, choose M here: the module will be called corgikbd. @@ -329,13 +332,16 @@ config KEYBOARD_PXA930_ROTARY module will be called pxa930_rotary. config KEYBOARD_SPITZ - tristate "Spitz keyboard" + tristate "Spitz keyboard (deprecated)" depends on PXA_SHARPSL default y help Say Y here to enable the keyboard on the Sharp Zaurus SL-C1000, SL-C3000 and Sl-C3100 series of PDAs. + This driver is now deprecated, use generic GPIO based matrix + keyboard driver instead. + To compile this driver as a module, choose M here: the module will be called spitzkbd. @@ -402,12 +408,15 @@ config KEYBOARD_TWL4030 module will be called twl4030_keypad. config KEYBOARD_TOSA - tristate "Tosa keyboard" + tristate "Tosa keyboard (deprecated)" depends on MACH_TOSA default y help Say Y here to enable the keyboard on the Sharp Zaurus SL-6000x (Tosa) + This driver is now deprecated, use generic GPIO based matrix + keyboard driver instead. + To compile this driver as a module, choose M here: the module will be called tosakbd. -- To unsubscribe from this list: send the line "unsubscribe linux-input" in