Devicetree
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Sreeshankar K <sreeshankar0910@gmail.com>
Cc: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
	 andersson@kernel.org, mturquette@baylibre.com, sboyd@kernel.org,
	 konradybcio@kernel.org, tglx@kernel.org, ulfh@kernel.org,
	bmasney@redhat.com,  lpieralisi@kernel.org,
	quic_tdas@quicinc.com, danila@mainlining.org,
	 davidwronek@gmail.com, robimarko@gmail.com, linux@gurudas.dev,
	 devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-msm@vger.kernel.org,  linux-clk@vger.kernel.org,
	linux-pm@vger.vger.kernel.org
Subject: Re: [PATCH 01/12] dt-bindings: arm: qcom,ids: Add SoC ID for SM7250
Date: Wed, 19 Aug 2026 11:50:06 +0200	[thread overview]
Message-ID: <20260819-statuesque-shrewd-sparrow-deead1@quoll> (raw)
In-Reply-To: <20260818080754.4362-2-sreeshankar0910@gmail.com>

On Tue, Aug 18, 2026 at 08:07:43AM +0000, Sreeshankar K wrote:
> Add the ID for the Qualcomm SM7250 SoC.
> 
> Signed-off-by: Sreeshankar K <sreeshankar0910@gmail.com>
> ---
>  include/dt-bindings/arm/qcom,ids.h | 1 +
>  1 file changed, 1 insertion(+)

I will not be doing work twice. I drop all your patches from DT
Patchwork now.

<form letter>
This is a friendly reminder during the review process.

It looks like you received a tag and forgot to add it.

If you do not know the process, here is a short explanation:
Please add Acked-by/Reviewed-by/Tested-by tags when posting new
versions of patchset, under or above your Signed-off-by tag, unless
patch changed significantly (e.g. new properties added to the DT
bindings). Tag is "received", when provided in a message replied to you
on the mailing list. Tools like b4 can help here. However, there's no
need to repost patches *only* to add the tags. The upstream maintainer
will do that for tags received on the version they apply.

Please read:
https://elixir.bootlin.com/linux/v6.12-rc3/source/Documentation/process/submitting-patches.rst#L577

If a tag was not added on purpose, please state in the patch changelog
or cover letter why and what changed.
</form letter>

Best regards,
Krzysztof


  parent reply	other threads:[~2026-08-19  9:50 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-18  8:07 [PATCH 00/12] Add initial support for Qualcomm SM7250 SoC Sreeshankar K
2026-08-18  8:07 ` [PATCH 01/12] dt-bindings: arm: qcom,ids: Add SoC ID for SM7250 Sreeshankar K
2026-08-18 11:25   ` Dmitry Baryshkov
2026-08-19  9:50   ` Krzysztof Kozlowski [this message]
2026-08-22 13:56     ` Sreeshankar K
2026-08-18  8:07 ` [PATCH 02/12] soc: qcom: socinfo: Add SM7250 SoC ID Sreeshankar K
2026-08-18 11:27   ` Dmitry Baryshkov
2026-08-18  8:07 ` [PATCH 03/12] dt-bindings: clock: Add GCC clock bindings for SM7250 Sreeshankar K
2026-08-19  9:47   ` Krzysztof Kozlowski
2026-08-18  8:07 ` [PATCH 04/12] clk: qcom: Add Global Clock Controller (GCC) driver " Sreeshankar K
2026-08-18  8:07 ` [PATCH 05/12] dt-bindings: clock: qcom,rpmhcc: Document RPMHCC bindings " Sreeshankar K
2026-08-18 21:17   ` Rob Herring
2026-08-22 13:59     ` Sreeshankar K
2026-08-19  9:49   ` Krzysztof Kozlowski
2026-08-18  8:07 ` [PATCH 06/12] clk: qcom: rpmh: Add SM7250 rpmh clocks Sreeshankar K
2026-08-18 11:31   ` Dmitry Baryshkov
2026-08-19  3:00   ` Abel Vesa
2026-08-18  8:07 ` [PATCH 07/12] dt-bindings: power: qcom,rpmhpd: Document RPMh power domain for SM7250 Sreeshankar K
2026-08-18  8:07 ` [PATCH 08/12] pmdomain: qcom: rpmhpd: Add RMPh power domains " Sreeshankar K
2026-08-19  3:17   ` Abel Vesa
2026-08-18  8:07 ` [PATCH 09/12] dt-bindings: arm: cpus: Document Kryo 475 CPUs Sreeshankar K
2026-08-18  8:07 ` [PATCH 10/12] dt-bindings: firmware: qcom,scm: Document SM7250 SCM Sreeshankar K
2026-08-18  8:07 ` [PATCH 11/12] dt-bindings: interrupt-controller: qcom,pdc: Document SM7250 PDC Sreeshankar K
2026-08-18  8:07 ` [PATCH 12/12] arm64: dts: qcom: Add SM7250 devicetree file Sreeshankar K

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=20260819-statuesque-shrewd-sparrow-deead1@quoll \
    --to=krzk@kernel.org \
    --cc=andersson@kernel.org \
    --cc=bmasney@redhat.com \
    --cc=conor+dt@kernel.org \
    --cc=danila@mainlining.org \
    --cc=davidwronek@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=konradybcio@kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.vger.kernel.org \
    --cc=linux@gurudas.dev \
    --cc=lpieralisi@kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=quic_tdas@quicinc.com \
    --cc=robh@kernel.org \
    --cc=robimarko@gmail.com \
    --cc=sboyd@kernel.org \
    --cc=sreeshankar0910@gmail.com \
    --cc=tglx@kernel.org \
    --cc=ulfh@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