From patchwork Mon Dec 11 16:57:05 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 752809 Received: from relmlie6.idc.renesas.com (relmlor2.renesas.com [210.160.252.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id CA8F3D8; Mon, 11 Dec 2023 08:57:14 -0800 (PST) X-IronPort-AV: E=Sophos;i="6.04,268,1695654000"; d="scan'208";a="189940373" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie6.idc.renesas.com with ESMTP; 12 Dec 2023 01:57:13 +0900 Received: from localhost.localdomain (unknown [10.226.92.141]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 01A95400A8A6; Tue, 12 Dec 2023 01:57:10 +0900 (JST) From: Biju Das To: Dmitry Torokhov Cc: Biju Das , Support Opensource , linux-input@vger.kernel.org, Geert Uytterhoeven , Prabhakar Mahadev Lad , Biju Das , linux-renesas-soc@vger.kernel.org Subject: [PATCH 0/3] Add polling support for DA9063 onkey driver Date: Mon, 11 Dec 2023 16:57:05 +0000 Message-Id: <20231211165708.161808-1-biju.das.jz@bp.renesas.com> X-Mailer: git-send-email 2.25.1 Precedence: bulk X-Mailing-List: linux-input@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 On some platforms (eg: RZ/{G2UL,Five} SMARC EVK), there is no IRQ populated by default. This patch series aims to add polling support by parsing the polling interval from device tree and then detect short key press and long press key. Biju Das (3): Input: da9063 - Simplify obtaining OF match data Input: da9063 - Use dev_err_probe() Input: da9063 - Add polling support drivers/input/misc/da9063_onkey.c | 153 ++++++++++++++++++------------ 1 file changed, 92 insertions(+), 61 deletions(-)