linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stanimir Varbanov <stanimir.varbanov@linaro.org>
To: AngeloGioacchino Del Regno 
	<angelogioacchino.delregno@somainline.org>,
	Rob Herring <robh@kernel.org>
Cc: mchehab@kernel.org, phone-devel@vger.kernel.org,
	linux-media@vger.kernel.org, robh+dt@kernel.org,
	stanimir.varbanov@linaro.org, linux-kernel@vger.kernel.org,
	marijn.suijten@somainline.org, konrad.dybcio@somainline.org,
	devicetree@vger.kernel.org, bjorn.andersson@linaro.org,
	agross@kernel.org, linux-arm-msm@vger.kernel.org
Subject: Re: [PATCH 2/2] media: dt-bindings: media: venus: Add sdm660 DT schema
Date: Mon, 18 Jan 2021 19:21:16 +0200	[thread overview]
Message-ID: <3f28fa3f-b86b-0c63-a8b7-1c5e18ab9a49@linaro.org> (raw)
In-Reply-To: <890cbed0-0f4c-f8e4-5d91-c0cd40edde1d@somainline.org>



On 1/17/21 9:23 PM, AngeloGioacchino Del Regno wrote:
> Il 17/01/21 16:45, Rob Herring ha scritto:
>> On Fri, 15 Jan 2021 19:52:52 +0100, AngeloGioacchino Del Regno wrote:
>>> Add new qcom,sdm660-venus DT binding schema.
>>>
>>> Signed-off-by: AngeloGioacchino Del Regno
>>> <angelogioacchino.delregno@somainline.org>
>>> ---
>>>   .../bindings/media/qcom,sdm660-venus.yaml     | 164 ++++++++++++++++++
>>>   1 file changed, 164 insertions(+)
>>>   create mode 100644
>>> Documentation/devicetree/bindings/media/qcom,sdm660-venus.yaml
>>>
>>> base-commit: 012bd807cf654b992cdc4db7eab85c1e95f9d571
>>> prerequisite-patch-id: 734bdefdb043a8f91a48916246cc9a36fb5966e5
>>> prerequisite-patch-id: 999517c02973237996492a41ed5bfc2990083932
>>> prerequisite-patch-id: a48910425fac61948a7a26bec4d40d63e3368569
>>> prerequisite-patch-id: b1a1a4216eed0d04dd16e6e8e1053dee185d06d8
>>> prerequisite-patch-id: dff12be2631cc21ef1c3c930fba49d979f5055fe
>>>
>>
>> My bot found errors running 'make dt_binding_check' on your patch:
>>
>> yamllint warnings/errors:
>>
>> dtschema/dtc warnings/errors:
>> Documentation/devicetree/bindings/media/qcom,sdm660-venus.example.dts:20:18:
>> fatal error: dt-bindings/clock/qcom,mmcc-sdm660.h: No such file or
>> directory
>>     20 |         #include <dt-bindings/clock/qcom,mmcc-sdm660.h>
>>        |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>> compilation terminated.
>> make[1]: *** [scripts/Makefile.lib:344:
>> Documentation/devicetree/bindings/media/qcom,sdm660-venus.example.dt.yaml]
>> Error 1
>> make[1]: *** Waiting for unfinished jobs....
>> make: *** [Makefile:1370: dt_binding_check] Error 2
>>
>> See https://patchwork.ozlabs.org/patch/1427279
>>
>> 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.
>>
> 
> Yes, because this depends on the commits that are mentioned in the tags.
> Is there any better way to add a dependency on another patch series?
> 

What is the status of mmcc-sdm660 clk driver? I guess we have to
postpone this until clock driver is ready for merge?

> - Angelo

-- 
regards,
Stan

  reply	other threads:[~2021-01-18 17:27 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-15 18:52 [PATCH 0/2] SDM630/660 Venus hardware video decoder/encoder AngeloGioacchino Del Regno
2021-01-15 18:52 ` [PATCH 1/2] media: venus: core: Add sdm660 DT compatible and resource struct AngeloGioacchino Del Regno
2021-01-18 17:21   ` Stanimir Varbanov
2021-01-18 17:45     ` AngeloGioacchino Del Regno
2021-01-25 10:40       ` Hans Verkuil
2021-01-25 14:51         ` AngeloGioacchino Del Regno
2021-01-25 15:01           ` Hans Verkuil
2021-01-26  8:44             ` Stanimir Varbanov
2021-01-25 15:18           ` Bjorn Andersson
2021-01-15 18:52 ` [PATCH 2/2] media: dt-bindings: media: venus: Add sdm660 DT schema AngeloGioacchino Del Regno
2021-01-17 15:45   ` Rob Herring
2021-01-17 19:23     ` AngeloGioacchino Del Regno
2021-01-18 17:21       ` Stanimir Varbanov [this message]
2021-01-18 17:48         ` AngeloGioacchino Del Regno
2021-01-19 23:17   ` Rob Herring
2021-01-19 23:19     ` AngeloGioacchino Del Regno

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=3f28fa3f-b86b-0c63-a8b7-1c5e18ab9a49@linaro.org \
    --to=stanimir.varbanov@linaro.org \
    --cc=agross@kernel.org \
    --cc=angelogioacchino.delregno@somainline.org \
    --cc=bjorn.andersson@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=konrad.dybcio@somainline.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=marijn.suijten@somainline.org \
    --cc=mchehab@kernel.org \
    --cc=phone-devel@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=robh@kernel.org \
    /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;
as well as URLs for NNTP newsgroup(s).