From: Sven Peter <sven@kernel.org>
To: soc@lists.linux.dev
Cc: asahi@lists.linux.dev, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, Sven Peter <sven@kernel.org>
Subject: [GIT PULL] Apple SoC driver changes for v7.3
Date: Fri, 7 Aug 2026 18:18:34 +0200 [thread overview]
Message-ID: <20260807161840.6011-1-sven@kernel.org> (raw)
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 <sven@kernel.org>
----------------------------------------------------------------
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
next reply other threads:[~2026-08-07 16:18 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-07 16:18 Sven Peter [this message]
2026-08-07 16:18 ` [GIT PULL] Apple SoC DTS changes for v7.3 Sven Peter
2026-08-10 16:50 ` patchwork-bot+linux-soc
2026-08-10 9:00 ` [GIT PULL] Apple SoC driver " patchwork-bot+linux-soc
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=20260807161840.6011-1-sven@kernel.org \
--to=sven@kernel.org \
--cc=asahi@lists.linux.dev \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=soc@lists.linux.dev \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.