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 3FF8FC433E9 for ; Sat, 9 Jan 2021 03:31:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 133A5239D1 for ; Sat, 9 Jan 2021 03:31:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726522AbhAIDbH (ORCPT ); Fri, 8 Jan 2021 22:31:07 -0500 Received: from mail-io1-f54.google.com ([209.85.166.54]:32895 "EHLO mail-io1-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725906AbhAIDbG (ORCPT ); Fri, 8 Jan 2021 22:31:06 -0500 Received: by mail-io1-f54.google.com with SMTP id w18so11943079iot.0; Fri, 08 Jan 2021 19:30:50 -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=+H9IDqbsovueL7letf+rLIIMkhg3UJszYGBQf9zPSuw=; b=gDylqsXXdUlvY8FbklHOEf4kcSl/fsssO5r5G2Ln+MrVOALO4CxO4ogMSoE883jSvj MK59WKKVx6FD0VpPjCI49T6CgywY98OcbCv3s1/xcy+q+vxdGzKJFgneAqZ/c3QBrkhA L02SKfbFAo86bvvGdKWCj4IYAfwL8g/Ko4N4i/EpXMkyviBwZiwl1QcrXICC2+VqDwl0 KMo1t15+8jPnTrFZtmzhp5FCFRIVTL19Bp3VoFzLleBcP4DIDvkfEtABhq+4ELbzL9jZ grlkNnIC5ddVvNq+tWKlFt/EZGZ2YwKwVAetBgKuLXTwWZZSlJT0LLZoKkkufFy44Z+X PK0A== X-Gm-Message-State: AOAM532vz+5JIX8xSCzF+7f0cKONX4QtEQs5jPKjdf8NPdbBlPRqgaKl X/DAuz+PQWvu2tV1IVyXag== X-Google-Smtp-Source: ABdhPJzHiKwMJh0PaWVNXYntY88PZcUJt9OHYgJ2VMnnb/yu1svmesnqnx+wFRaZo7igVW9Tfy+cvQ== X-Received: by 2002:a5d:970c:: with SMTP id h12mr7705459iol.103.1610163025502; Fri, 08 Jan 2021 19:30:25 -0800 (PST) Received: from robh.at.kernel.org ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id z4sm6482374ioh.32.2021.01.08.19.30.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 08 Jan 2021 19:30:24 -0800 (PST) Received: (nullmailer pid 3762038 invoked by uid 1000); Sat, 09 Jan 2021 03:30:19 -0000 From: Rob Herring To: Henry Chen Cc: linux-mediatek@lists.infradead.org, Mark Rutland , Fan Chen , linux-pm@vger.kernel.org, Rob Herring , James Liao , linux-arm-kernel@lists.infradead.org, Matthias Brugger , Georgi Djakov , linux-kernel@vger.kernel.org, Ryan Case , Arvin Wang , Nicolas Boichat , Stephen Boyd , Mark Brown , devicetree@vger.kernel.org In-Reply-To: <1610092095-5113-2-git-send-email-henryc.chen@mediatek.com> References: <1610092095-5113-1-git-send-email-henryc.chen@mediatek.com> <1610092095-5113-2-git-send-email-henryc.chen@mediatek.com> Subject: Re: [PATCH V7 01/13] dt-bindings: soc: Add dvfsrc driver bindings Date: Fri, 08 Jan 2021 20:30:19 -0700 Message-Id: <1610163019.789930.3762037.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 08 Jan 2021 15:48:03 +0800, Henry Chen wrote: > Document the binding for enabling dvfsrc on MediaTek SoC. > > Signed-off-by: Henry Chen > --- > .../devicetree/bindings/soc/mediatek/dvfsrc.yaml | 67 ++++++++++++++++++++++ > 1 file changed, 67 insertions(+) > create mode 100644 Documentation/devicetree/bindings/soc/mediatek/dvfsrc.yaml > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: Documentation/devicetree/bindings/soc/mediatek/dvfsrc.example.dts:19:18: fatal error: dt-bindings/interconnect/mtk,mt8183-emi.h: No such file or directory 19 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[1]: *** [scripts/Makefile.lib:344: Documentation/devicetree/bindings/soc/mediatek/dvfsrc.example.dt.yaml] Error 1 make: *** [Makefile:1370: dt_binding_check] Error 2 See https://patchwork.ozlabs.org/patch/1423679 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.2 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 53813C433E0 for ; Sat, 9 Jan 2021 03:30:44 +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 F2F46239D1 for ; Sat, 9 Jan 2021 03:30:43 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org F2F46239D1 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=uktqoY107J1mcSIIfTb/7b9u5JEtJjpEKBbuoZaADyI=; b=kQ8lcujz0Jxj8PCZiFrYV7Q8/b DCP4hbopkyByF6pyIa3hxgsfNSh9ClfjbOutud5Zt/EaBUny+1RjVIRhJokjGTkFw0ag8dcbi/1d9 ZRkuWZ/vhJgSBzbW8ZdLgsPCyuxaSucrZ4VeMlKWpzP/5FXE26CnQxM7PGViZqYCLPu1fHShxzibN ArdLjItQ2KcNH1pBLpNfQkgKTFzrwLTU/HwOcKyy/uKaKaqYt4Ik3GD+ef0X/fIIRxYHVzo1PMfpF KcBdva1MMNLFcsKldJX9iIeEXrKhb7uHguDM3O+XojVd9i61FeMJfsPMFmBMy1BGMzgalpksFh3aP lLcbvmPw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1ky4xT-0006yw-4E; Sat, 09 Jan 2021 03:30:31 +0000 Received: from mail-io1-f45.google.com ([209.85.166.45]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1ky4xQ-0006yP-7Y; Sat, 09 Jan 2021 03:30:29 +0000 Received: by mail-io1-f45.google.com with SMTP id o6so11877480iob.10; Fri, 08 Jan 2021 19:30:26 -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=+H9IDqbsovueL7letf+rLIIMkhg3UJszYGBQf9zPSuw=; b=s7uvyJiWyXiut91G8EpxKSgW+aiAjen0HWhvqSChRAeaJ4OIuLnJ83r35/hl3k46w/ J7UiT6yU3OUd9po6zGhJBNmVEPobPUEVXLxR2XJZVRyTXzq/djirpZQ7s4ZbHxMY1BLB Kp/6OiAtK97HHxX556epvw5yvjB5JlvreCacRf04gJfTv1VGO6M9jrlHb3KPaa66Hnky XsJWsRMCe89N2Saa8K93fsw1p3/cLbP50YfdJa+Hr16k5PdDDEcXLHxgQQucMrdrq42b 7XbN+IokPEQ/AoMoGhNhbEWwLpv0RPrSioFRrxUGGvJ6OTjkke04T3KFodUrtNk4Ni2n loag== X-Gm-Message-State: AOAM530fg12OGfBThEr7Ge/sntQEka4aWzvdBSoVhbmFgWASvspQrCLe 10eG5NEXETBvUnMvmHnUVA== X-Google-Smtp-Source: ABdhPJzHiKwMJh0PaWVNXYntY88PZcUJt9OHYgJ2VMnnb/yu1svmesnqnx+wFRaZo7igVW9Tfy+cvQ== X-Received: by 2002:a5d:970c:: with SMTP id h12mr7705459iol.103.1610163025502; Fri, 08 Jan 2021 19:30:25 -0800 (PST) Received: from robh.at.kernel.org ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id z4sm6482374ioh.32.2021.01.08.19.30.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 08 Jan 2021 19:30:24 -0800 (PST) Received: (nullmailer pid 3762038 invoked by uid 1000); Sat, 09 Jan 2021 03:30:19 -0000 From: Rob Herring To: Henry Chen In-Reply-To: <1610092095-5113-2-git-send-email-henryc.chen@mediatek.com> References: <1610092095-5113-1-git-send-email-henryc.chen@mediatek.com> <1610092095-5113-2-git-send-email-henryc.chen@mediatek.com> Subject: Re: [PATCH V7 01/13] dt-bindings: soc: Add dvfsrc driver bindings Date: Fri, 08 Jan 2021 20:30:19 -0700 Message-Id: <1610163019.789930.3762037.nullmailer@robh.at.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210108_223028_291448_A8101589 X-CRM114-Status: GOOD ( 12.89 ) 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: Mark Rutland , James Liao , Nicolas Boichat , linux-pm@vger.kernel.org, Mark Brown , linux-kernel@vger.kernel.org, Stephen Boyd , Fan Chen , devicetree@vger.kernel.org, Rob Herring , linux-mediatek@lists.infradead.org, Arvin Wang , Matthias Brugger , Ryan Case , Georgi Djakov , 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 Fri, 08 Jan 2021 15:48:03 +0800, Henry Chen wrote: > Document the binding for enabling dvfsrc on MediaTek SoC. > > Signed-off-by: Henry Chen > --- > .../devicetree/bindings/soc/mediatek/dvfsrc.yaml | 67 ++++++++++++++++++++++ > 1 file changed, 67 insertions(+) > create mode 100644 Documentation/devicetree/bindings/soc/mediatek/dvfsrc.yaml > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: Documentation/devicetree/bindings/soc/mediatek/dvfsrc.example.dts:19:18: fatal error: dt-bindings/interconnect/mtk,mt8183-emi.h: No such file or directory 19 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[1]: *** [scripts/Makefile.lib:344: Documentation/devicetree/bindings/soc/mediatek/dvfsrc.example.dt.yaml] Error 1 make: *** [Makefile:1370: dt_binding_check] Error 2 See https://patchwork.ozlabs.org/patch/1423679 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.2 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 892C4C433DB for ; Sat, 9 Jan 2021 03:31: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 46E0E239D1 for ; Sat, 9 Jan 2021 03:31:57 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 46E0E239D1 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=F3R766MBxeZPW8aNEVE63/4uOQCMVHMeZjljrL2QMDg=; b=E3woSuQknolC0jlUf3pKLWNogd E5d2iojjZezV7mN88wCRMkug+rMj4B/CNJu5akcm4d//xoeMb5YTTnGuo6XUxwp6SvktemAPHl3GV NUV2kI4Lv7OuUZsG3CSlj8x3Odso9mA+3XtL4OAYcMfPTucqNOsJnG6rCxpEL4EAMwmSZsy6Ju5qa eLPkWgJOakssydc/6h6iX2ygYGXgVscGUsUH1wE5If51u6kP4vlj4F0Cc1petfitupM9mOD+50DSI AHCB375Xo3fkRGNXxzaO03Zpv2sH+Lao7D+HO3GUvl6oVYSrLbap6oKoHQjE8CbeFgFeobEnb7Yke W8r/4vOg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1ky4xU-0006z3-1h; Sat, 09 Jan 2021 03:30:32 +0000 Received: from mail-io1-f45.google.com ([209.85.166.45]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1ky4xQ-0006yP-7Y; Sat, 09 Jan 2021 03:30:29 +0000 Received: by mail-io1-f45.google.com with SMTP id o6so11877480iob.10; Fri, 08 Jan 2021 19:30:26 -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=+H9IDqbsovueL7letf+rLIIMkhg3UJszYGBQf9zPSuw=; b=s7uvyJiWyXiut91G8EpxKSgW+aiAjen0HWhvqSChRAeaJ4OIuLnJ83r35/hl3k46w/ J7UiT6yU3OUd9po6zGhJBNmVEPobPUEVXLxR2XJZVRyTXzq/djirpZQ7s4ZbHxMY1BLB Kp/6OiAtK97HHxX556epvw5yvjB5JlvreCacRf04gJfTv1VGO6M9jrlHb3KPaa66Hnky XsJWsRMCe89N2Saa8K93fsw1p3/cLbP50YfdJa+Hr16k5PdDDEcXLHxgQQucMrdrq42b 7XbN+IokPEQ/AoMoGhNhbEWwLpv0RPrSioFRrxUGGvJ6OTjkke04T3KFodUrtNk4Ni2n loag== X-Gm-Message-State: AOAM530fg12OGfBThEr7Ge/sntQEka4aWzvdBSoVhbmFgWASvspQrCLe 10eG5NEXETBvUnMvmHnUVA== X-Google-Smtp-Source: ABdhPJzHiKwMJh0PaWVNXYntY88PZcUJt9OHYgJ2VMnnb/yu1svmesnqnx+wFRaZo7igVW9Tfy+cvQ== X-Received: by 2002:a5d:970c:: with SMTP id h12mr7705459iol.103.1610163025502; Fri, 08 Jan 2021 19:30:25 -0800 (PST) Received: from robh.at.kernel.org ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id z4sm6482374ioh.32.2021.01.08.19.30.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 08 Jan 2021 19:30:24 -0800 (PST) Received: (nullmailer pid 3762038 invoked by uid 1000); Sat, 09 Jan 2021 03:30:19 -0000 From: Rob Herring To: Henry Chen In-Reply-To: <1610092095-5113-2-git-send-email-henryc.chen@mediatek.com> References: <1610092095-5113-1-git-send-email-henryc.chen@mediatek.com> <1610092095-5113-2-git-send-email-henryc.chen@mediatek.com> Subject: Re: [PATCH V7 01/13] dt-bindings: soc: Add dvfsrc driver bindings Date: Fri, 08 Jan 2021 20:30:19 -0700 Message-Id: <1610163019.789930.3762037.nullmailer@robh.at.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210108_223028_291448_A8101589 X-CRM114-Status: GOOD ( 12.89 ) 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: Mark Rutland , James Liao , Nicolas Boichat , linux-pm@vger.kernel.org, Mark Brown , linux-kernel@vger.kernel.org, Stephen Boyd , Fan Chen , devicetree@vger.kernel.org, Rob Herring , linux-mediatek@lists.infradead.org, Arvin Wang , Matthias Brugger , Ryan Case , Georgi Djakov , 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 Fri, 08 Jan 2021 15:48:03 +0800, Henry Chen wrote: > Document the binding for enabling dvfsrc on MediaTek SoC. > > Signed-off-by: Henry Chen > --- > .../devicetree/bindings/soc/mediatek/dvfsrc.yaml | 67 ++++++++++++++++++++++ > 1 file changed, 67 insertions(+) > create mode 100644 Documentation/devicetree/bindings/soc/mediatek/dvfsrc.yaml > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: Documentation/devicetree/bindings/soc/mediatek/dvfsrc.example.dts:19:18: fatal error: dt-bindings/interconnect/mtk,mt8183-emi.h: No such file or directory 19 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[1]: *** [scripts/Makefile.lib:344: Documentation/devicetree/bindings/soc/mediatek/dvfsrc.example.dt.yaml] Error 1 make: *** [Makefile:1370: dt_binding_check] Error 2 See https://patchwork.ozlabs.org/patch/1423679 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