[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250518032330.2959766-1-sboyd@kernel.org>
Date: Sat, 17 May 2025 20:23:25 -0700
From: Stephen Boyd <sboyd@...nel.org>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: linux-kernel@...r.kernel.org,
patches@...ts.linux.dev
Subject: [PATCH 0/4] SPMI patches for the merge window
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
Powered by blists - more mailing lists