public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
From: Bjorn Andersson <andersson@kernel.org>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	Jassi Brar <jassisinghbrar@gmail.com>
Cc: Andy Gross <agross@kernel.org>,
	Konrad Dybcio <konrad.dybcio@linaro.org>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Mathieu Poirier <mathieu.poirier@linaro.org>,
	Srinivas Kandagatla <srinivas.kandagatla@linaro.org>,
	Banajit Goswami <bgoswami@quicinc.com>,
	Mark Brown <broonie@kernel.org>,
	linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org,
	devicetree@vger.kernel.org, linux-remoteproc@vger.kernel.org,
	alsa-devel@alsa-project.org
Subject: Re: [PATCH v2 4/7] dt-bindings: mailbox: qcom,apcs-kpss-global: drop mbox-names from example
Date: Wed, 15 Feb 2023 11:21:23 -0800	[thread overview]
Message-ID: <20230215192123.4ore7ac6tnedrsyq@ripper> (raw)
In-Reply-To: <20230208101545.45711-4-krzysztof.kozlowski@linaro.org>

On Wed, Feb 08, 2023 at 11:15:42AM +0100, Krzysztof Kozlowski wrote:
> Qualcomm G-Link RPM edge bindings do not allow and do not use mbox-names
> property.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> 
> ---
> 
> Changes since v1:
> 1. None.
> 2. Previously was sent as separate patch.
> 
> There are no strict dependencies. This can go anytime. The next patch
> (glink-rpm-edge) should be applied in the same or later cycle (could be
> via different trees).

Jassi, I missed this note and merged the following patches, introducing
the forecasted issue in linux-next. To remedy this, I took the liberty
of merging this patch as well into the remoteproc tree.

Regards,
Bjorn

> ---
>  .../devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml       | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml b/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml
> index 943f9472ae10..56b386b688b3 100644
> --- a/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml
> +++ b/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml
> @@ -155,7 +155,6 @@ examples:
>          interrupts = <GIC_SPI 168 IRQ_TYPE_EDGE_RISING>;
>          qcom,rpm-msg-ram = <&rpm_msg_ram>;
>          mboxes = <&apcs_glb 0>;
> -        mbox-names = "rpm_hlos";
>      };
>  
>    # Example apcs with qcs404
> -- 
> 2.34.1
> 

  parent reply	other threads:[~2023-02-15 19:19 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-08 10:15 [PATCH v2 1/7] arm64: dts: qcom: ipq6018: align RPM G-Link node with bindings Krzysztof Kozlowski
2023-02-08 10:15 ` [PATCH v2 2/7] arm64: dts: qcom: qcs404: " Krzysztof Kozlowski
2023-02-08 10:15 ` [PATCH v2 3/7] arm64: dts: qcom: msm8996: align RPM G-Link clock-controller " Krzysztof Kozlowski
2023-02-08 10:15 ` [PATCH v2 4/7] dt-bindings: mailbox: qcom,apcs-kpss-global: drop mbox-names from example Krzysztof Kozlowski
2023-02-09 18:01   ` Rob Herring
2023-02-15 14:09   ` Rob Herring
2023-02-15 19:21   ` Bjorn Andersson [this message]
2023-02-15 19:46     ` Jassi Brar
2023-02-08 10:15 ` [PATCH v2 5/7] dt-bindings: soc: qcom,apr: correct qcom,intents type Krzysztof Kozlowski
2023-02-09 18:02   ` Rob Herring
2023-02-08 10:15 ` [PATCH v2 6/7] dt-bindings: remoteproc: qcom,glink-rpm-edge: convert to DT schema Krzysztof Kozlowski
2023-02-09 18:02   ` Rob Herring
2023-02-08 10:15 ` [PATCH v2 7/7] dt-bindings: remoteproc: qcom,glink-edge: correct label description Krzysztof Kozlowski
2023-02-09 18:03   ` Rob Herring
2023-02-13 22:23 ` (subset) [PATCH v2 1/7] arm64: dts: qcom: ipq6018: align RPM G-Link node with bindings Bjorn Andersson
2023-02-14 17:30 ` Bjorn Andersson
2023-02-15 14:10   ` Rob Herring
2023-02-15 19:09     ` Krzysztof Kozlowski
2023-02-15 19:21 ` Bjorn Andersson
2023-03-15 23:35 ` Bjorn Andersson

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=20230215192123.4ore7ac6tnedrsyq@ripper \
    --to=andersson@kernel.org \
    --cc=agross@kernel.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=bgoswami@quicinc.com \
    --cc=broonie@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=jassisinghbrar@gmail.com \
    --cc=konrad.dybcio@linaro.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-remoteproc@vger.kernel.org \
    --cc=mathieu.poirier@linaro.org \
    --cc=robh+dt@kernel.org \
    --cc=srinivas.kandagatla@linaro.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