Archive-only list for patches
 help / color / mirror / Atom feed
* [PATCH 00/10] spmi: Patches for the merge window
@ 2026-01-23 18:20 Stephen Boyd
  2026-01-23 18:20 ` [PATCH 01/10] dt-bindings: spmi: Add MediaTek MT8196 SPMI 2 Arbiter/Controllers Stephen Boyd
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Stephen Boyd @ 2026-01-23 18:20 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: linux-kernel, patches

This is the collection of SPMI related patches for the next merge
window. Highlights include support for a new version of the PMIC SPMI
arbiter found on Qualcomm SoCs and the SPMI controller on Mediatek
MT8196 SoCs. Otherwise there are minor DT binding updates on top of the
new binding files for the previously mentioned new hardware support.

AngeloGioacchino Del Regno (5):
  dt-bindings: spmi: Add MediaTek MT8196 SPMI 2 Arbiter/Controllers
  spmi: mtk-pmif: Add multi-bus support for SPMI 2.0
  spmi: mtk-pmif: Keep spinlock until read is fully done
  spmi: mtk-pmif: Implement Request Capable Slave (RCS) interrupt
  spmi: mtk-pmif: Add support for MT8196 SPMI Controller

David Collins (1):
  spmi: spmi-pmic-arb: add support for PMIC arbiter v8

Janne Grunau (1):
  spmi: apple: Add "apple,t8103-spmi" compatible

Jishnu Prakash (2):
  dt-bindings: spmi: split out common QCOM SPMI PMIC arbiter properties
  dt-bindings: spmi: add support for glymur-spmi-pmic-arb (arbiter v8)

Louis-Alexis Eyraud (1):
  dt-bindings: spmi: spmi-mtk-pmif: Add compatible for MT8189 SoC

 .../bindings/spmi/mediatek,mt8196-spmi.yaml   | 138 +++++
 .../bindings/spmi/mtk,spmi-mtk-pmif.yaml      |   1 +
 .../spmi/qcom,glymur-spmi-pmic-arb.yaml       | 150 ++++++
 .../spmi/qcom,spmi-pmic-arb-common.yaml       |  35 ++
 .../bindings/spmi/qcom,spmi-pmic-arb.yaml     |  17 +-
 .../spmi/qcom,x1e80100-spmi-pmic-arb.yaml     |  21 +-
 drivers/spmi/spmi-apple-controller.c          |   1 +
 drivers/spmi/spmi-mtk-pmif.c                  | 472 +++++++++++++++---
 drivers/spmi/spmi-pmic-arb.c                  | 304 +++++++++--
 9 files changed, 977 insertions(+), 162 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/spmi/mediatek,mt8196-spmi.yaml
 create mode 100644 Documentation/devicetree/bindings/spmi/qcom,glymur-spmi-pmic-arb.yaml
 create mode 100644 Documentation/devicetree/bindings/spmi/qcom,spmi-pmic-arb-common.yaml

-- 
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] 11+ messages in thread

end of thread, other threads:[~2026-01-23 18:20 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-23 18:20 [PATCH 00/10] spmi: Patches for the merge window Stephen Boyd
2026-01-23 18:20 ` [PATCH 01/10] dt-bindings: spmi: Add MediaTek MT8196 SPMI 2 Arbiter/Controllers Stephen Boyd
2026-01-23 18:20 ` [PATCH 02/10] spmi: mtk-pmif: Add multi-bus support for SPMI 2.0 Stephen Boyd
2026-01-23 18:20 ` [PATCH 03/10] spmi: mtk-pmif: Keep spinlock until read is fully done Stephen Boyd
2026-01-23 18:20 ` [PATCH 04/10] spmi: mtk-pmif: Implement Request Capable Slave (RCS) interrupt Stephen Boyd
2026-01-23 18:20 ` [PATCH 05/10] spmi: mtk-pmif: Add support for MT8196 SPMI Controller Stephen Boyd
2026-01-23 18:20 ` [PATCH 06/10] spmi: apple: Add "apple,t8103-spmi" compatible Stephen Boyd
2026-01-23 18:20 ` [PATCH 07/10] dt-bindings: spmi: split out common QCOM SPMI PMIC arbiter properties Stephen Boyd
2026-01-23 18:20 ` [PATCH 08/10] dt-bindings: spmi: add support for glymur-spmi-pmic-arb (arbiter v8) Stephen Boyd
2026-01-23 18:20 ` [PATCH 09/10] spmi: spmi-pmic-arb: add support for PMIC arbiter v8 Stephen Boyd
2026-01-23 18:20 ` [PATCH 10/10] dt-bindings: spmi: spmi-mtk-pmif: Add compatible for MT8189 SoC Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox