From: Stephen Boyd <sboyd@kernel.org>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-kernel@vger.kernel.org, patches@lists.linux.dev
Subject: [PATCH 0/4] SPMI patches for the merge window
Date: Sat, 17 May 2025 20:23:25 -0700 [thread overview]
Message-ID: <20250518032330.2959766-1-sboyd@kernel.org> (raw)
Hi Greg,
These are the SPMI patches for the next merge window.
- A new SPMI driver for Apple SoCs
- Limit Hikey 970 SPMI Kconfig to arm64
- Use irq_domain_create_tree() where appropriate
Jean-Francois Bortolotti (1):
spmi: add a spmi driver for Apple SoC
Jiri Slaby (SUSE) (1):
irqdomain: spmi: Switch to irq_domain_create_tree()
Sasha Finkelstein (1):
dt-bindings: spmi: Add Apple SPMI controller
WangYuli (1):
spmi: Only use Hikey 970 SPMI controller driver when ARM64
.../devicetree/bindings/spmi/apple,spmi.yaml | 49 +++++
MAINTAINERS | 2 +
drivers/spmi/Kconfig | 9 +
drivers/spmi/Makefile | 1 +
drivers/spmi/spmi-apple-controller.c | 168 ++++++++++++++++++
drivers/spmi/spmi-pmic-arb.c | 2 +-
6 files changed, 230 insertions(+), 1 deletion(-)
create mode 100644 Documentation/devicetree/bindings/spmi/apple,spmi.yaml
create mode 100644 drivers/spmi/spmi-apple-controller.c
base-commit: 0af2f6be1b4281385b618cb86ad946eded089ac8
--
https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git/
https://git.kernel.org/pub/scm/linux/kernel/git/sboyd/spmi.git
next reply other threads:[~2025-05-18 3:23 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-18 3:23 Stephen Boyd [this message]
2025-05-18 3:23 ` [PATCH 1/4] spmi: Only use Hikey 970 SPMI controller driver when ARM64 Stephen Boyd
2025-05-18 3:23 ` [PATCH 2/4] dt-bindings: spmi: Add Apple SPMI controller Stephen Boyd
2025-05-18 3:23 ` [PATCH 3/4] spmi: add a spmi driver for Apple SoC Stephen Boyd
2025-05-18 3:23 ` [PATCH 4/4] irqdomain: spmi: Switch to irq_domain_create_tree() Stephen Boyd
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=20250518032330.2959766-1-sboyd@kernel.org \
--to=sboyd@kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=patches@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox