All of lore.kernel.org
 help / color / mirror / Atom feed
From: Konrad Dybcio <konrad.dybcio@somainline.org>
To: Rob Herring <robh@kernel.org>
Cc: Guenter Roeck <linux@roeck-us.net>,
	jamipkettunen@somainline.org, Hector Martin <marcan@marcan.st>,
	Sudeep Holla <sudeep.holla@arm.com>,
	angelogioacchino.delregno@somainline.org,
	devicetree@vger.kernel.org, Vinod Koul <vkoul@kernel.org>,
	Sebastian Reichel <sre@kernel.org>,
	linux-kernel@vger.kernel.org, martin.botka@somainline.org,
	Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>,
	Rob Herring <robh+dt@kernel.org>,
	~postmarketos/upstreaming@lists.sr.ht,
	marijn.suijten@somainline.org, Mark Brown <broonie@kernel.org>,
	Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Subject: Re: [PATCH v3 01/17] dt-bindings: arm: cpus: Add Kryo 560 CPUs
Date: Thu, 23 Sep 2021 18:51:20 +0200	[thread overview]
Message-ID: <872977d9-e920-d4c3-0022-412095ff6516@somainline.org> (raw)
In-Reply-To: <YUywQLpCjKhipZeA@robh.at.kernel.org>


On 23.09.2021 18:50, Rob Herring wrote:
> On Thu, 23 Sep 2021 18:21:47 +0200, Konrad Dybcio wrote:
>> Document Kryo 560 CPUs found in Qualcomm Snapdragon 690 (SM6350).
>>
>> Reviewed-by:  AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org>
>> Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
>> ---
>>  Documentation/devicetree/bindings/arm/cpus.yaml | 1 +
>>  1 file changed, 1 insertion(+)
>>
>
> Please add Acked-by/Reviewed-by tags when posting new versions. However,
> there's no need to repost patches *only* to add the tags. The upstream
> maintainer will do that for acks received on the version they apply.
>
> If a tag was not added on purpose, please state why and what changed.
>
It was an overlook from my side. Totally didn't mean to skip the acks/r-bs.

Apologies for the inconvenience caused.


Konrad


  reply	other threads:[~2021-09-23 16:51 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-23 16:21 [PATCH v3 01/17] dt-bindings: arm: cpus: Add Kryo 560 CPUs Konrad Dybcio
2021-09-23 16:21 ` [PATCH v3 02/17] arm64: dts: qcom: Add SM6350 device tree Konrad Dybcio
2021-09-23 16:21 ` [PATCH v3 03/17] arm64: dts: qcom: sm6350: Add LLCC node Konrad Dybcio
2021-09-23 16:21 ` [PATCH v3 04/17] arm64: dts: qcom: sm6350: Add RPMHCC node Konrad Dybcio
2021-09-23 16:21 ` [PATCH v3 05/17] arm64: dts: qcom: sm6350: Add GCC node Konrad Dybcio
2021-09-23 16:21 ` [PATCH v3 06/17] arm64: dts: qcom: sm6350: Add TLMM block node Konrad Dybcio
2021-09-23 16:21 ` [PATCH v3 07/17] arm64: dts: qcom: sm6350: Add USB1 nodes Konrad Dybcio
2021-09-23 16:21 ` [PATCH v3 08/17] arm64: dts: qcom: sm6350: Add cpufreq-hw support Konrad Dybcio
2021-09-23 16:21 ` [PATCH v3 09/17] arm64: dts: qcom: sm6350: Add TSENS nodes Konrad Dybcio
2021-09-23 16:21 ` [PATCH v3 10/17] arm64: dts: qcom: sm6350: Add AOSS_QMP Konrad Dybcio
2021-09-23 16:21 ` [PATCH v3 11/17] arm64: dts: qcom: sm6350: Add SPMI bus Konrad Dybcio
2021-09-23 16:21 ` [PATCH v3 12/17] arm64: dts: qcom: sm6350: Add PRNG node Konrad Dybcio
2021-09-23 16:21 ` [PATCH v3 13/17] arm64: dts: qcom: sm6350: Add RPMHPD and BCM voter Konrad Dybcio
2021-09-23 16:22 ` [PATCH v3 14/17] arm64: dts: qcom: sm6350: Add SDHCI1/2 nodes Konrad Dybcio
2021-09-23 16:22 ` [PATCH v3 15/17] arm64: dts: qcom: sm6350: Add apps_smmu and assign iommus prop to USB1 Konrad Dybcio
2021-09-23 16:22 ` [PATCH v3 16/17] arm64: dts: qcom: Add device tree for Sony Xperia 10 III Konrad Dybcio
2021-09-23 16:22 ` [PATCH v3 17/17] arm64: dts: qcom: pm6150l: Add missing include Konrad Dybcio
2021-09-23 16:50 ` [PATCH v3 01/17] dt-bindings: arm: cpus: Add Kryo 560 CPUs Rob Herring
2021-09-23 16:51   ` Konrad Dybcio [this message]
2021-09-27 22:56 ` 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=872977d9-e920-d4c3-0022-412095ff6516@somainline.org \
    --to=konrad.dybcio@somainline.org \
    --cc=angelogioacchino.delregno@somainline.org \
    --cc=broonie@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=jamipkettunen@somainline.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=lorenzo.pieralisi@arm.com \
    --cc=marcan@marcan.st \
    --cc=marijn.suijten@somainline.org \
    --cc=martin.botka@somainline.org \
    --cc=robh+dt@kernel.org \
    --cc=robh@kernel.org \
    --cc=sre@kernel.org \
    --cc=srinivas.kandagatla@linaro.org \
    --cc=sudeep.holla@arm.com \
    --cc=vkoul@kernel.org \
    --cc=~postmarketos/upstreaming@lists.sr.ht \
    /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.