From patchwork Wed Jan 4 13:59:49 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: 13088605 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 9ABA5C46467 for ; Wed, 4 Jan 2023 14:00:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229461AbjADOAc (ORCPT ); Wed, 4 Jan 2023 09:00:32 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55106 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229449AbjADOAa (ORCPT ); Wed, 4 Jan 2023 09:00:30 -0500 Received: from smtp2.axis.com (smtp2.axis.com [195.60.68.18]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4869A17061; Wed, 4 Jan 2023 06:00:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=axis.com; q=dns/txt; s=axis-central1; t=1672840829; x=1704376829; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=tuPHn0rueNqU221bzy8Hvvowp1SeYU4HeuNQGuvbPlI=; b=oR+p1SbP86xKZeKvchWk1O7i8NCCihZduuyRhp+DKYcWgS7yMg9WGz99 mYdbFxzDMOTQvuaIpmTINeY8GnodGpZ8c3eXYbLVJqT/ZAI7JbpyQv/0p NlodqczIogvxZeN6YLk9GIK93Pnx6WAPXS6q6i1KfUasi1uXcE4j96DH0 CagmZ30K/QjtudUc13gyHbTGyBMxEHYMNgtrhnhniQgPiRJiwLUaIMe0Z ++Z9s5iPNHSMzTyfSu057yyDwv45z0VtrfjRR67SysBzeHANxnzJ88Beh Fra06kh7Y+Mf1yqTd8m5HgoRRgg8IvIRKN9fG0AzKl6YfDaqH1f3SLfa+ Q==; From: Jiri Valek - 2N To: CC: , , , , , , Subject: [PATCH v2 0/2] Input: cap11xx add support for cap1203, cap1293 and cap1298 Date: Wed, 4 Jan 2023 14:59:49 +0100 Message-ID: <20230104135951.930783-1-jiriv@axis.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230103134105.736346-3-jiriv@axis.com> References: <20230103134105.736346-3-jiriv@axis.com> MIME-Version: 1.0 X-Originating-IP: [10.0.5.60] X-ClientProxiedBy: se-mail05w.axis.com (10.20.40.11) To se-mail03w.axis.com (10.20.40.9) Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org PATCH 1 - add compatible string for new models PATCH 2 - add support for new models into driver Changes in v2: - Fixed if statement in PATCH 2. Jiri Valek - 2N (2): dt-bindings: input: microchip,cap11xx: add cap1203, cap1293 and cap1298 Input: cap11xx - add support for cap1203, cap1293 and cap1298 .../bindings/input/microchip,cap11xx.yaml | 3 +++ drivers/input/keyboard/cap11xx.c | 19 +++++++++++++++++-- 2 files changed, 20 insertions(+), 2 deletions(-)