All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Prasad Kumpatla <prasad.kumpatla@oss.qualcomm.com>,
	Bjorn Andersson <andersson@kernel.org>,
	Konrad Dybcio <konradybcio@kernel.org>,
	Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>
Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	Yijie Yang <yijie.yang@oss.qualcomm.com>,
	Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Subject: Re: [PATCH v1 2/2] soc: qcom: pd-mapper: Add support for Maili SoC
Date: Wed, 19 Aug 2026 08:11:10 +0200	[thread overview]
Message-ID: <ddf88af6-c947-478d-81ab-bff4aa27d2cc@kernel.org> (raw)
In-Reply-To: <20260819054203.61385-3-prasad.kumpatla@oss.qualcomm.com>

On 19/08/2026 07:42, Prasad Kumpatla wrote:
> Add support for the Qualcomm Maili SoC to the protection
> domain mapper. Maili shares the same protection domain
> configuration as Kaanapali, so reuse the existing
> Kaanapali domain data.
> 
> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
> Signed-off-by: Prasad Kumpatla <prasad.kumpatla@oss.qualcomm.com>
> ---
>  drivers/soc/qcom/qcom_pd_mapper.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/soc/qcom/qcom_pd_mapper.c b/drivers/soc/qcom/qcom_pd_mapper.c
> index 64ca99d7fad9..3376423d237f 100644
> --- a/drivers/soc/qcom/qcom_pd_mapper.c
> +++ b/drivers/soc/qcom/qcom_pd_mapper.c
> @@ -626,6 +626,7 @@ static const struct of_device_id qcom_pdm_domains[] __maybe_unused = {
>  	{ .compatible = "qcom,hawi", .data = kaanapali_domains, },
>  	{ .compatible = "qcom,kaanapali", .data = kaanapali_domains, },
>  	{ .compatible = "qcom,mahua", .data = glymur_domains, },
> +	{ .compatible = "qcom,maili", .data = kaanapali_domains, },

This patchset makes no sense. Early upstreaming of unreleased SoC does
not mean you send everything except DTS. You send things earlier to
speed up merging, but such trivialities targeting Qcom SoC should be
sent with the SoC DTS. It brings no value to send it earlier.

Best regards,
Krzysztof

  reply	other threads:[~2026-08-19  6:11 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-19  5:42 [PATCH v1 0/2] Add initial Maili SoC support Prasad Kumpatla
2026-08-19  5:42 ` [PATCH v1 1/2] dt-bindings: arm: qcom: Add Maili SoC compatible Prasad Kumpatla
2026-08-19  5:50   ` Jingyi Wang
2026-08-19  6:04     ` Prasad Kumpatla
2026-08-19  5:51   ` sashiko-bot
2026-08-19  6:09   ` Krzysztof Kozlowski
2026-08-19  6:28     ` Yijie Yang
2026-08-19  6:35       ` Krzysztof Kozlowski
2026-08-19  7:02         ` Yijie Yang
2026-08-19  7:12           ` Krzysztof Kozlowski
2026-08-19  8:56           ` Konrad Dybcio
2026-08-19  9:04             ` Krzysztof Kozlowski
2026-08-19  9:05               ` Konrad Dybcio
2026-08-19  9:10                 ` Yijie Yang
2026-08-19  5:42 ` [PATCH v1 2/2] soc: qcom: pd-mapper: Add support for Maili SoC Prasad Kumpatla
2026-08-19  6:11   ` Krzysztof Kozlowski [this message]
2026-08-19  5:54 ` [PATCH v1 0/2] Add initial Maili SoC support Jingyi Wang
2026-08-19  6:04   ` Prasad Kumpatla

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=ddf88af6-c947-478d-81ab-bff4aa27d2cc@kernel.org \
    --to=krzk@kernel.org \
    --cc=andersson@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=konrad.dybcio@oss.qualcomm.com \
    --cc=konradybcio@kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=prasad.kumpatla@oss.qualcomm.com \
    --cc=robh@kernel.org \
    --cc=yijie.yang@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.