From patchwork Tue Jun 27 06:53:14 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jiri Valek - 2N X-Patchwork-Id: 697561 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 0DA94EB64D9 for ; Tue, 27 Jun 2023 06:54:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230337AbjF0Gx6 (ORCPT ); Tue, 27 Jun 2023 02:53:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47300 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230308AbjF0Gxg (ORCPT ); Tue, 27 Jun 2023 02:53:36 -0400 Received: from smtp1.axis.com (smtp1.axis.com [195.60.68.17]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E32B11BEB; Mon, 26 Jun 2023 23:53:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=axis.com; q=dns/txt; s=axis-central1; t=1687848810; x=1719384810; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=mOwTb3Hstep0A5XjAvtOEPKED0kB3c1FXOZYNvEJEw4=; b=RRU/t/d7nKEjYG90YcOvCch2QXs/LogSCrvUTlAq4OVywbD7osQ4lmle hTuEt5kx1gNNsH5Gfxmh79hiJErxk1KJzWjMxCPCJP+L48RBoGauFFl0V +JNbwTs3ELi9y0X49c9v20LI4qX64E+oSh1lrONsrZy2jsN8NVVXu1ZOb mF9chy2Kudb2ys5T0EoKrGh1aBNoWeW79gebV/cB0pJN6aCaW7ShYnr0z n/Mcr3b6UOYynSwFPf7rTMr2oOrPQ5t4F/pEVd3TNwM7uAowi8rgQmofb s5EULi2AYAVBcyyX8ry5Yh6QJaHXaCne7Iw/lCG35xzuk+Wj3mJlSHFPL Q==; From: Jiri Valek - 2N To: , CC: , , , , , Subject: [PATCH v4 0/2] Input: cap11xx add advanced sensitivity settings Date: Tue, 27 Jun 2023 08:53:14 +0200 Message-ID: <20230627065316.1065911-1-jiriv@axis.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-Originating-IP: [10.0.5.60] X-ClientProxiedBy: se-mail01w.axis.com (10.20.40.7) To se-mail01w.axis.com (10.20.40.7) Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org PATCH 1 - add documentation for new options PATCH 2 - add support for advanced settings into driver Changes in v2: - Removed "sensitivity-base-shift" parameter (not HW propertie) in PATCH 2. - Used IRQ from I2C subsystem instead of parsing it again. - Fixed some documentation issues in PATCH 1 Changes in v3: - Remove incorrectly used "Reviewed-by" tag in PATCH 1 and 2 Changes in v4: - Remove unused variable in PATCH 2 Jiri Valek - 2N (2): dt-bindings: input: microchip,cap11xx: add advanced sensitivity settings Input: cap11xx - add advanced sensitivity settings .../bindings/input/microchip,cap11xx.yaml | 77 +++++- drivers/input/keyboard/cap11xx.c | 250 ++++++++++++++---- 2 files changed, 269 insertions(+), 58 deletions(-)