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=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 92BE4C433E0 for ; Sun, 27 Dec 2020 16:57:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5E6FD22515 for ; Sun, 27 Dec 2020 16:57:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726344AbgL0Q5Y (ORCPT ); Sun, 27 Dec 2020 11:57:24 -0500 Received: from mail-ot1-f43.google.com ([209.85.210.43]:36027 "EHLO mail-ot1-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726032AbgL0Q5X (ORCPT ); Sun, 27 Dec 2020 11:57:23 -0500 Received: by mail-ot1-f43.google.com with SMTP id d20so7393252otl.3; Sun, 27 Dec 2020 08:57:07 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=TObSc2rN2u01if4JX76VdLUyjWOAUXL7fU5P8PBtpkM=; b=g5jQBoqD+PalW/6iUwd12NegR4Wf/bn5PWfxRue1ExYzHlP45ItpqZ8MtfL5RbRV9a /UKtgU8tmkFC0b6ba2bJl/XAR7y72FCdYXIXow2YGbHQ2SBqUlN6RJNat0CahRbHBvBq 0gkRkBvkNd6ygmRFEVEnsC+RmOCanXbKn2nsXUUFulNuhrJ0F8lLQhsqDRmOLNdFtWxo szqJnopzC0vq+K1D77zz9vI2831FZr0/3HEZgA3TT4URJlIOagvdGLa+Sa3rtiaXDiW+ k+9JFvFXPuadTBjY57EiMPaPZ+vgx3joNpiNWQRsBI4f1xhUlTf7MpVP54WwYPQD7HU/ gmTw== X-Gm-Message-State: AOAM532I8sAcuGRFLMjUynx7Nh5z5hE6LYdvH1f9Y8l5IOULdFJaT0gi 9LoW6HFQjLueeO/NAwDwRw== X-Google-Smtp-Source: ABdhPJzI+JDdO/V+OlTYv1dpS5qIypw11v1uqG0HcyZZgUUJzAQL9TRwlx44+N9mra2kD+OYyuT5Vw== X-Received: by 2002:a05:6830:214c:: with SMTP id r12mr30777477otd.208.1609088202417; Sun, 27 Dec 2020 08:56:42 -0800 (PST) Received: from robh.at.kernel.org ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id o135sm8531474ooo.38.2020.12.27.08.56.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 27 Dec 2020 08:56:41 -0800 (PST) Received: (nullmailer pid 1338176 invoked by uid 1000); Sun, 27 Dec 2020 16:56:21 -0000 From: Rob Herring To: Roger Lu Cc: linux-mediatek@lists.infradead.org, Philipp Zabel , Xiaoqing Liu , YT Lee , linux-arm-kernel@lists.infradead.org, Rob Herring , HenryC Chen , Matthias Brugger , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Kevin Hilman , Nicolas Boichat , Stephen Boyd , linux-pm@vger.kernel.org, Angus Lin , Enric Balletbo Serra , Charles Yang , Fan Chen , Nishanth Menon , Mark Rutland In-Reply-To: <20201227105449.11452-2-roger.lu@mediatek.com> References: <20201227105449.11452-1-roger.lu@mediatek.com> <20201227105449.11452-2-roger.lu@mediatek.com> Subject: Re: [PATCH v10 1/7] [v10, 1/7]: dt-bindings: soc: mediatek: add mtk svs dt-bindings Date: Sun, 27 Dec 2020 09:56:21 -0700 Message-Id: <1609088181.501243.1338175.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 27 Dec 2020 18:54:43 +0800, Roger Lu wrote: > Document the binding for enabling mtk svs on MediaTek SoC. > > Signed-off-by: Roger Lu > --- > .../bindings/soc/mediatek/mtk-svs.yaml | 75 +++++++++++++++++++ > 1 file changed, 75 insertions(+) > create mode 100644 Documentation/devicetree/bindings/soc/mediatek/mtk-svs.yaml > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/soc/mediatek/mtk-svs.example.dt.yaml: example-0: svs@1100b000:reg:0: [0, 285257728, 0, 4096] is too long From schema: /usr/local/lib/python3.8/dist-packages/dtschema/schemas/reg.yaml See https://patchwork.ozlabs.org/patch/1420728 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 X-Spam-Level: X-Spam-Status: No, score=-14.0 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 40C41C433E0 for ; Sun, 27 Dec 2020 16:56:57 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 E3AD322515 for ; Sun, 27 Dec 2020 16:56:56 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E3AD322515 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:MIME-Version:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Message-Id:Date:Subject:References:In-Reply-To:To: From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=CEPoW4rJbzHHBP8AAKvp2Oskqtp5AA/fL79SRlL6FbY=; b=QnFDWHVtFy1RK7Du9F1sQ02bK7 1A3T9cIge5XFl7HlnXwlfPWoyXCC08XA8dXN82Rv+48qNcaclvI7JeoZ8mIA4yaItW8aBhRyr8o6X iUaP/9bzreO+A4GlWHVvXMC0ZydzQRSXuUw+fmjLPcz4ggqkY3EjUsJthGL394RpxUfXfqSTnx08Q lt2rNGap2SMDfKAgdbCuyzZ/Isafs+qRQi43Vpfwmzmqc/XhFJBXn8EYGOHVguiLA+xa8JFEnJKKu EvTm69slucertBaNnI2zUvsp4ONGK6x59GxsYhbjynFlcljNoUIAGsJeFEMrLaP+pR9P0MBlaCi4O wOANr+5g==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1ktZLa-0008CR-3v; Sun, 27 Dec 2020 16:56:46 +0000 Received: from mail-ot1-f50.google.com ([209.85.210.50]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1ktZLX-0008Bs-86; Sun, 27 Dec 2020 16:56:44 +0000 Received: by mail-ot1-f50.google.com with SMTP id r9so7346073otk.11; Sun, 27 Dec 2020 08:56:42 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=TObSc2rN2u01if4JX76VdLUyjWOAUXL7fU5P8PBtpkM=; b=nVrP/RAFYDTUdlnEbUks/Is+EFscJdp6Cyqfgf11bvmiEV21sPf1u9C7qohLh4qDjf 4zz/YYcg8aCd7V7pNGg7Y2JqPnTIh6xzLgSWY7AR+uXq0tdS/XJCLA3EZa5U3CBn4r0o FJVy+fGAWLg09t3xJFsFMIjYW0iUaSd/2ZMuRsWONVTLg7rJVjsV+jWvs+pAAfyYsH4q IB68eRYcMEBvQo48HGsOZMpMIPkLrRYLGsz6Z5UJS7H8X6xBFKtYtdVAcEfhLRMbmXZd KrI42+gcXxtskaDcMG2Jp8hc1TTXqzUmf43x0UQUawOoC0D6lX4Rg1oMXV9f884zULkE HMSA== X-Gm-Message-State: AOAM532+q0gKBDlIQvfqag6AG+jIHYegM4ka4I5ux8DgFfPuhBkcVFW7 fCXD5icpRlcmonpFsPN9+A== X-Google-Smtp-Source: ABdhPJzI+JDdO/V+OlTYv1dpS5qIypw11v1uqG0HcyZZgUUJzAQL9TRwlx44+N9mra2kD+OYyuT5Vw== X-Received: by 2002:a05:6830:214c:: with SMTP id r12mr30777477otd.208.1609088202417; Sun, 27 Dec 2020 08:56:42 -0800 (PST) Received: from robh.at.kernel.org ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id o135sm8531474ooo.38.2020.12.27.08.56.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 27 Dec 2020 08:56:41 -0800 (PST) Received: (nullmailer pid 1338176 invoked by uid 1000); Sun, 27 Dec 2020 16:56:21 -0000 From: Rob Herring To: Roger Lu In-Reply-To: <20201227105449.11452-2-roger.lu@mediatek.com> References: <20201227105449.11452-1-roger.lu@mediatek.com> <20201227105449.11452-2-roger.lu@mediatek.com> Subject: Re: [PATCH v10 1/7] [v10, 1/7]: dt-bindings: soc: mediatek: add mtk svs dt-bindings Date: Sun, 27 Dec 2020 09:56:21 -0700 Message-Id: <1609088181.501243.1338175.nullmailer@robh.at.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201227_115643_327827_9B20B53F X-CRM114-Status: GOOD ( 12.68 ) X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Nishanth Menon , devicetree@vger.kernel.org, Angus Lin , Kevin Hilman , Stephen Boyd , linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Xiaoqing Liu , YT Lee , Enric Balletbo Serra , Rob Herring , linux-mediatek@lists.infradead.org, HenryC Chen , Philipp Zabel , Charles Yang , Matthias Brugger , Nicolas Boichat , Mark Rutland , Fan Chen , linux-arm-kernel@lists.infradead.org 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 Sun, 27 Dec 2020 18:54:43 +0800, Roger Lu wrote: > Document the binding for enabling mtk svs on MediaTek SoC. > > Signed-off-by: Roger Lu > --- > .../bindings/soc/mediatek/mtk-svs.yaml | 75 +++++++++++++++++++ > 1 file changed, 75 insertions(+) > create mode 100644 Documentation/devicetree/bindings/soc/mediatek/mtk-svs.yaml > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/soc/mediatek/mtk-svs.example.dt.yaml: example-0: svs@1100b000:reg:0: [0, 285257728, 0, 4096] is too long From schema: /usr/local/lib/python3.8/dist-packages/dtschema/schemas/reg.yaml See https://patchwork.ozlabs.org/patch/1420728 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 X-Spam-Level: X-Spam-Status: No, score=-14.0 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 9315EC433E6 for ; Sun, 27 Dec 2020 16:58:53 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 504C120897 for ; Sun, 27 Dec 2020 16:58:53 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 504C120897 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:MIME-Version:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Message-Id:Date:Subject:References:In-Reply-To:To: From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=TVimsTSymPIXIQavDmJymeEdZQODu8SLbSJyyN213tY=; b=wGW5YPfoq8oK52nN3KQEeIL1nf 20yUO2xxoJlg/JOJUN0axCpgpbcnkL4XSm4GEJD0s7S5HmsAX6wEVql/ax19UMDAfLUTDjB6Nn17V 4wHI3xsieMF2yYP2kBDFPV2B85v1s4xcQnR/vr/4jtIJ1+chdOEJ3eSTZZSWgwC14sLM51iddPSw9 xcx6zx8w3wBeXyUjkFR6KK58B7xLKiLwXREc3SYGa3ULZULkDiiZrMclesxwsf6uE18JFCw7gYQS8 hSAmSE+hVd5IQABmQj9Wf6+1nX/nXUUjr6vG+rDHKkjODrdUP/UGPgnDXbzKwyQE44sH3WYEkXai7 Hqi3xo/w==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1ktZLb-0008Cf-4T; Sun, 27 Dec 2020 16:56:47 +0000 Received: from mail-ot1-f50.google.com ([209.85.210.50]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1ktZLX-0008Bs-86; Sun, 27 Dec 2020 16:56:44 +0000 Received: by mail-ot1-f50.google.com with SMTP id r9so7346073otk.11; Sun, 27 Dec 2020 08:56:42 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=TObSc2rN2u01if4JX76VdLUyjWOAUXL7fU5P8PBtpkM=; b=nVrP/RAFYDTUdlnEbUks/Is+EFscJdp6Cyqfgf11bvmiEV21sPf1u9C7qohLh4qDjf 4zz/YYcg8aCd7V7pNGg7Y2JqPnTIh6xzLgSWY7AR+uXq0tdS/XJCLA3EZa5U3CBn4r0o FJVy+fGAWLg09t3xJFsFMIjYW0iUaSd/2ZMuRsWONVTLg7rJVjsV+jWvs+pAAfyYsH4q IB68eRYcMEBvQo48HGsOZMpMIPkLrRYLGsz6Z5UJS7H8X6xBFKtYtdVAcEfhLRMbmXZd KrI42+gcXxtskaDcMG2Jp8hc1TTXqzUmf43x0UQUawOoC0D6lX4Rg1oMXV9f884zULkE HMSA== X-Gm-Message-State: AOAM532+q0gKBDlIQvfqag6AG+jIHYegM4ka4I5ux8DgFfPuhBkcVFW7 fCXD5icpRlcmonpFsPN9+A== X-Google-Smtp-Source: ABdhPJzI+JDdO/V+OlTYv1dpS5qIypw11v1uqG0HcyZZgUUJzAQL9TRwlx44+N9mra2kD+OYyuT5Vw== X-Received: by 2002:a05:6830:214c:: with SMTP id r12mr30777477otd.208.1609088202417; Sun, 27 Dec 2020 08:56:42 -0800 (PST) Received: from robh.at.kernel.org ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id o135sm8531474ooo.38.2020.12.27.08.56.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 27 Dec 2020 08:56:41 -0800 (PST) Received: (nullmailer pid 1338176 invoked by uid 1000); Sun, 27 Dec 2020 16:56:21 -0000 From: Rob Herring To: Roger Lu In-Reply-To: <20201227105449.11452-2-roger.lu@mediatek.com> References: <20201227105449.11452-1-roger.lu@mediatek.com> <20201227105449.11452-2-roger.lu@mediatek.com> Subject: Re: [PATCH v10 1/7] [v10, 1/7]: dt-bindings: soc: mediatek: add mtk svs dt-bindings Date: Sun, 27 Dec 2020 09:56:21 -0700 Message-Id: <1609088181.501243.1338175.nullmailer@robh.at.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201227_115643_327827_9B20B53F X-CRM114-Status: GOOD ( 12.68 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Nishanth Menon , devicetree@vger.kernel.org, Angus Lin , Kevin Hilman , Stephen Boyd , linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Xiaoqing Liu , YT Lee , Enric Balletbo Serra , Rob Herring , linux-mediatek@lists.infradead.org, HenryC Chen , Philipp Zabel , Charles Yang , Matthias Brugger , Nicolas Boichat , Mark Rutland , Fan Chen , linux-arm-kernel@lists.infradead.org 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 Sun, 27 Dec 2020 18:54:43 +0800, Roger Lu wrote: > Document the binding for enabling mtk svs on MediaTek SoC. > > Signed-off-by: Roger Lu > --- > .../bindings/soc/mediatek/mtk-svs.yaml | 75 +++++++++++++++++++ > 1 file changed, 75 insertions(+) > create mode 100644 Documentation/devicetree/bindings/soc/mediatek/mtk-svs.yaml > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/soc/mediatek/mtk-svs.example.dt.yaml: example-0: svs@1100b000:reg:0: [0, 285257728, 0, 4096] is too long From schema: /usr/local/lib/python3.8/dist-packages/dtschema/schemas/reg.yaml See https://patchwork.ozlabs.org/patch/1420728 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