From patchwork Tue Aug 15 18:29:44 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Kemnade X-Patchwork-Id: 713891 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 4CBBCC001E0 for ; Tue, 15 Aug 2023 18:58:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239287AbjHOS56 (ORCPT ); Tue, 15 Aug 2023 14:57:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35898 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239534AbjHOS5a (ORCPT ); Tue, 15 Aug 2023 14:57:30 -0400 Received: from mail.andi.de1.cc (mail.andi.de1.cc [IPv6:2a02:c205:3004:2154::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B1769210E; Tue, 15 Aug 2023 11:56:57 -0700 (PDT) Received: from p200300ccff31d1001a3da2fffebfd33a.dip0.t-ipconnect.de ([2003:cc:ff31:d100:1a3d:a2ff:febf:d33a] helo=aktux) by mail.andi.de1.cc with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qVyno-002fC1-4Z; Tue, 15 Aug 2023 20:30:00 +0200 Received: from andi by aktux with local (Exim 4.96) (envelope-from ) id 1qVynn-000tIy-0u; Tue, 15 Aug 2023 20:29:59 +0200 From: Andreas Kemnade To: dmitry.torokhov@gmail.com, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, shawnguo@kernel.org, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com, rydberg@bitmath.org, u.kleine-koenig@pengutronix.de, linus.walleij@linaro.org, Jonathan.Cameron@huawei.com, linux-input@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: Andreas Kemnade Subject: [PATCH 0/4] Input: zforce_ts: standard properties Date: Tue, 15 Aug 2023 20:29:44 +0200 Message-Id: <20230815182948.212575-1-andreas@kemnade.info> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Accept standard touchscreen properties to also enable specification of touchscreen orientation. Andreas Kemnade (4): dt-bindings: touchscreen: convert neonode,zforce to json-schema dt-bindings: touchscreen: neonode,zforce: Use standard properties Input: zforce_ts: Accept standard touchscreen properties ARM: dts: imx6sl-tolino-shine2hd: fix touchscreen rotation .../input/touchscreen/neonode,zforce.yaml | 72 +++++++++++++++++++ .../bindings/input/touchscreen/zforce_ts.txt | 34 --------- .../dts/nxp/imx/imx6sl-tolino-shine2hd.dts | 6 +- drivers/input/touchscreen/zforce_ts.c | 36 +++++----- 4 files changed, 94 insertions(+), 54 deletions(-) create mode 100644 Documentation/devicetree/bindings/input/touchscreen/neonode,zforce.yaml delete mode 100644 Documentation/devicetree/bindings/input/touchscreen/zforce_ts.txt