linux-mediatek.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v12 0/5] Add SPMI support for Mediatek SoC IC
@ 2021-09-14  9:03 Hsin-Hsiung Wang
  2021-09-14  9:03 ` [PATCH v12 1/5] dt-bindings: spmi: modify the constraint 'maxItems' to 'minItems' Hsin-Hsiung Wang
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Hsin-Hsiung Wang @ 2021-09-14  9:03 UTC (permalink / raw)
  To: Stephen Boyd, Rob Herring, Matthias Brugger
  Cc: Hsin-Hsiung Wang, linux-kernel, devicetree, linux-arm-kernel,
	linux-mediatek, srv_heupstream,
	Project_Global_Chrome_Upstream_Group

This series adds support for new SoC MT6873/MT8192/MT8195 to the spmi driver.
This series is based on Chun-Jie's patches[1].

[1] https://patchwork.kernel.org/project/linux-mediatek/list/?series=521655

changes since v11:
- rebase to v5.15-rc1.

Henry Chen (1):
  spmi: mediatek: Add support for MT8195

Hsin-Hsiung Wang (4):
  dt-bindings: spmi: modify the constraint 'maxItems' to 'minItems'
  dt-bindings: spmi: document binding for the Mediatek SPMI controller
  spmi: mediatek: Add support for MT6873/8192
  arm64: dts: mt8192: add spmi node

 .../bindings/spmi/mtk,spmi-mtk-pmif.yaml      |  76 +++
 .../devicetree/bindings/spmi/spmi.yaml        |   2 +-
 arch/arm64/boot/dts/mediatek/mt8192.dtsi      |  17 +
 drivers/spmi/Kconfig                          |  10 +
 drivers/spmi/Makefile                         |   2 +
 drivers/spmi/spmi-mtk-pmif.c                  | 547 ++++++++++++++++++
 6 files changed, 653 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/spmi/mtk,spmi-mtk-pmif.yaml
 create mode 100644 drivers/spmi/spmi-mtk-pmif.c


base-commit: 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f
prerequisite-patch-id: 69871b871ab339881b50a2d6988173050b6c7a4f
prerequisite-patch-id: 4f5900b98a0c7cbe62694f2477a6cb410187714b
-- 
2.18.0


_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

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

end of thread, other threads:[~2021-10-15 14:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-14  9:03 [PATCH v12 0/5] Add SPMI support for Mediatek SoC IC Hsin-Hsiung Wang
2021-09-14  9:03 ` [PATCH v12 1/5] dt-bindings: spmi: modify the constraint 'maxItems' to 'minItems' Hsin-Hsiung Wang
2021-09-14  9:03 ` [PATCH v12 2/5] dt-bindings: spmi: document binding for the Mediatek SPMI controller Hsin-Hsiung Wang
2021-09-14 13:03   ` Rob Herring
2021-09-14  9:03 ` [PATCH v12 3/5] spmi: mediatek: Add support for MT6873/8192 Hsin-Hsiung Wang
2021-10-15 14:31   ` AngeloGioacchino Del Regno
2021-09-14  9:03 ` [PATCH v12 4/5] spmi: mediatek: Add support for MT8195 Hsin-Hsiung Wang
2021-10-15 14:35   ` AngeloGioacchino Del Regno
2021-09-14  9:03 ` [PATCH v12 5/5] arm64: dts: mt8192: add spmi node Hsin-Hsiung Wang
2021-10-12 18:04 ` [PATCH v12 0/5] Add SPMI support for Mediatek SoC IC 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).