public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Nicolas Frattaroli <nicolas.frattaroli@collabora.com>,
	AngeloGioacchino Del Regno
	<angelogioacchino.delregno@collabora.com>
Cc: Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	Henry Chen <henryc.chen@mediatek.com>,
	Georgi Djakov <djakov@kernel.org>,
	kernel@collabora.com, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-mediatek@lists.infradead.org, linux-pm@vger.kernel.org
Subject: Re: [PATCH 01/13] dt-bindings: soc: mediatek: dvfsrc: Add support for MT8196
Date: Wed, 19 Nov 2025 13:32:49 +0100	[thread overview]
Message-ID: <bc627654-f77d-48de-956e-548f97cd19c3@kernel.org> (raw)
In-Reply-To: <3772660.mvXUDI8C0e@workhorse>

On 19/11/2025 13:29, Nicolas Frattaroli wrote:
> On Wednesday, 19 November 2025 09:32:46 Central European Standard Time AngeloGioacchino Del Regno wrote:
>> Il 19/11/25 08:41, Krzysztof Kozlowski ha scritto:
>>> On Fri, Nov 14, 2025 at 05:53:55PM +0100, Nicolas Frattaroli wrote:
>>>> From: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
>>>>
>>>> Add a compatible for the MediaTek MT8196 Chromebook SoC's
>>>> DVFSRC hardware, introducing capability to communicate with it.
>>>>
>>>> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
>>>
>>> Incomplete DCO chain.
>>>
>>> Best regards,
>>> Krzysztof
>>>
>>
>> Eh yes, Nicolas forgot to add his SoC on all of my commits, whoops :-)
>>
>> Cheers,
>> Angelo
>>
> 
> And here I hoped b4 would do that when sending these out, oh well.

b4 cannot certify something for you. You must add it explicitly yourself
because certification must be your intentional act (which also means you
know what you certify).

Best regards,
Krzysztof

  reply	other threads:[~2025-11-19 12:32 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-14 16:53 [PATCH 00/13] MediaTek Interconnect Cleanup and MT8196 Enablement Nicolas Frattaroli
2025-11-14 16:53 ` [PATCH 01/13] dt-bindings: soc: mediatek: dvfsrc: Add support for MT8196 Nicolas Frattaroli
2025-11-19  7:41   ` Krzysztof Kozlowski
2025-11-19  8:32     ` AngeloGioacchino Del Regno
2025-11-19  8:33       ` AngeloGioacchino Del Regno
2025-11-19 12:29       ` Nicolas Frattaroli
2025-11-19 12:32         ` Krzysztof Kozlowski [this message]
2025-11-14 16:53 ` [PATCH 02/13] dt-bindings: soc: mediatek: dvfsrc: Document clock Nicolas Frattaroli
2025-11-17 12:48   ` AngeloGioacchino Del Regno
2025-11-20  0:11   ` Rob Herring (Arm)
2025-11-14 16:53 ` [PATCH 03/13] dt-bindings: interconnect: mt8183-emi: Add support for MT8196 EMI Nicolas Frattaroli
2025-11-20  0:11   ` Rob Herring (Arm)
2025-11-14 16:53 ` [PATCH 04/13] soc: mediatek: mtk-dvfsrc: Change error check for DVFSRCv4 START cmd Nicolas Frattaroli
2025-11-14 16:53 ` [PATCH 05/13] soc: mediatek: mtk-dvfsrc: Add and propagate DVFSRC bandwidth type Nicolas Frattaroli
2025-11-14 16:54 ` [PATCH 06/13] soc: mediatek: mtk-dvfsrc: Add a new callback for calc_dram_bw Nicolas Frattaroli
2025-11-14 16:54 ` [PATCH 07/13] soc: mediatek: mtk-dvfsrc: Write bandwidth to EMI DDR if present Nicolas Frattaroli
2025-11-14 16:54 ` [PATCH 08/13] soc: mediatek: mtk-dvfsrc: Add support for DVFSRCv4 and MT8196 Nicolas Frattaroli
2025-11-14 16:54 ` [PATCH 09/13] soc: mediatek: mtk-dvfsrc: Get and Enable DVFSRC clock Nicolas Frattaroli
2025-11-17 12:38   ` AngeloGioacchino Del Regno
2025-11-14 16:54 ` [PATCH 10/13] soc: mediatek: mtk-dvfsrc: Rework bandwidth calculations Nicolas Frattaroli
2025-11-17 12:39   ` AngeloGioacchino Del Regno
2025-11-14 16:54 ` [PATCH 11/13] interconnect: mediatek: Add support for MediaTek MT8196 EMI ICC Nicolas Frattaroli
2025-11-14 16:54 ` [PATCH 12/13] interconnect: mediatek: Don't hijack parent device Nicolas Frattaroli
2025-11-17 12:39   ` AngeloGioacchino Del Regno
2025-11-14 16:54 ` [PATCH 13/13] interconnect: mediatek: Aggregate bandwidth with saturating add Nicolas Frattaroli
2025-11-17 12:39   ` AngeloGioacchino Del Regno

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=bc627654-f77d-48de-956e-548f97cd19c3@kernel.org \
    --to=krzk@kernel.org \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=djakov@kernel.org \
    --cc=henryc.chen@mediatek.com \
    --cc=kernel@collabora.com \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=matthias.bgg@gmail.com \
    --cc=nicolas.frattaroli@collabora.com \
    --cc=robh@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