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 X-Spam-Level: X-Spam-Status: No, score=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1B501C432BE for ; Fri, 23 Jul 2021 21:49:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F3B1960EBC for ; Fri, 23 Jul 2021 21:49:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231839AbhGWVJB (ORCPT ); Fri, 23 Jul 2021 17:09:01 -0400 Received: from mail-io1-f41.google.com ([209.85.166.41]:40812 "EHLO mail-io1-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231724AbhGWVJA (ORCPT ); Fri, 23 Jul 2021 17:09:00 -0400 Received: by mail-io1-f41.google.com with SMTP id m13so4207025iol.7; Fri, 23 Jul 2021 14:49:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=8fRJVcOJ+Brkc9LZuEeklqc3pVelEiW0RBMYwaheEYY=; b=ifG5dZupjiWZKYxP+pQ+kd/f049pNXfQcwjgwDEneJECLFpvXna8JYo1spGj7yrEiL aJPU2jx0wcQvi+3GhvfFZYDr7Kz3uNPgX5T8HQ+o45OkxlTd2UnijSDpK5UNKD6u6YCA 1J9mpvBhkjcZU9Z73SI3TXKniv2m6yGovAxHFlU9WtOrcObQ4V1lPurxHNekSunPIkQM HyF76b5Tely2O+G4nano5D61kaoZxHwgZuXitM8krmtxAAK76njc4rypzFSHEu/LSjxf iA2WbLWBvcDcxFY8i9JYqaYs5KEIHqyTlPyNcfTmRtKoKCkOCXN1OZ9NS6xXPtx//Z2e PHdA== X-Gm-Message-State: AOAM533JaSHa+P/hVENtTPzZvMUC0OiZUvAzrG+jut4psU4icx7z2qOo bf93o88XIaEliQtALS4I6w== X-Google-Smtp-Source: ABdhPJx1wDjeUBaY44s1QpQ1D3mxvPy4aGnKqWZapfw5h488/SHDXJru504LhBcu8gLjLuUu5D7k/w== X-Received: by 2002:a05:6638:14c1:: with SMTP id l1mr5692530jak.97.1627076973569; Fri, 23 Jul 2021 14:49:33 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id m184sm18718627ioa.17.2021.07.23.14.49.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 23 Jul 2021 14:49:32 -0700 (PDT) Received: (nullmailer pid 2651959 invoked by uid 1000); Fri, 23 Jul 2021 21:49:29 -0000 Date: Fri, 23 Jul 2021 15:49:29 -0600 From: Rob Herring To: Maxime Ripard Cc: Chen-Yu Tsai , Jernej Skrabec , devicetree@vger.kernel.org, linux-input@vger.kernel.org, linux-sunxi@googlegroups.com, linux-arm-kernel@lists.infradead.org, Rob Herring , Dmitry Torokhov , Frank Rowand Subject: Re: [PATCH 17/54] dt-bindings: input: Convert Pixcir Touchscreen binding to a schema Message-ID: <20210723214929.GA2651907@robh.at.kernel.org> References: <20210721140424.725744-1-maxime@cerno.tech> <20210721140424.725744-18-maxime@cerno.tech> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210721140424.725744-18-maxime@cerno.tech> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, 21 Jul 2021 16:03:47 +0200, Maxime Ripard wrote: > The Pixcir Touchscreen Controller is supported by Linux thanks to > its device tree binding. > > Now that we have the DT validation in place, let's convert the device > tree bindings for that driver over to a YAML schema. > > Cc: Dmitry Torokhov > Cc: linux-input@vger.kernel.org > Signed-off-by: Maxime Ripard > --- > .../input/touchscreen/pixcir,pixcir_ts.yaml | 68 +++++++++++++++++++ > .../input/touchscreen/pixcir_i2c_ts.txt | 31 --------- > 2 files changed, 68 insertions(+), 31 deletions(-) > create mode 100644 Documentation/devicetree/bindings/input/touchscreen/pixcir,pixcir_ts.yaml > delete mode 100644 Documentation/devicetree/bindings/input/touchscreen/pixcir_i2c_ts.txt > Reviewed-by: Rob Herring 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 X-Spam-Level: X-Spam-Status: No, score=-15.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 08978C4338F for ; Fri, 23 Jul 2021 21:51:09 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id B566C60E95 for ; Fri, 23 Jul 2021 21:51:07 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org B566C60E95 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org 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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=ooqaVVlJ94wKJ/ceADbKsKTfBfhI+PTL9BGbRhoqq/s=; b=ouiP6AOcufFzy7 r+prA+YGlSLtPvc04p6AsSXl+o7SsNbj2HTlC+AB+9IpUhtTpeR1hJXMRfwF9ODY5cXuX9ZUiq1z/ HiuesL9QN9fpNG4wfrs/sXlcTYOuxrAv5M46zB5XsRRHMyRcF/eO4STwyGvOT5a7SC/szglG7/pzY q3/DCRHMfvfM5NSLnVHLbjbkcOn8WrA3K8fWtswPhT3JoEMrICBPj4jLoM7dyzvaXpDu2khFHwvLW mUr/eHscwjKWBk7aKkfJlLCr9+HIOCoD0Q9kGnaRnkJwhIImFdTMvlWOBg1j6t0KaeTuyXbcoZHpZ Qd5Ap3DgEhNXbVL66zgA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1m7336-0062SM-0w; Fri, 23 Jul 2021 21:49:40 +0000 Received: from mail-io1-f47.google.com ([209.85.166.47]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1m7330-0062QX-Rp for linux-arm-kernel@lists.infradead.org; Fri, 23 Jul 2021 21:49:36 +0000 Received: by mail-io1-f47.google.com with SMTP id r18so4256975iot.4 for ; Fri, 23 Jul 2021 14:49:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=8fRJVcOJ+Brkc9LZuEeklqc3pVelEiW0RBMYwaheEYY=; b=CbmMIcp8/KWD1t4Ne2lSAuAEE5OAGyvA3XKQQ01paQqnm+2wfLjHBiv2qoWm0e6zj4 BR38ZpUKGQD/R5OvJLJzSrASnGF3wkkV66eEusuM/nncx+7lReuNHTyOjfuUvDU/Orc0 hSA2lAXxWTxULaTyv8Zl08vuEQuCGs6GJVEzN0h87IQaT6MV1uEPyUDxwSdOVPHqHeo9 YhLFd0m9eYvPUnUeSQpEtjIc73PsfNEPH/lO34YG+v0NvzzaCTf51EmlTHBRxJ8nzgAI MEY7GVlAloi23p3mRxGlTlRsEKrm05UuqvIkYPVCGkn2frC6BOOcXEPpMFYeuCNdQiHh umDA== X-Gm-Message-State: AOAM530BlZsBJ8HQ0GkccDPvjdK2vCpn4xOzIEDSSZqg8XKrXotYhE8G FzTbjSh9Fb5soOOGXKmXrQ== X-Google-Smtp-Source: ABdhPJx1wDjeUBaY44s1QpQ1D3mxvPy4aGnKqWZapfw5h488/SHDXJru504LhBcu8gLjLuUu5D7k/w== X-Received: by 2002:a05:6638:14c1:: with SMTP id l1mr5692530jak.97.1627076973569; Fri, 23 Jul 2021 14:49:33 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id m184sm18718627ioa.17.2021.07.23.14.49.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 23 Jul 2021 14:49:32 -0700 (PDT) Received: (nullmailer pid 2651959 invoked by uid 1000); Fri, 23 Jul 2021 21:49:29 -0000 Date: Fri, 23 Jul 2021 15:49:29 -0600 From: Rob Herring To: Maxime Ripard Cc: Chen-Yu Tsai , Jernej Skrabec , devicetree@vger.kernel.org, linux-input@vger.kernel.org, linux-sunxi@googlegroups.com, linux-arm-kernel@lists.infradead.org, Rob Herring , Dmitry Torokhov , Frank Rowand Subject: Re: [PATCH 17/54] dt-bindings: input: Convert Pixcir Touchscreen binding to a schema Message-ID: <20210723214929.GA2651907@robh.at.kernel.org> References: <20210721140424.725744-1-maxime@cerno.tech> <20210721140424.725744-18-maxime@cerno.tech> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210721140424.725744-18-maxime@cerno.tech> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210723_144934_941520_CB2F9BB2 X-CRM114-Status: GOOD ( 15.94 ) 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 On Wed, 21 Jul 2021 16:03:47 +0200, Maxime Ripard wrote: > The Pixcir Touchscreen Controller is supported by Linux thanks to > its device tree binding. > > Now that we have the DT validation in place, let's convert the device > tree bindings for that driver over to a YAML schema. > > Cc: Dmitry Torokhov > Cc: linux-input@vger.kernel.org > Signed-off-by: Maxime Ripard > --- > .../input/touchscreen/pixcir,pixcir_ts.yaml | 68 +++++++++++++++++++ > .../input/touchscreen/pixcir_i2c_ts.txt | 31 --------- > 2 files changed, 68 insertions(+), 31 deletions(-) > create mode 100644 Documentation/devicetree/bindings/input/touchscreen/pixcir,pixcir_ts.yaml > delete mode 100644 Documentation/devicetree/bindings/input/touchscreen/pixcir_i2c_ts.txt > Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel