| From: |
| Sasha Finkelstein <k-AT-chaosmail.tech> |
| To: |
| Sven Peter <sven-AT-kernel.org>, Janne Grunau <j-AT-jannau.net>, Neal Gompa <neal-AT-gompa.dev>, Rob Herring <robh-AT-kernel.org>, Krzysztof Kozlowski <krzk+dt-AT-kernel.org>, Conor Dooley <conor+dt-AT-kernel.org> |
| Subject: |
| [PATCH 0/3] soc: apple: Add "PMGR misc" power controls driver |
| Date: |
| Thu, 02 Jul 2026 14:06:25 +0200 |
| Message-ID: |
| <20260702-pmgr-misc-v1-0-4f075a3a95c1@chaosmail.tech> |
| Cc: |
| asahi-AT-lists.linux.dev, linux-arm-kernel-AT-lists.infradead.org, devicetree-AT-vger.kernel.org, linux-kernel-AT-vger.kernel.org, Sasha Finkelstein <k-AT-chaosmail.tech>, Hector Martin <marcan-AT-marcan.st> |
| Archive-link: |
| Article |
Certain Apple SoCs have additional power state controls that are using
a separate "misc" mmio interface. Currently this includes the fabric
and memory controllers on pro/max/ultra SoCs.
This series adds a driver to put those in a low power state when the
machine enters sleep. The power savings are SoC-dependent and are
around 1W.
Signed-off-by: Sasha Finkelstein <k@chaosmail.tech>
---
Hector Martin (1):
soc: apple: Add driver for Apple PMGR misc controls
Sasha Finkelstein (2):
dt-bindings: soc: apple: Add bindings for apple PMGR misc controls
arm64: dts: apple: Add pmgr-misc nodes to t60xx
Documentation/devicetree/bindings/soc/apple/apple,t6000-pmgr-misc.yaml | 45 +++++++++++++++++++++++++++
MAINTAINERS | 1 +
arch/arm64/boot/dts/apple/t600x-die0.dtsi | 7 +++++
arch/arm64/boot/dts/apple/t602x-die0.dtsi | 7 +++++
drivers/soc/apple/Kconfig | 10 ++++++
drivers/soc/apple/Makefile | 2 ++
drivers/soc/apple/apple-pmgr-misc.c | 177 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
7 files changed, 249 insertions(+)
---
base-commit: 59574e5978abfc2ce1c194ea0200eb6fc718d8ce
change-id: 20260702-pmgr-misc-ae1cbd5bc2c7
Best regards,
--
Sasha Finkelstein <k@chaosmail.tech>