public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add support for MT8189 power controller
@ 2026-02-02  6:48 irving.ch.lin
  2026-02-02  6:48 ` [PATCH 1/3] dt-bindings: power: Add MediaTek MT8189 power domain irving.ch.lin
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: irving.ch.lin @ 2026-02-02  6:48 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Ulf Hansson,
	Matthias Brugger, AngeloGioacchino Del Regno
  Cc: Matthias Brugger, devicetree, linux-pm, linux-arm-kernel,
	linux-mediatek, Project_Global_Chrome_Upstream_Group, Qiqi Wang,
	sirius.wang, vince-wl.liu, jh.hsu, irving-ch.lin

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



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2026-02-04 17:47 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-02  6:48 [PATCH 0/3] Add support for MT8189 power controller irving.ch.lin
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox