mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
To: 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>,
	 Nicolas Frattaroli <nicolas.frattaroli@collabora.com>
Cc: 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: (subset) [PATCH v2 00/13] MediaTek Interconnect Cleanup and MT8196 Enablement
Date: Thu, 08 Jan 2026 10:28:49 +0100	[thread overview]
Message-ID: <176786452995.11151.4722650468329780903.b4-ty@collabora.com> (raw)
In-Reply-To: <20251124-mt8196-dvfsrc-v2-0-d9c1334db9f3@collabora.com>

On Mon, 24 Nov 2025 12:06:49 +0100, Nicolas Frattaroli wrote:
> This series is a combination of binding changes, driver cleanups and new
> driver code to enable the interconnect on the MediaTek MT8196 SoC.
> 
> This series currently does not add any users of it (i.e., no bandwidth
> requests being made in affected device drivers), as the only one I
> quickly whippd up is in the UFS driver, which is undergoing some major
> refactoring upstream in a different series of mine.
> 
> [...]

Applied to v6.19-next/soc, thanks!

[02/13] dt-bindings: soc: mediatek: dvfsrc: Document clock
        commit: 831ee17036e259da23a6313e28a3cbdda221a88c
[04/13] soc: mediatek: mtk-dvfsrc: Change error check for DVFSRCv4 START cmd
        commit: 23f1b4922a9135515e37d3bbad766e311845071f
[05/13] soc: mediatek: mtk-dvfsrc: Add and propagate DVFSRC bandwidth type
        commit: c2488fecba681d632a3dbb6b2f33c39df2cb7be9
[06/13] soc: mediatek: mtk-dvfsrc: Add a new callback for calc_dram_bw
        commit: ddb5862a43b1f40ca0a5cc16882277d8d07b966a
[07/13] soc: mediatek: mtk-dvfsrc: Write bandwidth to EMI DDR if present
        commit: 7cf9db2aca552f5f537d46f1e52e0ab08ddc2d64
[08/13] soc: mediatek: mtk-dvfsrc: Add support for DVFSRCv4 and MT8196
        commit: 75cf308fee7e4b3038741f96fd90afc3bd871e64
[09/13] soc: mediatek: mtk-dvfsrc: Get and Enable DVFSRC clock
        commit: 39aa8c4e762ea9b00d66cc55957527167ed89435
[10/13] soc: mediatek: mtk-dvfsrc: Rework bandwidth calculations
        commit: 3da293d70005496317d1ff3a49b89c29dd7c21e8

Cheers,
Angelo



      parent reply	other threads:[~2026-01-08  9:28 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-24 11:06 Nicolas Frattaroli
2025-11-24 11:06 ` [PATCH v2 01/13] dt-bindings: soc: mediatek: dvfsrc: Add support for MT8196 Nicolas Frattaroli
2026-01-08  9:29   ` AngeloGioacchino Del Regno
2025-11-24 11:06 ` [PATCH v2 02/13] dt-bindings: soc: mediatek: dvfsrc: Document clock Nicolas Frattaroli
2025-11-24 11:06 ` [PATCH v2 03/13] dt-bindings: interconnect: mt8183-emi: Add support for MT8196 EMI Nicolas Frattaroli
2025-11-24 11:06 ` [PATCH v2 04/13] soc: mediatek: mtk-dvfsrc: Change error check for DVFSRCv4 START cmd Nicolas Frattaroli
2025-11-24 11:06 ` [PATCH v2 05/13] soc: mediatek: mtk-dvfsrc: Add and propagate DVFSRC bandwidth type Nicolas Frattaroli
2025-11-24 11:06 ` [PATCH v2 06/13] soc: mediatek: mtk-dvfsrc: Add a new callback for calc_dram_bw Nicolas Frattaroli
2025-11-24 11:06 ` [PATCH v2 07/13] soc: mediatek: mtk-dvfsrc: Write bandwidth to EMI DDR if present Nicolas Frattaroli
2025-11-24 11:06 ` [PATCH v2 08/13] soc: mediatek: mtk-dvfsrc: Add support for DVFSRCv4 and MT8196 Nicolas Frattaroli
2025-11-24 11:06 ` [PATCH v2 09/13] soc: mediatek: mtk-dvfsrc: Get and Enable DVFSRC clock Nicolas Frattaroli
2025-11-24 11:06 ` [PATCH v2 10/13] soc: mediatek: mtk-dvfsrc: Rework bandwidth calculations Nicolas Frattaroli
2025-11-24 11:07 ` [PATCH v2 11/13] interconnect: mediatek: Add support for MediaTek MT8196 EMI ICC Nicolas Frattaroli
2026-01-09 16:30   ` Georgi Djakov
2025-11-24 11:07 ` [PATCH v2 12/13] interconnect: mediatek: Don't hijack parent device Nicolas Frattaroli
2025-11-24 11:07 ` [PATCH v2 13/13] interconnect: mediatek: Aggregate bandwidth with saturating add Nicolas Frattaroli
2026-01-08  9:28 ` AngeloGioacchino Del Regno [this message]

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=176786452995.11151.4722650468329780903.b4-ty@collabora.com \
    --to=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

all inboxes | Powered by JetHome®