From: Songwei Chai <songwei.chai@oss.qualcomm.com>
To: Krzysztof Kozlowski <krzk@kernel.org>
Cc: andersson@kernel.org, alexander.shishkin@linux.intel.com,
kernel@oss.qualcomm.com, mike.leach@linaro.org,
suzuki.poulose@arm.com, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-arm-msm@vger.kernel.org, coresight@lists.linaro.org,
devicetree@vger.kernel.org
Subject: Re: [PATCH v7 1/7] dt-bindings: arm: Add support for Qualcomm TGU trace
Date: Wed, 5 Nov 2025 18:16:38 +0800 [thread overview]
Message-ID: <dc2d7940-8750-4ba7-9e4d-05c8b4bbb819@oss.qualcomm.com> (raw)
In-Reply-To: <38452e04-255e-477d-8262-53aeb3c87a01@kernel.org>
On 11/5/2025 5:03 PM, Krzysztof Kozlowski wrote:
> On 05/11/2025 09:49, Songwei Chai wrote:
>> On 11/5/2025 4:15 PM, Krzysztof Kozlowski wrote:
>>> On 05/11/2025 09:11, Songwei Chai wrote:
>>>> On 11/5/2025 3:49 PM, Krzysztof Kozlowski wrote:
>>>>> On Mon, Nov 03, 2025 at 10:40:37PM -0800, Songwei Chai wrote:
>>>>>> The Trigger Generation Unit (TGU) is designed to detect patterns or
>>>>>> sequences within a specific region of the System on Chip (SoC). Once
>>>>>> configured and activated, it monitors sense inputs and can detect a
>>>>>> pre-programmed state or sequence across clock cycles, subsequently
>>>>>> producing a trigger.
>>>>>>
>>>>> I do not understand: You got review which you ignored and then you
>>>>> removed pieces of this code to make it incorrect. Go back to previous
>>>>> versions so you won't waste our time re-doing review.
>>>> Hi Krzysztof,
>>>>
>>>> The previous reviewed-by is no longer applicable because in this
>>>> version, we moved
>>>>
>>>> the driver from /drivers/hwtracing/coresight/ to
>>>> /drivers/hwtracing/qcom/. This means the
>>>>
>>>> required compatible has changed from "/qcom,coresight-tgu/" to "/qcom,tgu/".
>>>>
>>>> Since this involves changes to devicetree binding, i didn't not carry
>>>> over the previous review tags.
>>> And which part of changelog explains the exact reasons to drop review
>>> tags? Not mentioning that changelog is almost impossible to find, buried
>>> under 10 pages of some repetitive introduction
>>>
>>> Did you read submitting patches?
>> As I mentioned above, the |compatible| string in this version has
>> changed compared to
>>
>> the previously reviewed binding. Therefore, I believe it's a default
>> rule that the previous
>>
>> |Reviewed-by|tags are no longer applicable. If the community requires a
>> note in the changelog to explain this,
>>
>> I will make sure to include it in the next version.
>>
>>
>> “
>>
>> Did you read submitting patches?
>>
>> ”
>>
>> Yes, the explanations in the cover letter were written by me, so I have
>> definitely read them. All of these explanatory documents are
>>
>
> Heh, why I am even reviewing this... you indicated in your address list
> that you do not wish review from me, so I will keep that in mind and not
> provide review.
Hi Krzysztof,
Apologies - I just realized i forgot to include you in the To list earlier.
Your input has always been valuable and welcome to me and i've learned a
lot from our past discussions.
>
> Best regards,
> Krzysztof
next prev parent reply other threads:[~2025-11-05 10:16 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-04 6:40 [PATCH v7 0/7] Provides support for Trigger Generation Unit Songwei Chai
2025-11-04 6:40 ` [PATCH v7 1/7] dt-bindings: arm: Add support for Qualcomm TGU trace Songwei Chai
2025-11-04 7:26 ` Rob Herring (Arm)
2025-11-05 7:49 ` Krzysztof Kozlowski
[not found] ` <746b292f-fc3a-43a8-89b1-76f61ccc0630@oss.qualcomm.com>
2025-11-05 8:15 ` Krzysztof Kozlowski
[not found] ` <b9e7f8ba-a629-4316-a6dd-d765ed0037ee@oss.qualcomm.com>
2025-11-05 9:03 ` Krzysztof Kozlowski
2025-11-05 10:16 ` Songwei Chai [this message]
2025-11-05 9:06 ` Krzysztof Kozlowski
2025-11-06 2:24 ` Songwei Chai
2025-11-04 6:40 ` [PATCH v7 2/7] qcom-tgu: Add TGU driver Songwei Chai
2025-11-04 6:40 ` [PATCH v7 3/7] qcom-tgu: Add signal priority support Songwei Chai
2025-11-04 6:40 ` [PATCH v7 4/7] qcom-tgu: Add TGU decode support Songwei Chai
2025-11-04 6:40 ` [PATCH v7 5/7] qcom-tgu: Add support to configure next action Songwei Chai
2025-11-04 6:40 ` [PATCH v7 6/7] qcom-tgu: Add timer/counter functionality for TGU Songwei Chai
2025-11-04 6:40 ` [PATCH v7 7/7] qcom-tgu: Add reset node to initialize Songwei Chai
2025-11-25 10:18 ` [PATCH v7 0/7] Provides support for Trigger Generation Unit Songwei Chai
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=dc2d7940-8750-4ba7-9e4d-05c8b4bbb819@oss.qualcomm.com \
--to=songwei.chai@oss.qualcomm.com \
--cc=alexander.shishkin@linux.intel.com \
--cc=andersson@kernel.org \
--cc=coresight@lists.linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=kernel@oss.qualcomm.com \
--cc=krzk@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mike.leach@linaro.org \
--cc=suzuki.poulose@arm.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