From: irving.ch.lin <irving-ch.lin@mediatek.com>
To: Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Ulf Hansson <ulf.hansson@linaro.org>,
Matthias Brugger <matthias.bgg@gmail.com>,
AngeloGioacchino Del Regno
<angelogioacchino.delregno@collabora.com>
Cc: Matthias Brugger <mbrugger@suse.com>,
<devicetree@vger.kernel.org>, <linux-pm@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
<linux-mediatek@lists.infradead.org>,
<Project_Global_Chrome_Upstream_Group@mediatek.com>,
Qiqi Wang <qiqi.wang@mediatek.com>, <sirius.wang@mediatek.com>,
<vince-wl.liu@mediatek.com>, <jh.hsu@mediatek.com>,
<irving-ch.lin@mediatek.com>
Subject: [PATCH 0/3] Add support for MT8189 power controller
Date: Mon, 2 Feb 2026 14:48:12 +0800 [thread overview]
Message-ID: <20260202064820.347550-1-irving-ch.lin@mediatek.com> (raw)
From: Irving-CH Lin <irving-ch.lin@mediatek.com>
This series add support for the power controllers
of MediaTek's new SoC, MT8189. With these changes, other modules
can easily manage power resources using standard Linux APIs,
such as the pm_runtime API on MT8189 platform.
Irving-CH Lin (3):
dt-bindings: power: Add MediaTek MT8189 power domain
pmdomain: mediatek: Add bus protect control flow for MT8189
pmdomain: mediatek: Add power domain driver for MT8189 SoC
.../power/mediatek,power-controller.yaml | 1 +
drivers/pmdomain/mediatek/mt8189-pm-domains.h | 485 ++++++++++++++++++
drivers/pmdomain/mediatek/mtk-pm-domains.c | 36 +-
drivers/pmdomain/mediatek/mtk-pm-domains.h | 5 +
.../dt-bindings/power/mediatek,mt8189-power.h | 38 ++
5 files changed, 560 insertions(+), 5 deletions(-)
create mode 100644 drivers/pmdomain/mediatek/mt8189-pm-domains.h
create mode 100644 include/dt-bindings/power/mediatek,mt8189-power.h
--
2.45.2
next reply other threads:[~2026-02-02 6:48 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-02 6:48 irving.ch.lin [this message]
2026-02-02 6:48 ` [PATCH 1/3] dt-bindings: power: Add MediaTek MT8189 power domain irving.ch.lin
2026-02-02 12:02 ` AngeloGioacchino Del Regno
2026-02-04 17:44 ` Matthias Brugger
2026-02-02 6:48 ` [PATCH 2/3] pmdomain: mediatek: Add bus protect control flow for MT8189 irving.ch.lin
2026-02-02 12:02 ` AngeloGioacchino Del Regno
2026-02-04 17:46 ` Matthias Brugger
2026-02-02 6:48 ` [PATCH 3/3] pmdomain: mediatek: Add power domain driver for MT8189 SoC irving.ch.lin
2026-02-02 12:02 ` AngeloGioacchino Del Regno
2026-02-04 17:47 ` Matthias Brugger
2026-02-02 14:59 ` [PATCH 0/3] Add support for MT8189 power controller Ulf Hansson
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=20260202064820.347550-1-irving-ch.lin@mediatek.com \
--to=irving-ch.lin@mediatek.com \
--cc=Project_Global_Chrome_Upstream_Group@mediatek.com \
--cc=angelogioacchino.delregno@collabora.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=jh.hsu@mediatek.com \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux-pm@vger.kernel.org \
--cc=matthias.bgg@gmail.com \
--cc=mbrugger@suse.com \
--cc=qiqi.wang@mediatek.com \
--cc=robh@kernel.org \
--cc=sirius.wang@mediatek.com \
--cc=ulf.hansson@linaro.org \
--cc=vince-wl.liu@mediatek.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