Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Jassi Brar <jassisinghbrar@gmail.com>,
	Jagadeesh Kona <jagadeesh.kona@oss.qualcomm.com>
Cc: Sibi Sankar <sibi.sankar@oss.qualcomm.com>,
	Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Bjorn Andersson <andersson@kernel.org>,
	Konrad Dybcio <konradybcio@kernel.org>,
	Ajit Pandey <ajit.pandey@oss.qualcomm.com>,
	Imran Shaik <imran.shaik@oss.qualcomm.com>,
	Taniya Das <taniya.das@oss.qualcomm.com>,
	linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org,
	devicetree@vger.kernel.org
Subject: Re: [PATCH 1/2] dt-bindings: mailbox: qcom: Document SM8750 CPUCP mailbox controller
Date: Tue, 20 Jan 2026 11:22:30 +0100	[thread overview]
Message-ID: <7ed55d7e-869a-43d0-8905-c7d9263ca505@kernel.org> (raw)
In-Reply-To: <CABb+yY3v7RQTEvnd3g94ntY-COHwKcYPuDfh77bEKzZ-PS65EA@mail.gmail.com>

On 18/01/2026 20:40, Jassi Brar wrote:
> On Wed, Dec 10, 2025 at 1:02 PM Jagadeesh Kona
> <jagadeesh.kona@oss.qualcomm.com> wrote:
>>
>> Document CPU Control Processor (CPUCP) mailbox controller for Qualcomm
>> SM8750 SoCs. It is software compatible with X1E80100 CPUCP mailbox
>> controller hence fallback to it.
>>
>> Signed-off-by: Jagadeesh Kona <jagadeesh.kona@oss.qualcomm.com>
>> ---
>>  Documentation/devicetree/bindings/mailbox/qcom,cpucp-mbox.yaml | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/Documentation/devicetree/bindings/mailbox/qcom,cpucp-mbox.yaml b/Documentation/devicetree/bindings/mailbox/qcom,cpucp-mbox.yaml
>> index 9122c3d2dc30fade96eaf54aee41f890327deb6c..9d99af46e531aec615f91f1c139ce4fa482e41c3 100644
>> --- a/Documentation/devicetree/bindings/mailbox/qcom,cpucp-mbox.yaml
>> +++ b/Documentation/devicetree/bindings/mailbox/qcom,cpucp-mbox.yaml
>> @@ -19,6 +19,7 @@ properties:
>>        - items:
>>            - enum:
>>                - qcom,glymur-cpucp-mbox
>> +              - qcom,sm8750-cpucp-mbox
>>            - const: qcom,x1e80100-cpucp-mbox
>>        - enum:
>>            - qcom,x1e80100-cpucp-mbox
>>
>> --
>> 2.34.1
>>
> Applied, after trivial rebase on top of "dt-bindings: mailbox: qcom:
> Add CPUCP mailbox controller bindings for Kaanapali"

Both patches were already applied (see other emails in this thread).
Please drop.

Best regards,
Krzysztof

  reply	other threads:[~2026-01-20 10:22 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-10 19:02 [PATCH 0/2] qcom: SM8750: Enable CPUFreq support Jagadeesh Kona
2025-12-10 19:02 ` [PATCH 1/2] dt-bindings: mailbox: qcom: Document SM8750 CPUCP mailbox controller Jagadeesh Kona
2025-12-11 16:57   ` Rob Herring (Arm)
2026-01-18 19:40   ` Jassi Brar
2026-01-20 10:22     ` Krzysztof Kozlowski [this message]
2026-01-25  0:47       ` Jassi Brar
2025-12-10 19:02 ` [PATCH 2/2] arm64: dts: qcom: SM8750: Enable CPUFreq support Jagadeesh Kona
2025-12-10 19:22   ` Dmitry Baryshkov
2025-12-11 10:20   ` Abel Vesa
2025-12-16  9:04   ` Sibi Sankar
2025-12-17 12:26   ` Konrad Dybcio
2026-01-19 19:00   ` Akhil P Oommen
2026-01-20 10:14     ` Konrad Dybcio
2026-01-20 11:25       ` Akhil P Oommen
2026-01-20 14:43         ` Konrad Dybcio
2026-01-20 20:54           ` Akhil P Oommen
2026-01-21 11:36             ` Konrad Dybcio
2026-01-21 12:47               ` Akhil P Oommen
2026-01-21 12:52                 ` Konrad Dybcio
2026-01-05 14:07 ` (subset) [PATCH 0/2] " 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=7ed55d7e-869a-43d0-8905-c7d9263ca505@kernel.org \
    --to=krzk@kernel.org \
    --cc=ajit.pandey@oss.qualcomm.com \
    --cc=andersson@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=imran.shaik@oss.qualcomm.com \
    --cc=jagadeesh.kona@oss.qualcomm.com \
    --cc=jassisinghbrar@gmail.com \
    --cc=konradybcio@kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh@kernel.org \
    --cc=sibi.sankar@oss.qualcomm.com \
    --cc=taniya.das@oss.qualcomm.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