linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v15 0/4] Add SPMI support for Mediatek SoC IC
@ 2021-11-15  4:20 James Lo
  2021-11-15  4:20 ` [PATCH v15 1/4] dt-bindings: spmi: remove the constraint of reg property James Lo
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: James Lo @ 2021-11-15  4:20 UTC (permalink / raw)
  To: Stephen Boyd, Rob Herring, Matthias Brugger
  Cc: Hsin-Hsiung Wang, James Lo, 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 v14:
- rebase to v5.15-rc1.
- remove reg property
- no combining patch

James Lo (4):
  dt-bindings: spmi: remove the constraint of reg property
  dt-bindings: spmi: document binding for the Mediatek SPMI controller
  spmi: mediatek: Add support for MT6873/8192
  spmi: mediatek: Add support for MT8195

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

Hsin-Hsiung Wang (3):
  dt-bindings: spmi: modify the constraint of reg property
  dt-bindings: spmi: document binding for the Mediatek SPMI controller
  spmi: mediatek: Add support for MT6873/8192

 .../bindings/spmi/mtk,spmi-mtk-pmif.yaml      |  76 +++
 .../devicetree/bindings/spmi/spmi.yaml        |   3 -
 drivers/spmi/Kconfig                          |  11 +
 drivers/spmi/Makefile                         |   1 +
 drivers/spmi/spmi-mtk-pmif.c                  | 542 ++++++++++++++++++
 5 files changed, 630 insertions(+), 3 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/spmi/mtk,spmi-mtk-pmif.yaml
 create mode 100644 drivers/spmi/spmi-mtk-pmif.c

--
2.18.0


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

end of thread, other threads:[~2021-11-18 22:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-15  4:20 [PATCH v15 0/4] Add SPMI support for Mediatek SoC IC James Lo
2021-11-15  4:20 ` [PATCH v15 1/4] dt-bindings: spmi: remove the constraint of reg property James Lo
2021-11-18 22:43   ` Rob Herring
2021-11-15  4:20 ` [PATCH v15 2/4] dt-bindings: spmi: document binding for the Mediatek SPMI controller James Lo
2021-11-15 13:42   ` Rob Herring
2021-11-18  6:27     ` James Lo
2021-11-18 22:44   ` Rob Herring
2021-11-15  4:20 ` [PATCH v15 3/4] spmi: mediatek: Add support for MT6873/8192 James Lo
2021-11-15  4:20 ` [PATCH v15 4/4] spmi: mediatek: Add support for MT8195 James Lo
2021-11-17 13:50   ` Matthias Brugger

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).