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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id ED31BC4332F for ; Wed, 3 Nov 2021 23:08:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D486A604D2 for ; Wed, 3 Nov 2021 23:08:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230388AbhKCXKl (ORCPT ); Wed, 3 Nov 2021 19:10:41 -0400 Received: from mail-oi1-f171.google.com ([209.85.167.171]:37524 "EHLO mail-oi1-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230108AbhKCXKi (ORCPT ); Wed, 3 Nov 2021 19:10:38 -0400 Received: by mail-oi1-f171.google.com with SMTP id o83so6177890oif.4; Wed, 03 Nov 2021 16:08:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=WLuVuAYOP3Qwoy+azSFg/EZlpahDAhqD21l4wQ3l8XI=; b=JOP/UUiCM6ltd4PdXnuPKqh9m3nEuqmfM6zAF1Yd4L7IyoSVRJJ2S/a2AO9MWcyXEk C0jXSaTk8IOwmdA+zhJpLlVp+0zRL31c2y5kY6/CkTfUzlXYgIfNfRAF5SSglgQsLXh/ v0Dk90gMB6Gv4qpRdjlJ8xOAnuxdcGLW5bSA6Mp0H3tcA7hgSVbPnGB1dGiZ58qTJ07n LWuyRGs2qOXyC4otBPD7KegIn7Yugd4fZi+AL2k41saoTSRywlhIvOspILuyfILgMLUD IczIoQLfrKxMBWzuTAZTVfG6zHaPj919zqpxVGjK3vcOrOUOvNfnB/5z0EuOEh+NFVyg RuhA== X-Gm-Message-State: AOAM532Xq2NUIAm1xsL30rX4J8lza8xeoWNjWfPQkwJO0TmQ39oYF4Gx dX22HgSsQ1Ku8lemdkeBqTVF2nWaOQ== X-Google-Smtp-Source: ABdhPJw4sVaiqSveYzsN2BnL3m300eMWJQg6pmuG4SixypC7Kx3qEJ9i6nd6n5e83pvMvIwwnqlULw== X-Received: by 2002:a05:6808:23d4:: with SMTP id bq20mr14026296oib.112.1635980880825; Wed, 03 Nov 2021 16:08:00 -0700 (PDT) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id 62sm896752ooa.47.2021.11.03.16.07.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 03 Nov 2021 16:08:00 -0700 (PDT) Received: (nullmailer pid 1941684 invoked by uid 1000); Wed, 03 Nov 2021 23:07:59 -0000 From: Rob Herring To: Alistair Francis Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linus.walleij@linaro.org, rydberg@bitmath.org, dmitry.torokhov@gmail.com, linux-input@vger.kernel.org, alistair23@gmail.com, robh+dt@kernel.org, devicetree@vger.kernel.org, mylene.josserand@free-electrons.com, andreas@kemnade.info In-Reply-To: <20211103114830.62711-3-alistair@alistair23.me> References: <20211103114830.62711-1-alistair@alistair23.me> <20211103114830.62711-3-alistair@alistair23.me> Subject: Re: [PATCH v2 2/4] Documentation: DT: bindings: input: Add documentation for cyttsp5 Date: Wed, 03 Nov 2021 18:07:59 -0500 Message-Id: <1635980879.208363.1941683.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 03 Nov 2021 21:48:28 +1000, Alistair Francis wrote: > From: Mylène Josserand > > Add the Cypress TrueTouch Generation 5 touchscreen device tree bindings > documentation. It can use I2C or SPI bus. > This touchscreen can handle some defined zone that are designed and > sent as button. To be able to customize the keycode sent, the > "linux,code" property in a "button" sub-node can be used. > > Signed-off-by: Mylène Josserand > Message-Id: <20170529144538.29187-3-mylene.josserand@free-electrons.com> > Signed-off-by: Alistair Francis > --- > .../input/touchscreen/cypress,tt21000.yaml | 92 +++++++++++++++++++ > 1 file changed, 92 insertions(+) > create mode 100644 Documentation/devicetree/bindings/input/touchscreen/cypress,tt21000.yaml > My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check' on your patch (DT_CHECKER_FLAGS is new in v5.13): yamllint warnings/errors: dtschema/dtc warnings/errors: ./Documentation/devicetree/bindings/input/touchscreen/cypress,tt21000.yaml: $id: relative path/filename doesn't match actual path or filename expected: http://devicetree.org/schemas/input/touchscreen/cypress,tt21000.yaml# Documentation/devicetree/bindings/input/touchscreen/cypress,tt21000.example.dts:37.26-39.19: Warning (unit_address_vs_reg): /example-0/i2c/touchscreen@24/button@0: node has a unit name, but no reg or ranges property Documentation/devicetree/bindings/input/touchscreen/cypress,tt21000.example.dts:41.26-43.19: Warning (unit_address_vs_reg): /example-0/i2c/touchscreen@24/button@1: node has a unit name, but no reg or ranges property Documentation/devicetree/bindings/input/touchscreen/cypress,tt21000.example.dts:45.26-47.19: Warning (unit_address_vs_reg): /example-0/i2c/touchscreen@24/button@2: node has a unit name, but no reg or ranges property Documentation/devicetree/bindings/input/touchscreen/cypress,tt21000.example.dt.yaml:0:0: /example-0/i2c/touchscreen@24: failed to match any schema with compatible: ['cypress,tt2100'] doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1550218 This check can fail if there are any dependencies. The base for a patch series is generally the most recent rc1. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit. 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 35644C433F5 for ; Wed, 3 Nov 2021 23:22:56 +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 00263611C4 for ; Wed, 3 Nov 2021 23:22:55 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 00263611C4 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-Type: MIME-Version:List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe :List-Id:Message-Id:Date:Subject:References:In-Reply-To:Cc:To:From:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=+7Imqx1bQPwv9EVg2bYe1dvCJGNT+PmBKWw3AuZ43j4=; b=YYSQnrAaT8FOF6DlqC/gLNGpLt o1z+trP2ioqNYaVW/eiZuEgRhitlLAdtcAOuKGo3xumxAir6aqegWFfOzB3DKBW6UtuxnEj3qglIY wUD5duMBUChpzM96TvEQyGdiklU2H+VWofZY3cyKSFNvefVAgqj/+W/AIB2faiW9eqWhSm6gpDLx0 Lw0WJ5HXnxhsD99e6tnSCbgC9ChGTXohq2HMo3DO+pZtVysjRrRdRb8Z6TrcKW90NxoqdcKQ1H2D7 VVVzfCpug3JM75dZFo7XlHEfZAzxqmQiqkIQjyjh4heYh/a5d/deIx7+YbTkGtBuHkae7QvVJHAqp skPkGypg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1miPYu-006yhs-5b; Wed, 03 Nov 2021 23:20:57 +0000 Received: from mail-oi1-f181.google.com ([209.85.167.181]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1miPMQ-006uMW-QM for linux-arm-kernel@lists.infradead.org; Wed, 03 Nov 2021 23:08:04 +0000 Received: by mail-oi1-f181.google.com with SMTP id x70so6181579oix.6 for ; Wed, 03 Nov 2021 16:08:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=WLuVuAYOP3Qwoy+azSFg/EZlpahDAhqD21l4wQ3l8XI=; b=Us9lRmITicD5XMBwNbjY90N76sj8PCCApW4ZPgpGKJ+R81/I4zBLmFiFWRGlE0c0cA hx28x4r6rWvLPs74GKiUvuZv3zcE7XJpi8YYFqcAY9zQxmWvkCew1eV9kxdlXKxoGfCv C3qCdcd4yhKSnY/8h1VDzZrTDyZlLOz/i0oZDAxq7PLaP9GgrPQEGp/fDDK9KtVBNCXY 6apoNd3NTNVBFTZ5CnJLqbtxjOGJcWkknIbm1M8UZxmxxVmHY5eK6bp68eKVFDmtH60f igb6k8BPq+ge+gUCZIjDFLinfHP2slfIqZD5b1HH7zjLdmWZ06yZfaDE5ddQrYGV79aj TMTQ== X-Gm-Message-State: AOAM533fIcyLp/sY+yF5+mhxxLyDqsFeoLbNY26k1BszavYOZqSk8SS1 Z8rACpbdjW58p8WjiWzxaA== X-Google-Smtp-Source: ABdhPJw4sVaiqSveYzsN2BnL3m300eMWJQg6pmuG4SixypC7Kx3qEJ9i6nd6n5e83pvMvIwwnqlULw== X-Received: by 2002:a05:6808:23d4:: with SMTP id bq20mr14026296oib.112.1635980880825; Wed, 03 Nov 2021 16:08:00 -0700 (PDT) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id 62sm896752ooa.47.2021.11.03.16.07.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 03 Nov 2021 16:08:00 -0700 (PDT) Received: (nullmailer pid 1941684 invoked by uid 1000); Wed, 03 Nov 2021 23:07:59 -0000 From: Rob Herring To: Alistair Francis Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linus.walleij@linaro.org, rydberg@bitmath.org, dmitry.torokhov@gmail.com, linux-input@vger.kernel.org, alistair23@gmail.com, robh+dt@kernel.org, devicetree@vger.kernel.org, mylene.josserand@free-electrons.com, andreas@kemnade.info In-Reply-To: <20211103114830.62711-3-alistair@alistair23.me> References: <20211103114830.62711-1-alistair@alistair23.me> <20211103114830.62711-3-alistair@alistair23.me> Subject: Re: [PATCH v2 2/4] Documentation: DT: bindings: input: Add documentation for cyttsp5 Date: Wed, 03 Nov 2021 18:07:59 -0500 Message-Id: <1635980879.208363.1941683.nullmailer@robh.at.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211103_160802_900102_1A9EBBA5 X-CRM114-Status: GOOD ( 14.82 ) 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: , MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4716667820313911064==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============4716667820313911064== Content-Type: text/plain On Wed, 03 Nov 2021 21:48:28 +1000, Alistair Francis wrote: > From: Mylène Josserand > > Add the Cypress TrueTouch Generation 5 touchscreen device tree bindings > documentation. It can use I2C or SPI bus. > This touchscreen can handle some defined zone that are designed and > sent as button. To be able to customize the keycode sent, the > "linux,code" property in a "button" sub-node can be used. > > Signed-off-by: Mylène Josserand > Message-Id: <20170529144538.29187-3-mylene.josserand@free-electrons.com> > Signed-off-by: Alistair Francis > --- > .../input/touchscreen/cypress,tt21000.yaml | 92 +++++++++++++++++++ > 1 file changed, 92 insertions(+) > create mode 100644 Documentation/devicetree/bindings/input/touchscreen/cypress,tt21000.yaml > My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check' on your patch (DT_CHECKER_FLAGS is new in v5.13): yamllint warnings/errors: dtschema/dtc warnings/errors: ./Documentation/devicetree/bindings/input/touchscreen/cypress,tt21000.yaml: $id: relative path/filename doesn't match actual path or filename expected: http://devicetree.org/schemas/input/touchscreen/cypress,tt21000.yaml# Documentation/devicetree/bindings/input/touchscreen/cypress,tt21000.example.dts:37.26-39.19: Warning (unit_address_vs_reg): /example-0/i2c/touchscreen@24/button@0: node has a unit name, but no reg or ranges property Documentation/devicetree/bindings/input/touchscreen/cypress,tt21000.example.dts:41.26-43.19: Warning (unit_address_vs_reg): /example-0/i2c/touchscreen@24/button@1: node has a unit name, but no reg or ranges property Documentation/devicetree/bindings/input/touchscreen/cypress,tt21000.example.dts:45.26-47.19: Warning (unit_address_vs_reg): /example-0/i2c/touchscreen@24/button@2: node has a unit name, but no reg or ranges property Documentation/devicetree/bindings/input/touchscreen/cypress,tt21000.example.dt.yaml:0:0: /example-0/i2c/touchscreen@24: failed to match any schema with compatible: ['cypress,tt2100'] doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1550218 This check can fail if there are any dependencies. The base for a patch series is generally the most recent rc1. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit. --===============4716667820313911064== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============4716667820313911064==--