Linux Power Management development
 help / color / mirror / Atom feed
From: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
To: "Nícolas F. R. A. Prado" <nfraprado@collabora.com>,
	linux-mediatek@lists.infradead.org
Cc: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
	matthias.bgg@gmail.com, ulf.hansson@linaro.org,
	y.oudjana@protonmail.com, fshao@chromium.org, wenst@chromium.org,
	lihongbo22@huawei.com, mandyjh.liu@mediatek.com,
	mbrugger@suse.com, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, linux-pm@vger.kernel.org,
	kernel@collabora.com
Subject: Re: [PATCH 00/10] pmdomain: Partial refactor, support modem and RTFF
Date: Mon, 7 Jul 2025 12:49:51 +0200	[thread overview]
Message-ID: <36353ccd-07fc-4415-9db2-54977b25054a@collabora.com> (raw)
In-Reply-To: <5bfcd5e059e86a96807426bfc6543209d09b557f.camel@collabora.com>

Il 03/07/25 20:27, Nícolas F. R. A. Prado ha scritto:
> On Thu, 2025-07-03 at 13:02 +0200, AngeloGioacchino Del Regno wrote:
>> This series is a subset of [1], leaving out the Hardware Voter
>> specific
>> bits for MT8196 until the discussion around it reaches a conclusion.
> [..]
>> Compared to v1 in [1]:
>>   - Changed mediatek,bus-protection to access-controllers
>>     as suggested by Rob (thanks!)
>>   - Added commits to document #access-controller-cells on all of
>>     the access control providers
> [..]
>> [1]
>> https://lore.kernel.org/all/20250623120154.109429-1-angelogioacchino.delregno@collabora.com
>>
>> AngeloGioacchino Del Regno (10):
>>    dt-bindings: memory: mtk-smi: Document #access-controller-cells
>>    dt-bindings: clock: mediatek: Document #access-controller-cells
>>    dt-bindings: power: mediatek: Document access-controllers property
>>    pmdomain: mediatek: Refactor bus protection regmaps retrieval
>>    pmdomain: mediatek: Handle SoCs with inverted SRAM power-down bits
>>    pmdomain: mediatek: Move ctl sequences out of power_on/off
>> functions
>>    pmdomain: mediatek: Add support for modem power sequences
>>    pmdomain: mediatek: Add support for RTFF Hardware in MT8196/MT6991
>>    pmdomain: mediatek: Convert all SoCs to new style regmap retrieval
>>    arm64: dts: mediatek: Convert all SoCs to use access-controllers
> 
> As already pointed out by rob's bot you're missing adding the
> properties to
> 
> mediatek,mt8195-sys-clock.yaml
> mediatek,mt8188-sys-clock.yaml
> 
> on patch 2. But other than that, for the whole series (since the tag
> wasn't added from the previous version):
> 

Oh I did, trust me I did.
But then I forgot to squash the changes in the patch that I've sent.

This all means that I need more coffee: fixing that now (both the patches
and getting more coffee :-P).

Thanks btw!
Angelo

> Reviewed-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>
> 



      reply	other threads:[~2025-07-07 10:49 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-03 11:02 [PATCH 00/10] pmdomain: Partial refactor, support modem and RTFF AngeloGioacchino Del Regno
2025-07-03 11:02 ` [PATCH 01/10] dt-bindings: memory: mtk-smi: Document #access-controller-cells AngeloGioacchino Del Regno
2025-07-03 11:02 ` [PATCH 02/10] dt-bindings: clock: mediatek: " AngeloGioacchino Del Regno
2025-07-03 11:02 ` [PATCH 03/10] dt-bindings: power: mediatek: Document access-controllers property AngeloGioacchino Del Regno
2025-07-03 11:02 ` [PATCH 04/10] pmdomain: mediatek: Refactor bus protection regmaps retrieval AngeloGioacchino Del Regno
2025-07-03 11:02 ` [PATCH 05/10] pmdomain: mediatek: Handle SoCs with inverted SRAM power-down bits AngeloGioacchino Del Regno
2025-07-03 11:02 ` [PATCH 06/10] pmdomain: mediatek: Move ctl sequences out of power_on/off functions AngeloGioacchino Del Regno
2025-07-03 11:02 ` [PATCH 07/10] pmdomain: mediatek: Add support for modem power sequences AngeloGioacchino Del Regno
2025-07-03 11:02 ` [PATCH 08/10] pmdomain: mediatek: Add support for RTFF Hardware in MT8196/MT6991 AngeloGioacchino Del Regno
2025-07-03 11:02 ` [PATCH 09/10] pmdomain: mediatek: Convert all SoCs to new style regmap retrieval AngeloGioacchino Del Regno
2025-07-03 11:02 ` [PATCH 10/10] arm64: dts: mediatek: Convert all SoCs to use access-controllers AngeloGioacchino Del Regno
2025-07-03 14:50 ` [PATCH 00/10] pmdomain: Partial refactor, support modem and RTFF Rob Herring (Arm)
2025-07-03 18:27 ` Nícolas F. R. A. Prado
2025-07-07 10:49   ` 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=36353ccd-07fc-4415-9db2-54977b25054a@collabora.com \
    --to=angelogioacchino.delregno@collabora.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=fshao@chromium.org \
    --cc=kernel@collabora.com \
    --cc=krzk+dt@kernel.org \
    --cc=lihongbo22@huawei.com \
    --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=mandyjh.liu@mediatek.com \
    --cc=matthias.bgg@gmail.com \
    --cc=mbrugger@suse.com \
    --cc=nfraprado@collabora.com \
    --cc=robh@kernel.org \
    --cc=ulf.hansson@linaro.org \
    --cc=wenst@chromium.org \
    --cc=y.oudjana@protonmail.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