From patchwork Fri Dec 3 13:35:05 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 520843 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C3213C433EF for ; Fri, 3 Dec 2021 13:35:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1381161AbhLCNip (ORCPT ); Fri, 3 Dec 2021 08:38:45 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40830 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1381191AbhLCNii (ORCPT ); Fri, 3 Dec 2021 08:38:38 -0500 Received: from albert.telenet-ops.be (albert.telenet-ops.be [IPv6:2a02:1800:110:4::f00:1a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C25B1C061395 for ; Fri, 3 Dec 2021 05:35:13 -0800 (PST) Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed10:3191:9890:620a:6f4]) by albert.telenet-ops.be with bizsmtp id RpbA2600G3eLghq06pbAi1; Fri, 03 Dec 2021 14:35:11 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1mt8iT-002LQW-RS; Fri, 03 Dec 2021 14:35:09 +0100 Received: from geert by rox.of.borg with local (Exim 4.93) (envelope-from ) id 1mt8iT-000kka-5i; Fri, 03 Dec 2021 14:35:09 +0100 From: Geert Uytterhoeven To: Dmitry Torokhov , Rob Herring , Marc Zyngier Cc: linux-input@vger.kernel.org, devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH 0/3] Input: gpio-keys - Interrupt-related fixes Date: Fri, 3 Dec 2021 14:35:05 +0100 Message-Id: X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org Hi all, This patch series contains two interrupt-related fixes for the gpio-keys DT bindings and driver, and a small clean-up. The first two patches can be applied independently. The third patch, which is marked RFC, depends on the second. Thanks for your comments! Geert Uytterhoeven (3): dt-bindings: input: gpio-keys: Fix interrupts in example Input: gpio-keys - Use input_report_key() [WIP] [RFC] Input: gpio-keys - Fix ghost events with both-edge irqs .../devicetree/bindings/input/gpio-keys.yaml | 2 +- drivers/input/keyboard/gpio_keys.c | 38 ++++++++++++------- 2 files changed, 25 insertions(+), 15 deletions(-)