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 D3661C433FE for ; Wed, 9 Nov 2022 21:09:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229784AbiKIVJM (ORCPT ); Wed, 9 Nov 2022 16:09:12 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60584 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229561AbiKIVJL (ORCPT ); Wed, 9 Nov 2022 16:09:11 -0500 Received: from mail-oa1-f46.google.com (mail-oa1-f46.google.com [209.85.160.46]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6D6CB12D38; Wed, 9 Nov 2022 13:09:10 -0800 (PST) Received: by mail-oa1-f46.google.com with SMTP id 586e51a60fabf-13c569e5ff5so167791fac.6; Wed, 09 Nov 2022 13:09:10 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=date:subject:message-id:references:in-reply-to:cc:to:from :mime-version:content-transfer-encoding:x-gm-message-state:from:to :cc:subject:date:message-id:reply-to; bh=8s7hI8Zud53E/E/LGzGpSycc8sTlYS9S0JeTQWZw1BE=; b=UHhYLXYYLO1vALkxjqk8LTf/bWb4DbFoNd83qCLsc97RTJ7itzyGWBOttTrSf4sTvZ 0ZORPOanaOShPT7r7KOlh1P4To5VGCSGvtUbAsv3JhvNSeT5RBdoI1E/zSjNAVto1smY ljSA3ppVJuK/dYIMtWHPNlHMqTCgNbEMUGkX81lqbeT6xxQyRKuGWrHLxf0ck+huyM/Y IfDikbJ4GRiF43J/QJWaP4fqevx0s9tZaE2IlKbARobBysjSde37p9SN81ltrQQsjFvF KhiaCqmwm4CcukXukG2jo8DPCjCUuKGCspN+vU6LY1nrk+/nvXQ444sWIm9Bl/eQ12y2 Brlg== X-Gm-Message-State: ACrzQf0jpeJBGMM/LMThJREY4aUqUn92dy3uLVgvubj7LLFINIhxS0oV 0U+greTtCxOdMF+MF+VB4A== X-Google-Smtp-Source: AMsMyM5pyAb0lxvqFEiih871wsejSy/ryTVCST1bIhwXfBgU1eV0o3m98wEwHeZxJ1wdpmrhvz7RAA== X-Received: by 2002:a05:6871:401:b0:13b:c222:456 with SMTP id d1-20020a056871040100b0013bc2220456mr47300571oag.234.1668028149580; Wed, 09 Nov 2022 13:09:09 -0800 (PST) Received: from robh_at_kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id g20-20020a4ab814000000b00480fd9f311esm4583432oop.13.2022.11.09.13.09.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 09 Nov 2022 13:09:09 -0800 (PST) Received: (nullmailer pid 2868041 invoked by uid 1000); Wed, 09 Nov 2022 21:09:10 -0000 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 From: Rob Herring To: Konrad Dybcio Cc: Robin Murphy , Joerg Roedel , linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Krzysztof Kozlowski , agross@kernel.org, krzysztof.kozlowski@linaro.org, Will Deacon , iommu@lists.linux.dev, linux-kernel@vger.kernel.org, Rob Herring , patches@linaro.org, andersson@kernel.org In-Reply-To: <20221109111236.46003-2-konrad.dybcio@linaro.org> References: <20221109111236.46003-1-konrad.dybcio@linaro.org> <20221109111236.46003-2-konrad.dybcio@linaro.org> Message-Id: <166802788099.2832919.14556738707192792770.robh@kernel.org> Subject: Re: [PATCH 01/10] dt-bindings: arm-smmu: Allow up to 3 power-domains Date: Wed, 09 Nov 2022 15:09:10 -0600 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Wed, 09 Nov 2022 12:12:26 +0100, Konrad Dybcio wrote: > Some SMMUs require that a vote is held on as much as 3 separate PDs > (hello Qualcomm). Allow it in bindings. > > Signed-off-by: Konrad Dybcio > --- > Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > 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/dt-review-ci/linux/Documentation/devicetree/bindings/iommu/arm,smmu.example.dtb: iommu@d00000: power-domains: [[4294967295, 0]] is too short From schema: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/iommu/arm,smmu.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 435C0C433FE for ; Wed, 9 Nov 2022 21:10:34 +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:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Date:Subject:Message-Id:References: In-Reply-To:Cc:To:From:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=jG3+jwea86CSce4LTTV7ijVlXc4zJ1hmGCZh00Twa+I=; b=2B2k95v3jTdwMR lfF7gUN+1y+bSfzSnBx/JtTt1QWfCvVF/+MNjPhL3ST1Z0jgsDspee7oDGtymRAJg5uNoTMWbTwlr faXYbAZP6hDEiXBYGPch/B7RUUOgypLHctAe753kA3/0rrlFIwJ6XQZGasqsXbvN/csTT82yPdU+1 uSTV4DsCW9A3byTOXVpJAevdFM/L0SZpslMkfVf+jklREyO2Rze2bPLAXe/ksxmO78VPYe4HJGpPz h6oVkWyxmF7AYauWjErm9wYM40ygopY2qhIv9yq/6YB4Naog7O7XOZ4o58wdebhjrokEbCUVDTqLI JNdyDdgLX3rjCgG6chvw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ossJv-00HKjd-3N; Wed, 09 Nov 2022 21:09:15 +0000 Received: from mail-oa1-f48.google.com ([209.85.160.48]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ossJr-00HKiA-NZ for linux-arm-kernel@lists.infradead.org; Wed, 09 Nov 2022 21:09:13 +0000 Received: by mail-oa1-f48.google.com with SMTP id 586e51a60fabf-13c2cfd1126so146841fac.10 for ; Wed, 09 Nov 2022 13:09:10 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=date:subject:message-id:references:in-reply-to:cc:to:from :mime-version:content-transfer-encoding:x-gm-message-state:from:to :cc:subject:date:message-id:reply-to; bh=8s7hI8Zud53E/E/LGzGpSycc8sTlYS9S0JeTQWZw1BE=; b=1wj+1yk80mlfbbQMXSWxYPPlFQiJf236cx40JERBgJxzM4ieOhJRVkvrUG7k4uT7xz y7AiU3eVo06TC/PiaUky1NTac/WluEePq1r3SPAfq917tFz/wbK8H7RHMU4mhgfYsm+I l1LOcLV+VlIxUHm5NRJEbNmXDB1xARSUOo9t9Hs1ZW/ZNluUjFo0GDBJF6oWjgWRQPNc r1bwTXcmAsl2PzMElLYyZtbJ830K/Oxwuk9EqO1vv9881hMuKNrA+RP7aOjsWMr6ZcDK fdoxMl+cTBX26QmF0k2Ah1oyAy0tYSolCt9vXjS0Q3TICX4vcIDQEURrtRWtYUg3KXwQ izTw== X-Gm-Message-State: ACrzQf2wGygLWyFVyr7HD7e3sahH3zMJS7nmRlW0wTQZbjY53YU4Z0ky 4QUOKFOA6h3LtayPSh4oXiusJDDTzg== X-Google-Smtp-Source: AMsMyM5pyAb0lxvqFEiih871wsejSy/ryTVCST1bIhwXfBgU1eV0o3m98wEwHeZxJ1wdpmrhvz7RAA== X-Received: by 2002:a05:6871:401:b0:13b:c222:456 with SMTP id d1-20020a056871040100b0013bc2220456mr47300571oag.234.1668028149580; Wed, 09 Nov 2022 13:09:09 -0800 (PST) Received: from robh_at_kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id g20-20020a4ab814000000b00480fd9f311esm4583432oop.13.2022.11.09.13.09.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 09 Nov 2022 13:09:09 -0800 (PST) Received: (nullmailer pid 2868041 invoked by uid 1000); Wed, 09 Nov 2022 21:09:10 -0000 MIME-Version: 1.0 From: Rob Herring To: Konrad Dybcio Cc: Robin Murphy , Joerg Roedel , linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Krzysztof Kozlowski , agross@kernel.org, krzysztof.kozlowski@linaro.org, Will Deacon , iommu@lists.linux.dev, linux-kernel@vger.kernel.org, Rob Herring , patches@linaro.org, andersson@kernel.org In-Reply-To: <20221109111236.46003-2-konrad.dybcio@linaro.org> References: <20221109111236.46003-1-konrad.dybcio@linaro.org> <20221109111236.46003-2-konrad.dybcio@linaro.org> Message-Id: <166802788099.2832919.14556738707192792770.robh@kernel.org> Subject: Re: [PATCH 01/10] dt-bindings: arm-smmu: Allow up to 3 power-domains Date: Wed, 09 Nov 2022 15:09:10 -0600 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221109_130911_801482_F1E89885 X-CRM114-Status: GOOD ( 13.70 ) 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: , 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, 09 Nov 2022 12:12:26 +0100, Konrad Dybcio wrote: > Some SMMUs require that a vote is held on as much as 3 separate PDs > (hello Qualcomm). Allow it in bindings. > > Signed-off-by: Konrad Dybcio > --- > Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > 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/dt-review-ci/linux/Documentation/devicetree/bindings/iommu/arm,smmu.example.dtb: iommu@d00000: power-domains: [[4294967295, 0]] is too short From schema: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/iommu/arm,smmu.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