From mboxrd@z Thu Jan 1 00:00:00 1970 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id CFFE5CD37B0 for ; Mon, 18 Sep 2023 06:44:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Subject:To:From:Date:Reply-To:Cc:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=bukAnNYow+GWc4HeuatO+8LLG67FtGcD0sHtIItRQfw=; b=4GQaoL5sD21VIb mpRoT0GaVDL68wgBNQbwPgnj7FDF3geKkMctXkiTyn6uV4SVp+lhx9voFQCGeISl/su5NwfoUELbN bsEl8xBzfllxpCONIjvQIrHwW5PVmSGkTlrOxVYjNybAvUsz3kg3MvB8I/70bLXy76GfJOxRV2Lk5 YEDMA2z6vG4qVwvYDsbu51UMq/bjznAcVpfsxkWF2jTLV6KpsX9FKEuXGRkcgueEINV55AVy4V6PT 1f+T/2yd61u61LXs3nZE9flqLMwariurUA5KT2xEQMdx3i4Phsk5tReJeSu6/UtgoZdhglmWyLuHn z/TXvUu8TLFlAwUBZ5KA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qi7yq-00EZrF-2q; Mon, 18 Sep 2023 06:43:36 +0000 Received: from mail.andi.de1.cc ([2a02:c205:3004:2154::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qi7yo-00EZpu-1g for linux-arm-kernel@lists.infradead.org; Mon, 18 Sep 2023 06:43:35 +0000 Received: from p5dc58a3d.dip0.t-ipconnect.de ([93.197.138.61] 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 1qi7yI-003vCw-MG; Mon, 18 Sep 2023 08:43:02 +0200 Date: Mon, 18 Sep 2023 08:42:57 +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, andreas@kemnade.info, u.kleine-koenig@pengutronix.de, Jonathan.Cameron@huawei.com, linus.walleij@linaro.org, heiko@sntech.de, linux-input@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 0/4] Input: zforce_ts: standard properties Message-ID: <20230918084257.6200041d@aktux> In-Reply-To: <20230821171151.555091-1-andreas@kemnade.info> References: <20230821171151.555091-1-andreas@kemnade.info> X-Mailer: Claws Mail 4.1.1 (GTK 3.24.37; x86_64-pc-linux-gnu) MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230917_234334_562370_175C8D1D X-CRM114-Status: UNSURE ( 9.98 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org ping On Mon, 21 Aug 2023 19:11:47 +0200 Andreas Kemnade wrote: > Accept standard touchscreen properties to also enable specification > of touchscreen orientation. > > Changes in V2: > - correct mail address in .yaml > > 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 > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel