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 CF699C43217 for ; Wed, 26 Jan 2022 22:11:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232974AbiAZWLB (ORCPT ); Wed, 26 Jan 2022 17:11:01 -0500 Received: from mail-ot1-f51.google.com ([209.85.210.51]:39702 "EHLO mail-ot1-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232901AbiAZWK5 (ORCPT ); Wed, 26 Jan 2022 17:10:57 -0500 Received: by mail-ot1-f51.google.com with SMTP id c3-20020a9d6c83000000b00590b9c8819aso689339otr.6; Wed, 26 Jan 2022 14:10:56 -0800 (PST) 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=ErA2xJGyfWSYJZEIE4ymjWq+FHZjiaQLmgdO3g2KNUc=; b=nNkfgUjnFJpXvcgvN4xBa4ZJNjcekXkuZiXAi19Tsa3/uc7HQQGVUVk2TFS+ycDGyo 8pHReW14/iq+Shww4peZfxxJcSyYM9gpO+AMvKs7HUPCJIu1MgwDHmj6SjqE1Xh/ztpO JAusvhMZfC6AI7g3U8o00eeHNYkOllGGOtWaA11Fj4oS8UJstoYjC6y4YZXGEIza0gP2 /Og092SYMG+x8J8sbztHb8Hg302wviO7W7ga3v7enH+CmmRJA1L2j0Yk16J2/xNYu21Q ClUaogwkIvmq6XjEJNTg6qqJMllpXGGmeka3V29YAzZz11z1M77iKskUB+PPaospICrA 4LeA== X-Gm-Message-State: AOAM532OxMOyEBam7Nv9NSneggEZaKgEPVaEihQgW3FhfjRX0OQoeQ2Y v7WhFW4XwLjUg9C7k9giNiw7br9xgA== X-Google-Smtp-Source: ABdhPJxTBZ7c6Wq5DHgltU/Q1WMSaZYDKppblBxy9TQyb8u7AQ+3YgLWJ4jobGbI7xEs0woA2CBcMg== X-Received: by 2002:a9d:4c0f:: with SMTP id l15mr538154otf.104.1643235056485; Wed, 26 Jan 2022 14:10:56 -0800 (PST) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id b8sm6704762otk.36.2022.01.26.14.10.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 26 Jan 2022 14:10:55 -0800 (PST) Received: (nullmailer pid 1535098 invoked by uid 1000); Wed, 26 Jan 2022 22:10:52 -0000 From: Rob Herring To: Mattijs Korpershoek Cc: linux-arm-kernel@lists.infradead.org, Yingjoe Chen , Fengping Yu , Matthias Brugger , devicetree@vger.kernel.org, Dmitry Torokhov , linux-kernel@vger.kernel.org, Fabien Parent , Kevin Hilman , Marco Felsch , linux-mediatek@lists.infradead.org, linux-input@vger.kernel.org, Rob Herring , Andy Shevchenko In-Reply-To: <20220126153519.3637496-2-mkorpershoek@baylibre.com> References: <20220126153519.3637496-1-mkorpershoek@baylibre.com> <20220126153519.3637496-2-mkorpershoek@baylibre.com> Subject: Re: [PATCH v19 1/3] dt-bindings: input: Add bindings for Mediatek matrix keypad Date: Wed, 26 Jan 2022 16:10:52 -0600 Message-Id: <1643235052.864878.1535097.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 26 Jan 2022 16:35:17 +0100, Mattijs Korpershoek wrote: > From: "fengping.yu" > > This patch add devicetree bindings for Mediatek matrix keypad driver. > > Signed-off-by: fengping.yu > Reviewed-by: Marco Felsch > Signed-off-by: Mattijs Korpershoek > --- > .../input/mediatek,mt6779-keypad.yaml | 80 +++++++++++++++++++ > 1 file changed, 80 insertions(+) > create mode 100644 Documentation/devicetree/bindings/input/mediatek,mt6779-keypad.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: ./Documentation/devicetree/bindings/input/mediatek,mt6779-keypad.yaml:28:13: [warning] wrong indentation: expected 14 but found 12 (indentation) ./Documentation/devicetree/bindings/input/mediatek,mt6779-keypad.yaml:43:8: [warning] wrong indentation: expected 6 but found 7 (indentation) dtschema/dtc warnings/errors: doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1584526 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 602A8C433F5 for ; Wed, 26 Jan 2022 22:11:27 +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=2O5vWkp4VVtby7fo8I+jnDE21EM4qyO7JPmEHu2zBIc=; b=Fqtp57LittHY6C Dg1iEzMAehgZHbx8o578Ym2OzaM0cvlFtJ7gLuWtQ3S/xDuCgq/JKskaqoQ1LOzZtP8cHbk6dJx84 fzXbMWcRLQoqeMl8ELxZRfiFCY+ogPSsJdoNZ7OMufNaSPM3czZ8kwET1elAgjsLVloJYP6c6NATM AAkIDOZ0BgoBqS8/fIaCr+yrBe6Imp736kg7k84TJ51pVfJycxGkB+TxuVXZZ5vEmk7tSne0VfeM3 RHi4uVKvGkLR71XXJAlZiJCHaHg9zBuauVJ5OCbSeDg6iuAJO660kxjuOJLwjciqvLVeRHCEXtENG J/oNKQTWMTCIFiZZq4Yg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nCqVU-00Ddib-DT; Wed, 26 Jan 2022 22:11:12 +0000 Received: from mail-ot1-f50.google.com ([209.85.210.50]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nCqVG-00DddN-SM; Wed, 26 Jan 2022 22:11:00 +0000 Received: by mail-ot1-f50.google.com with SMTP id z25-20020a0568301db900b005946f536d85so673585oti.9; Wed, 26 Jan 2022 14:10:57 -0800 (PST) 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=ErA2xJGyfWSYJZEIE4ymjWq+FHZjiaQLmgdO3g2KNUc=; b=uW930lYYhDMsV4N8lkyaVBaTbZfkpDiZCcxMKzY+KJpBr+AvpvqFFzJ7GM9FnPTi77 06YzLLHtUC8PgO+Alg1qUK2mXpcqN67ClBH/ltEB9EYRjiE6yeNYoY8UmkVwwgb0eydY JQi3LBP2NRFpQdayapMIBvZqp0s5cSCbNn5759jyLJkBMyzU2XUAKerOO5wszzJfj9rz 96/sLoyfIdyslO0aBPQWvmVq/Pb/8gscHhJvSVAtMRSnU8qKOjXuFvDGqc5y1Gg9Ze+u PzgmJ/VBFZp2C/lwKlyqzuMhGhBdD8U4bsMGO0Gi/xKWxGyTwyQLifdLp/V0SJTfuCFn 9/8g== X-Gm-Message-State: AOAM532QMzCn9knQzo3L1jwcIulMv+HZSaHo6VSsVHcJ7W5bBKQFXXIv XjQKaFzH0q/N5sM8f2Mnxw== X-Google-Smtp-Source: ABdhPJxTBZ7c6Wq5DHgltU/Q1WMSaZYDKppblBxy9TQyb8u7AQ+3YgLWJ4jobGbI7xEs0woA2CBcMg== X-Received: by 2002:a9d:4c0f:: with SMTP id l15mr538154otf.104.1643235056485; Wed, 26 Jan 2022 14:10:56 -0800 (PST) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id b8sm6704762otk.36.2022.01.26.14.10.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 26 Jan 2022 14:10:55 -0800 (PST) Received: (nullmailer pid 1535098 invoked by uid 1000); Wed, 26 Jan 2022 22:10:52 -0000 From: Rob Herring To: Mattijs Korpershoek Cc: linux-arm-kernel@lists.infradead.org, Yingjoe Chen , Fengping Yu , Matthias Brugger , devicetree@vger.kernel.org, Dmitry Torokhov , linux-kernel@vger.kernel.org, Fabien Parent , Kevin Hilman , Marco Felsch , linux-mediatek@lists.infradead.org, linux-input@vger.kernel.org, Rob Herring , Andy Shevchenko In-Reply-To: <20220126153519.3637496-2-mkorpershoek@baylibre.com> References: <20220126153519.3637496-1-mkorpershoek@baylibre.com> <20220126153519.3637496-2-mkorpershoek@baylibre.com> Subject: Re: [PATCH v19 1/3] dt-bindings: input: Add bindings for Mediatek matrix keypad Date: Wed, 26 Jan 2022 16:10:52 -0600 Message-Id: <1643235052.864878.1535097.nullmailer@robh.at.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220126_141058_945366_2DB6422D X-CRM114-Status: GOOD ( 13.34 ) X-BeenThere: linux-mediatek@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-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org On Wed, 26 Jan 2022 16:35:17 +0100, Mattijs Korpershoek wrote: > From: "fengping.yu" > > This patch add devicetree bindings for Mediatek matrix keypad driver. > > Signed-off-by: fengping.yu > Reviewed-by: Marco Felsch > Signed-off-by: Mattijs Korpershoek > --- > .../input/mediatek,mt6779-keypad.yaml | 80 +++++++++++++++++++ > 1 file changed, 80 insertions(+) > create mode 100644 Documentation/devicetree/bindings/input/mediatek,mt6779-keypad.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: ./Documentation/devicetree/bindings/input/mediatek,mt6779-keypad.yaml:28:13: [warning] wrong indentation: expected 14 but found 12 (indentation) ./Documentation/devicetree/bindings/input/mediatek,mt6779-keypad.yaml:43:8: [warning] wrong indentation: expected 6 but found 7 (indentation) dtschema/dtc warnings/errors: doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1584526 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-mediatek mailing list Linux-mediatek@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-mediatek 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 EFDE0C433EF for ; Wed, 26 Jan 2022 22:12:38 +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=FBOzmCH6iG4Wk5aKksIe9Rnx7k8vMMKdT18+0adBKIA=; b=kn+0lFtyAD2zeu UWQtoUalYZX1UtqTMeqKZf/lFmyBuE3PBlKtgTDlwQ/rEzZjalAx4jI8QYeIv2kysmYY45zIxmGKN /3lHKd+F8S5jPmaLca01h4+V2+cihE9I7vDTjpr7gJsOlq9ydrGYJepfY3GQYQmhWMjyAEWapxH/S a76RtXMk6odfzIltOJ8vWHBjhaCxMNXhaxigpfjY1asGDFv0NSh4NsaN/tPoRwE0NsvTB+KYABplE K/rldFD9C5cdu64gQGDxMNNq7VIpkYk/mAewbfz8i+c/QqpqKbGZ0hTYtcFSwrIQ4Ol2vFB0lnDt9 OuwL/MMWJsDXd34X6Sbg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nCqVL-00DdfG-A0; Wed, 26 Jan 2022 22:11:03 +0000 Received: from mail-ot1-f50.google.com ([209.85.210.50]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nCqVG-00DddN-SM; Wed, 26 Jan 2022 22:11:00 +0000 Received: by mail-ot1-f50.google.com with SMTP id z25-20020a0568301db900b005946f536d85so673585oti.9; Wed, 26 Jan 2022 14:10:57 -0800 (PST) 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=ErA2xJGyfWSYJZEIE4ymjWq+FHZjiaQLmgdO3g2KNUc=; b=uW930lYYhDMsV4N8lkyaVBaTbZfkpDiZCcxMKzY+KJpBr+AvpvqFFzJ7GM9FnPTi77 06YzLLHtUC8PgO+Alg1qUK2mXpcqN67ClBH/ltEB9EYRjiE6yeNYoY8UmkVwwgb0eydY JQi3LBP2NRFpQdayapMIBvZqp0s5cSCbNn5759jyLJkBMyzU2XUAKerOO5wszzJfj9rz 96/sLoyfIdyslO0aBPQWvmVq/Pb/8gscHhJvSVAtMRSnU8qKOjXuFvDGqc5y1Gg9Ze+u PzgmJ/VBFZp2C/lwKlyqzuMhGhBdD8U4bsMGO0Gi/xKWxGyTwyQLifdLp/V0SJTfuCFn 9/8g== X-Gm-Message-State: AOAM532QMzCn9knQzo3L1jwcIulMv+HZSaHo6VSsVHcJ7W5bBKQFXXIv XjQKaFzH0q/N5sM8f2Mnxw== X-Google-Smtp-Source: ABdhPJxTBZ7c6Wq5DHgltU/Q1WMSaZYDKppblBxy9TQyb8u7AQ+3YgLWJ4jobGbI7xEs0woA2CBcMg== X-Received: by 2002:a9d:4c0f:: with SMTP id l15mr538154otf.104.1643235056485; Wed, 26 Jan 2022 14:10:56 -0800 (PST) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id b8sm6704762otk.36.2022.01.26.14.10.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 26 Jan 2022 14:10:55 -0800 (PST) Received: (nullmailer pid 1535098 invoked by uid 1000); Wed, 26 Jan 2022 22:10:52 -0000 From: Rob Herring To: Mattijs Korpershoek Cc: linux-arm-kernel@lists.infradead.org, Yingjoe Chen , Fengping Yu , Matthias Brugger , devicetree@vger.kernel.org, Dmitry Torokhov , linux-kernel@vger.kernel.org, Fabien Parent , Kevin Hilman , Marco Felsch , linux-mediatek@lists.infradead.org, linux-input@vger.kernel.org, Rob Herring , Andy Shevchenko In-Reply-To: <20220126153519.3637496-2-mkorpershoek@baylibre.com> References: <20220126153519.3637496-1-mkorpershoek@baylibre.com> <20220126153519.3637496-2-mkorpershoek@baylibre.com> Subject: Re: [PATCH v19 1/3] dt-bindings: input: Add bindings for Mediatek matrix keypad Date: Wed, 26 Jan 2022 16:10:52 -0600 Message-Id: <1643235052.864878.1535097.nullmailer@robh.at.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220126_141058_945366_2DB6422D X-CRM114-Status: GOOD ( 13.34 ) 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 Wed, 26 Jan 2022 16:35:17 +0100, Mattijs Korpershoek wrote: > From: "fengping.yu" > > This patch add devicetree bindings for Mediatek matrix keypad driver. > > Signed-off-by: fengping.yu > Reviewed-by: Marco Felsch > Signed-off-by: Mattijs Korpershoek > --- > .../input/mediatek,mt6779-keypad.yaml | 80 +++++++++++++++++++ > 1 file changed, 80 insertions(+) > create mode 100644 Documentation/devicetree/bindings/input/mediatek,mt6779-keypad.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: ./Documentation/devicetree/bindings/input/mediatek,mt6779-keypad.yaml:28:13: [warning] wrong indentation: expected 14 but found 12 (indentation) ./Documentation/devicetree/bindings/input/mediatek,mt6779-keypad.yaml:43:8: [warning] wrong indentation: expected 6 but found 7 (indentation) dtschema/dtc warnings/errors: doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1584526 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