From patchwork Tue Feb 25 11:59:19 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dmitry Baryshkov X-Patchwork-Id: 3716051 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 73A3E9F2ED for ; Tue, 25 Feb 2014 12:00:11 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 27891201CD for ; Tue, 25 Feb 2014 12:00:10 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 3FC3C201C7 for ; Tue, 25 Feb 2014 12:00:09 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WIGg5-0003bw-9C; Tue, 25 Feb 2014 12:00:01 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WIGg3-0007g5-3V; Tue, 25 Feb 2014 11:59:59 +0000 Received: from mail-wg0-f45.google.com ([74.125.82.45]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WIGg0-0007fh-Gj for linux-arm-kernel@lists.infradead.org; Tue, 25 Feb 2014 11:59:57 +0000 Received: by mail-wg0-f45.google.com with SMTP id y10so292881wgg.16 for ; Tue, 25 Feb 2014 03:59:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=mkRUqjcUMWh5Ec+iKCMHHpSiJ7G7mude5p/HONIane8=; b=WQQQ7BAC/Vrh8n4Hs4HCCPmAu8MjqwuxLwYBmu60kH0VyIEp7kyhj6WKlS033Wa7uU uMYTUxEJOS2AEcBfFjzElh3USKw4enOhiz3EN0jLip5926yEMTRdQDmtuhIGoTTGEW/+ QlMIaYWbjSJ/f+ZcUzJIS2X9QsyVQq6EVnQBoywvKyfXn7EdhFgh3z5HgAPXjzlt/pGa H4N1vmZVn4PhHvvebWze69A6njRS+bYtIFvEcQJfN+vLpqtDpfesTxX/YPM+A2C9LTpw aLDVkB0e/GtEpBT2OKjN+QyDinEsKt2C1xTDv37QWIcXI3lUX4yz/zUHxAbhCrm7hcYK HFYw== X-Received: by 10.194.87.5 with SMTP id t5mr1559352wjz.68.1393329569451; Tue, 25 Feb 2014 03:59:29 -0800 (PST) Received: from fangorn.rup.mentorg.com (nat-min.mentorg.com. [139.181.32.34]) by mx.google.com with ESMTPSA id ff7sm33372417wic.10.2014.02.25.03.59.27 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 25 Feb 2014 03:59:28 -0800 (PST) From: Dmitry Eremin-Solenikov To: linux-arm-kernel@lists.infradead.org Subject: [PATCH] ARM: pxa: add gpio keys information Date: Tue, 25 Feb 2014 15:59:19 +0400 Message-Id: <1393329559-25320-1-git-send-email-dbaryshkov@gmail.com> X-Mailer: git-send-email 1.8.5.3 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140225_065956_652516_93834F89 X-CRM114-Status: GOOD ( 13.80 ) X-Spam-Score: -2.7 (--) Cc: Eric Miao , Russell King , Haojian Zhuang X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Switching from corgikbd to matrixkbd corgi has lost support for few switches. Readd them through gpio-keys-polled device (-polled, since scoop does not provide IRQ for GPIO). Signed-off-by: Dmitry Eremin-Solenikov --- arch/arm/mach-pxa/corgi.c | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/arch/arm/mach-pxa/corgi.c b/arch/arm/mach-pxa/corgi.c index f162f1b..57d6054 100644 --- a/arch/arm/mach-pxa/corgi.c +++ b/arch/arm/mach-pxa/corgi.c @@ -32,6 +32,7 @@ #include #include #include +#include #include #include