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 7D284C432BE for ; Fri, 30 Jul 2021 22:28:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 60B8161077 for ; Fri, 30 Jul 2021 22:28:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233481AbhG3W21 (ORCPT ); Fri, 30 Jul 2021 18:28:27 -0400 Received: from mail-il1-f172.google.com ([209.85.166.172]:43586 "EHLO mail-il1-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233153AbhG3W2X (ORCPT ); Fri, 30 Jul 2021 18:28:23 -0400 Received: by mail-il1-f172.google.com with SMTP id x7so7577261ilh.10; Fri, 30 Jul 2021 15:28:18 -0700 (PDT) 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=D52Vy0CgcE0wfPHmI57Uv6O5bCcoMUm9q+qsHe1m5OE=; b=Ym4V16ChMgDMYEcRaLIj91P7ur1Qpanl56iMYdBlNaTx4OaPOpycWoNmHs2h6uc6b1 rWad75hIj6FZhjv4bpojPzVl5R1KsRsAGITujjg9Fd129vMnaYoK9R6zpqIxNkR1TFkW F+jdqyyGp5YOqfaEumsa3lxkY4HWr0QXlAx8kxjn8WFmpKFhgQ6qm6DpFGyDkw4ZmBc4 dbmmL1RldrAwQRvqs7CkELEhY5DtJDz7rUGNPsoi+QsV1LI0l2hZLe9kPa/7+ouAkNpB SbKqpjGzpO0pHBtY7+n4azgp7JpDxW4Dads8t8CwG7VVUMxifGWE6f18PjPdmvGQrafP Aihg== X-Gm-Message-State: AOAM53277ZtUwun3pAOoYs/Kbi1yt+9CBm0ReEgPi/3lX0JeN5sxY2oX +ZPV1vkG28VVt1q/uAlH6Q== X-Google-Smtp-Source: ABdhPJwxFmwDv+5IpRAc36U/IY0R6KHUZxqyVwE7pzDL8f+orD1mZ/cnblLwZldJa1oLxZ4RdtDipw== X-Received: by 2002:a92:cf4d:: with SMTP id c13mr1018767ilr.300.1627684098045; Fri, 30 Jul 2021 15:28:18 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id d18sm1505290ile.32.2021.07.30.15.28.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 30 Jul 2021 15:28:17 -0700 (PDT) Received: (nullmailer pid 3442795 invoked by uid 1000); Fri, 30 Jul 2021 22:28:10 -0000 From: Rob Herring To: Sam Protsenko Cc: Rob Herring , Sumit Semwal , Charles Keepax , John Stultz , linux-arm-kernel@lists.infradead.org, Jiri Slaby , Michael Turquette , Greg Kroah-Hartman , Chanwoo Choi , Sylwester Nawrocki , linux-clk@vger.kernel.org, linux-gpio@vger.kernel.org, Amit Pundir , linux-kernel@vger.kernel.org, Krzysztof Kozlowski , Tom Gall , Tomasz Figa , linux-samsung-soc@vger.kernel.org, devicetree@vger.kernel.org, Ryu Euiyoul , Stephen Boyd , Linus Walleij , linux-serial@vger.kernel.org In-Reply-To: <20210730144922.29111-10-semen.protsenko@linaro.org> References: <20210730144922.29111-1-semen.protsenko@linaro.org> <20210730144922.29111-10-semen.protsenko@linaro.org> Subject: Re: [PATCH 09/12] dt-bindings: clock: Add bindings for Exynos850 clock controller Date: Fri, 30 Jul 2021 16:28:10 -0600 Message-Id: <1627684090.562853.3442794.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 30 Jul 2021 17:49:19 +0300, Sam Protsenko wrote: > Add documentation for Exynos850 clock driver bindings and corresponding > clock ID constants, which will be used further both in clock driver and > in device tree files. Constants are grouped per domain basis (CMU) for > more convenient usage, but those are just unique numbers and have > nothing to do with register offsets, etc. > > Signed-off-by: Sam Protsenko > --- > .../bindings/clock/exynos850-clock.yaml | 70 +++++ > include/dt-bindings/clock/exynos850.h | 267 ++++++++++++++++++ > 2 files changed, 337 insertions(+) > create mode 100644 Documentation/devicetree/bindings/clock/exynos850-clock.yaml > create mode 100644 include/dt-bindings/clock/exynos850.h > 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: Error: Documentation/devicetree/bindings/clock/exynos850-clock.example.dts:71.27-28 syntax error FATAL ERROR: Unable to parse input tree make[1]: *** [scripts/Makefile.lib:380: Documentation/devicetree/bindings/clock/exynos850-clock.example.dt.yaml] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:1419: dt_binding_check] Error 2 \ndoc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1511715 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.7 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 C3781C4338F for ; Fri, 30 Jul 2021 22:30:32 +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 82A2760F94 for ; Fri, 30 Jul 2021 22:30:32 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 82A2760F94 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-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=PPDPJAB6je56hY5Qow5knp0w7R83nEGibk3me0fQzCQ=; b=XJke60OqZpk2l/ ydl75/BeXe/eb9xFg4dpeFsiGnGAx4SpdEUUqIz4hZf5QS1FDfetUCjnW73Y+c+rvMh4B8SwUi+9c +hyopkbAj7WjTjo0W00HoxhG9f90TVjiy5mHBc7t89+VoDz0bSljfbOUg9cbWinus9+uLrP2+EHhT OXQesxRIiBC8a8/Kc4gJI8m9syJVRtOZZ2caLk0dF3xVBUw8qgvqmac6faO1uW/Ny4TUasmmM47DG CoiLzvr5G3EmbrhvN3kUhdHOvrG39F2H8wunJCV+BLxh93wqjowEptOpn/tOsDmDO6F2NjxAcpy8X 7RhsuZxme8zdi9x3J8qQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1m9azW-00AQBc-Qk; Fri, 30 Jul 2021 22:28:30 +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 1m9azK-00AQ9y-TU for linux-arm-kernel@lists.infradead.org; Fri, 30 Jul 2021 22:28:20 +0000 Received: by mail-il1-f173.google.com with SMTP id r5so10893797ilc.13 for ; Fri, 30 Jul 2021 15:28:18 -0700 (PDT) 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=D52Vy0CgcE0wfPHmI57Uv6O5bCcoMUm9q+qsHe1m5OE=; b=QE49jo7J0/JGer800+pO3gkyO0GbAGOYojU9yWo43ZNot1SZINxEHbrVQRBjyGuhFY E5+ZUb1ioYiCx2pZ0bRecvXhVmnq5zj25eDKh1BdszDat/uL1GxfUP/7lvIvpG6VbWeG 0nhiULGh7V8Ju5PKMkspdyBzZkPaOH/DKdP/86bUhOqsgVfgY50kWdLdVdNHgxRMsWK9 Gyo6+MSveQrMth9oCM8W8M6/2X5hlKzQ2zGkY2QIhWGVZ+3OO/9VnKqoL5rMvFkUAMz0 JC+cAKFyyUPOi+RId2Lhs+JeBfg49x70dna7VCQpk1FcbnP/j58rIGE79QjOswcfswgY UkPA== X-Gm-Message-State: AOAM530Lmk9jbVmPu0CyuKhNVkxjcDaHBP45YZfF7eTV5bgVWzyIUU+X prGXmDfba8ahav4LV4a/Gg== X-Google-Smtp-Source: ABdhPJwxFmwDv+5IpRAc36U/IY0R6KHUZxqyVwE7pzDL8f+orD1mZ/cnblLwZldJa1oLxZ4RdtDipw== X-Received: by 2002:a92:cf4d:: with SMTP id c13mr1018767ilr.300.1627684098045; Fri, 30 Jul 2021 15:28:18 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id d18sm1505290ile.32.2021.07.30.15.28.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 30 Jul 2021 15:28:17 -0700 (PDT) Received: (nullmailer pid 3442795 invoked by uid 1000); Fri, 30 Jul 2021 22:28:10 -0000 From: Rob Herring To: Sam Protsenko Cc: Rob Herring , Sumit Semwal , Charles Keepax , John Stultz , linux-arm-kernel@lists.infradead.org, Jiri Slaby , Michael Turquette , Greg Kroah-Hartman , Chanwoo Choi , Sylwester Nawrocki , linux-clk@vger.kernel.org, linux-gpio@vger.kernel.org, Amit Pundir , linux-kernel@vger.kernel.org, Krzysztof Kozlowski , Tom Gall , Tomasz Figa , linux-samsung-soc@vger.kernel.org, devicetree@vger.kernel.org, Ryu Euiyoul , Stephen Boyd , Linus Walleij , linux-serial@vger.kernel.org In-Reply-To: <20210730144922.29111-10-semen.protsenko@linaro.org> References: <20210730144922.29111-1-semen.protsenko@linaro.org> <20210730144922.29111-10-semen.protsenko@linaro.org> Subject: Re: [PATCH 09/12] dt-bindings: clock: Add bindings for Exynos850 clock controller Date: Fri, 30 Jul 2021 16:28:10 -0600 Message-Id: <1627684090.562853.3442794.nullmailer@robh.at.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210730_152819_190510_21C2F961 X-CRM114-Status: GOOD ( 17.01 ) 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 Fri, 30 Jul 2021 17:49:19 +0300, Sam Protsenko wrote: > Add documentation for Exynos850 clock driver bindings and corresponding > clock ID constants, which will be used further both in clock driver and > in device tree files. Constants are grouped per domain basis (CMU) for > more convenient usage, but those are just unique numbers and have > nothing to do with register offsets, etc. > > Signed-off-by: Sam Protsenko > --- > .../bindings/clock/exynos850-clock.yaml | 70 +++++ > include/dt-bindings/clock/exynos850.h | 267 ++++++++++++++++++ > 2 files changed, 337 insertions(+) > create mode 100644 Documentation/devicetree/bindings/clock/exynos850-clock.yaml > create mode 100644 include/dt-bindings/clock/exynos850.h > 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: Error: Documentation/devicetree/bindings/clock/exynos850-clock.example.dts:71.27-28 syntax error FATAL ERROR: Unable to parse input tree make[1]: *** [scripts/Makefile.lib:380: Documentation/devicetree/bindings/clock/exynos850-clock.example.dt.yaml] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:1419: dt_binding_check] Error 2 \ndoc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1511715 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