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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1033BC19F2D for ; Tue, 2 Aug 2022 14:01:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237082AbiHBOBs (ORCPT ); Tue, 2 Aug 2022 10:01:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60366 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237055AbiHBOBq (ORCPT ); Tue, 2 Aug 2022 10:01:46 -0400 Received: from mail-il1-f173.google.com (mail-il1-f173.google.com [209.85.166.173]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id ED0021F63F; Tue, 2 Aug 2022 07:01:45 -0700 (PDT) Received: by mail-il1-f173.google.com with SMTP id h16so7020880ilc.10; Tue, 02 Aug 2022 07:01:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=message-id:date:subject:references:in-reply-to:cc:to:from :x-gm-message-state:from:to:cc; bh=9HP6RV14iyBefsrq7UF+VvvWbuNYrykxC6shEJNRhLs=; b=hi0/xOhNNlk4J6q80W7+ZkwaENZUk+bSMIlOnw1aeaCvDRbOEtTgwq6vRs5nOxAKwd B3e5aXjPdmCUD9PkEedUeMb53ZpJlFXA3CmSvmr5WJl4anEegbe4SsF9yM469rouKPQy 3pMEx2LZLC4b0/DJxkM+Gjliv2Dtlrg7Npoz2E3flQ8jEpD6An0aPtoOnNgqVqiHNYcW b+0P51brZoY1NpWxHDYbEFU2BSf+Wc7KO3kMj62BtbeaUOrti529WcLm7vzCBfEzJJ8G wIG19cHiChwoD/+KbiWOJzc9fx4NQey2O/wLj2y/xjwQLeXoOqzl6hIPvueYx0Nh7RQa YAbQ== X-Gm-Message-State: AJIora9jpe43rEgcbj6d0/tIjrr1NRygKV4JvFGCHEJy1/IClW0T67eU VK4wFEIBSBbul52z6ZY5Ww== X-Google-Smtp-Source: AGRyM1ub8jaiVWjVciNr9MeONH5WR1JVir2IcYCFMPoECG21PeM+dvGSFRA95dWXDvCDiilDY4VB2Q== X-Received: by 2002:a92:ce50:0:b0:2dd:dc8e:1f36 with SMTP id a16-20020a92ce50000000b002dddc8e1f36mr8814976ilr.34.1659448905241; Tue, 02 Aug 2022 07:01:45 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id n5-20020a056638110500b0033f0589eb52sm1897615jal.2.2022.08.02.07.01.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 02 Aug 2022 07:01:44 -0700 (PDT) Received: (nullmailer pid 8420 invoked by uid 1000); Tue, 02 Aug 2022 14:01:41 -0000 From: Rob Herring To: Alistair Francis Cc: robh+dt@kernel.org, andreas@kemnade.info, dmitry.torokhov@gmail.com, rydberg@bitmath.org, s.hauer@pengutronix.de, krzysztof.kozlowski+dt@linaro.org, alistair23@gmail.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linus.walleij@linaro.org, shawnguo@kernel.org, linux-arm-kernel@lists.infradead.org, linux-input@vger.kernel.org In-Reply-To: <20220802125827.34509-3-alistair@alistair23.me> References: <20220802125827.34509-1-alistair@alistair23.me> <20220802125827.34509-3-alistair@alistair23.me> Subject: Re: [PATCH v8 2/4] dt-bindings: input: Add Cypress TT2100 touchscreen controller Date: Tue, 02 Aug 2022 08:01:41 -0600 Message-Id: <1659448901.672444.8419.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org On Tue, 02 Aug 2022 22:58:25 +1000, Alistair Francis wrote: > 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: Alistair Francis > Reviewed-by: Linus Walleij > Reviewed-by: Rob Herring > --- > .../input/touchscreen/cypress,tt21000.yaml | 101 ++++++++++++++++++ > 1 file changed, 101 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: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/input/touchscreen/cypress,tt21000.example.dtb: touchscreen@24: Unevaluated properties are not allowed ('#address-cells', '#size-cells' were unexpected) From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/input/touchscreen/cypress,tt21000.yaml doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/ 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 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 E8A4FC19F2D for ; Tue, 2 Aug 2022 14:03:04 +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: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-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=KJFXaYcdT2xpnU8SCzTv9nRseyoLu+XwsbcHDhkiZ9k=; b=JgN1abEv2tC2pH 0ryAnhReji2hyVUEnUEVXNBwZlbu/9oZ/RdhR7+kCcjoncpkBPkCSewRV0xP966OxuecE1N33UEDA xHJx3bog1zTdyRIAL1x6QGJ3+tyJaZ27pMyECLN82ZT39DedFyvgnNb53Nkw/LdCjYa6KmYUWuDsJ zWVkoUEHpTYRcFPwOimKxFlBmdVfKOYLyD2tn5Fl54Ui7lHiV7K76Wq9yXWipxCjc8vaTymKegVNF cosDAtEKZ4+TxS5gpiVe941UpQH/IHEHQwKkYecLQnNB56auNk8I9/ITXwCfrKRppWyHTGuukvoaw pL0JrohPRrx8LnA5S8iQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oIsT9-00EkFI-NU; Tue, 02 Aug 2022 14:01:59 +0000 Received: from mail-il1-f173.google.com ([209.85.166.173]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oIsSx-00Ek81-5I for linux-arm-kernel@lists.infradead.org; Tue, 02 Aug 2022 14:01:48 +0000 Received: by mail-il1-f173.google.com with SMTP id s16so3377068ilp.3 for ; Tue, 02 Aug 2022 07:01:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=message-id:date:subject:references:in-reply-to:cc:to:from :x-gm-message-state:from:to:cc; bh=9HP6RV14iyBefsrq7UF+VvvWbuNYrykxC6shEJNRhLs=; b=V06fjTpwCi3F0AHWfgOYQTsGGl3rNCw22kooTdVTb60RC9sphdpkqILfqsUCk49SJA Gbug8Z8io7/7b4/tYuE7tFjaNWC9DsMoD35EaOTRaTZgvC/lnLDWipz+BK569e53evRf iLT9/E+r+aaQhEgmuAMDOU30DurYKZoto+RJ5sqz6GVrdw9J2GlwpIAnmwG8a/yFGXnU 6YsHryUqwRwmIeu2WPaxEQaC9DTHOv7GC/wOxrsGafGJMu/07X8SNCeEWkx2ewc9r2uX m/nk1LojZNskdUDHAhdwpLi+pzNtXEzv/0Mk9aWfcRStjrxMEX6WkWwraKbBUhuirSNW JuyQ== X-Gm-Message-State: AJIora9Sp0DjK9ol5txt9u0Hx65K8m/G3c0pZ7/UXr3h53RbKkoLXmnF Qwdw8js+KrSk2FU0tRyJMg== X-Google-Smtp-Source: AGRyM1ub8jaiVWjVciNr9MeONH5WR1JVir2IcYCFMPoECG21PeM+dvGSFRA95dWXDvCDiilDY4VB2Q== X-Received: by 2002:a92:ce50:0:b0:2dd:dc8e:1f36 with SMTP id a16-20020a92ce50000000b002dddc8e1f36mr8814976ilr.34.1659448905241; Tue, 02 Aug 2022 07:01:45 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id n5-20020a056638110500b0033f0589eb52sm1897615jal.2.2022.08.02.07.01.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 02 Aug 2022 07:01:44 -0700 (PDT) Received: (nullmailer pid 8420 invoked by uid 1000); Tue, 02 Aug 2022 14:01:41 -0000 From: Rob Herring To: Alistair Francis Cc: robh+dt@kernel.org, andreas@kemnade.info, dmitry.torokhov@gmail.com, rydberg@bitmath.org, s.hauer@pengutronix.de, krzysztof.kozlowski+dt@linaro.org, alistair23@gmail.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linus.walleij@linaro.org, shawnguo@kernel.org, linux-arm-kernel@lists.infradead.org, linux-input@vger.kernel.org In-Reply-To: <20220802125827.34509-3-alistair@alistair23.me> References: <20220802125827.34509-1-alistair@alistair23.me> <20220802125827.34509-3-alistair@alistair23.me> Subject: Re: [PATCH v8 2/4] dt-bindings: input: Add Cypress TT2100 touchscreen controller Date: Tue, 02 Aug 2022 08:01:41 -0600 Message-Id: <1659448901.672444.8419.nullmailer@robh.at.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220802_070147_225087_C7968BCE X-CRM114-Status: GOOD ( 14.14 ) 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: 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 Tue, 02 Aug 2022 22:58:25 +1000, Alistair Francis wrote: > 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: Alistair Francis > Reviewed-by: Linus Walleij > Reviewed-by: Rob Herring > --- > .../input/touchscreen/cypress,tt21000.yaml | 101 ++++++++++++++++++ > 1 file changed, 101 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: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/input/touchscreen/cypress,tt21000.example.dtb: touchscreen@24: Unevaluated properties are not allowed ('#address-cells', '#size-cells' were unexpected) From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/input/touchscreen/cypress,tt21000.yaml doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/ 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. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel