From: Rob Herring <robh@kernel.org>
To: Mao Jinlong <quic_jinlmao@quicinc.com>
Cc: linux-arm-msm@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
Tao Zhang <quic_taozha@quicinc.com>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Bjorn Andersson <bjorn.andersson@linaro.org>,
Rob Herring <robh+dt@kernel.org>,
Hao Zhang <quic_hazha@quicinc.com>,
Mike Leach <mike.leach@linaro.org>,
Tingwei Zhang <quic_tingweiz@quicinc.com>,
Mathieu Poirier <mathieu.poirier@linaro.org>,
Trilok Soni <quic_tsoni@quicinc.com>,
Alexander Shishkin <alexander.shishkin@linux.intel.com>,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
coresight@lists.linaro.org, Konrad Dybcio <konradybcio@gmail.com>,
Yuanfang Zhang <quic_yuanfang@quicinc.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Suzuki K Poulose <suzuki.poulose@arm.com>,
Leo Yan <leo.yan@linaro.org>
Subject: Re: [PATCH v9 03/10] dt-bindings: arm: Adds CoreSight TPDM hardware definitions
Date: Fri, 10 Jun 2022 07:12:35 -0600 [thread overview]
Message-ID: <1654866755.742985.1529401.nullmailer@robh.at.kernel.org> (raw)
In-Reply-To: <20220610032144.5173-4-quic_jinlmao@quicinc.com>
On Fri, 10 Jun 2022 11:21:37 +0800, Mao Jinlong wrote:
> Adds new coresight-tpdm.yaml file describing the bindings required
> to define tpdm in the device trees.
>
> Acked-by: Suzuki K Poulose <suzuki.poulose@arm.com>
> Reviewed-by: Mike Leach <mike.leach@linaro.org>
> Signed-off-by: Tao Zhang <quic_taozha@quicinc.com>
> Signed-off-by: Mao Jinlong <quic_jinlmao@quicinc.com>
> ---
> .../bindings/arm/qcom,coresight-tpdm.yaml | 92 +++++++++++++++++++
> MAINTAINERS | 1 +
> 2 files changed, 93 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/arm/qcom,coresight-tpdm.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:
dtschema/dtc warnings/errors:
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/arm/qcom,coresight-tpdm.example.dtb: tpdm@684c000: reg: [[0, 109363200], [0, 4096]] is too long
From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/arm/qcom,coresight-tpdm.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.
next prev parent reply other threads:[~2022-06-10 13:12 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-10 3:21 [PATCH v9 00/10] Coresight: Add support for TPDM and TPDA Mao Jinlong
2022-06-10 3:21 ` [PATCH v9 01/10] coresight: core: Use IDR for non-cpu bound sources' paths Mao Jinlong
2022-06-10 3:21 ` [PATCH v9 02/10] Coresight: Add coresight TPDM source driver Mao Jinlong
2022-06-10 3:21 ` [PATCH v9 03/10] dt-bindings: arm: Adds CoreSight TPDM hardware definitions Mao Jinlong
2022-06-10 13:12 ` Rob Herring [this message]
2022-06-10 3:21 ` [PATCH v9 04/10] coresight-tpdm: Add DSB dataset support Mao Jinlong
2022-06-10 3:21 ` [PATCH v9 05/10] coresight-tpdm: Add integration test support Mao Jinlong
2022-06-10 3:21 ` [PATCH v9 06/10] docs: sysfs: coresight: Add sysfs ABI documentation for TPDM Mao Jinlong
2022-06-10 3:21 ` [PATCH v9 07/10] Coresight: Add TPDA link driver Mao Jinlong
2022-06-10 3:21 ` [PATCH v9 08/10] dt-bindings: arm: Adds CoreSight TPDA hardware definitions Mao Jinlong
2022-06-10 3:21 ` [PATCH v9 09/10] arm64: dts: qcom: sm8250: Add coresight components Mao Jinlong
2022-06-10 3:21 ` [PATCH v9 10/10] arm64: dts: qcom: sm8250: Add tpdm mm/prng Mao Jinlong
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1654866755.742985.1529401.nullmailer@robh.at.kernel.org \
--to=robh@kernel.org \
--cc=alexander.shishkin@linux.intel.com \
--cc=bjorn.andersson@linaro.org \
--cc=coresight@lists.linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=konradybcio@gmail.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=leo.yan@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mathieu.poirier@linaro.org \
--cc=mike.leach@linaro.org \
--cc=quic_hazha@quicinc.com \
--cc=quic_jinlmao@quicinc.com \
--cc=quic_taozha@quicinc.com \
--cc=quic_tingweiz@quicinc.com \
--cc=quic_tsoni@quicinc.com \
--cc=quic_yuanfang@quicinc.com \
--cc=robh+dt@kernel.org \
--cc=suzuki.poulose@arm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox