[GIT PULL] Apple SoC driver changes for v7.3
Sven Peter <[email protected]>
| Newsgroups | dev.linux.lists.soc,dev.linux.lists.asahi,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482: Linux 7.2-rc1 (2026-06-28 12:01:31 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/sven/linux.git tags/apple-soc-drivers-7.3 for you to fetch changes up to fef9350c314bf089a11a62858261e6576ada867b: soc: apple: Add driver for Apple PMGR misc controls (2026-07-14 20:28:42 +0200) ---------------------------------------------------------------- Apple Soc driver updates for 7.3 - New driver and dt-bindings for Apple PMGR misc controls, which tweaks various global power related states and saves about 1W of power on M1 Pro/Max/Ultra during s2idle. - A small fix for device links in SART Signed-off-by: Sven Peter <[email protected]> ---------------------------------------------------------------- Hector Martin (1): soc: apple: Add driver for Apple PMGR misc controls Pengpeng Hou (1): soc: apple: sart: require device link for consumers Sasha Finkelstein (1): dt-bindings: soc: apple: Add Apple PMGR misc controls .../bindings/soc/apple/apple,t6000-pmgr-misc.yaml | 45 +++++ MAINTAINERS | 1 + drivers/soc/apple/Kconfig | 10 ++ drivers/soc/apple/Makefile | 2 + drivers/soc/apple/apple-pmgr-misc.c | 181 +++++++++++++++++++++ drivers/soc/apple/sart.c | 9 +- 6 files changed, 246 insertions(+), 2 deletions(-) create mode 100644 Documentation/devicetree/bindings/soc/apple/apple,t6000-pmgr-misc.yaml create mode 100644 drivers/soc/apple/apple-pmgr-misc.c