linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] SPMI patches for the merge window
@ 2025-05-18  3:23 Stephen Boyd
  2025-05-18  3:23 ` [PATCH 1/4] spmi: Only use Hikey 970 SPMI controller driver when ARM64 Stephen Boyd
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Stephen Boyd @ 2025-05-18  3:23 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: linux-kernel, patches

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-05-18  3:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-18  3:23 [PATCH 0/4] SPMI patches for the merge window Stephen Boyd
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).