All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] Add SPMI support for Mediatek MT6873/8192 SoC IC
@ 2020-10-16 16:10 ` Hsin-Hsiung Wang
  0 siblings, 0 replies; 24+ messages in thread
From: Hsin-Hsiung Wang @ 2020-10-16 16:10 UTC (permalink / raw)
  To: Stephen Boyd, Rob Herring, Matthias Brugger
  Cc: Hsin-Hsiung Wang, linux-arm-msm, devicetree, linux-arm-kernel,
	linux-mediatek, linux-kernel, srv_heupstream

This series adds support for new SoC MT6873/8192 to the spmi driver.

changes since v3:
- update correct maintainer of the binding document.
- modify debug messages in the mtk spmi probe function.
- enable the sys clk and timer clk for spmi driver.

Hsin-Hsiung Wang (2):
  dt-bindings: spmi: document binding for the Mediatek SPMI controller
  spmi: mediatek: Add support for MT6873/8192

 .../bindings/spmi/mtk,spmi-mtk-pmif.yaml      |  70 +++
 drivers/spmi/Kconfig                          |   9 +
 drivers/spmi/Makefile                         |   1 +
 drivers/spmi/spmi-mtk-pmif.c                  | 490 ++++++++++++++++++
 4 files changed, 570 insertions(+)
 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] 24+ messages in thread

end of thread, other threads:[~2020-10-22  7:49 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-16 16:10 [PATCH v4 0/2] Add SPMI support for Mediatek MT6873/8192 SoC IC Hsin-Hsiung Wang
2020-10-16 16:10 ` Hsin-Hsiung Wang
2020-10-16 16:10 ` Hsin-Hsiung Wang
2020-10-16 16:10 ` [PATCH v4 1/2] dt-bindings: spmi: document binding for the Mediatek SPMI controller Hsin-Hsiung Wang
2020-10-16 16:10   ` Hsin-Hsiung Wang
2020-10-16 16:10   ` Hsin-Hsiung Wang
2020-10-19 19:52   ` Rob Herring
2020-10-19 19:52     ` Rob Herring
2020-10-19 19:52     ` Rob Herring
2020-10-20  4:00     ` Hsin-Hsiung Wang
2020-10-20  4:00       ` Hsin-Hsiung Wang
2020-10-20  4:00       ` Hsin-Hsiung Wang
2020-10-19 19:54   ` Rob Herring
2020-10-19 19:54     ` Rob Herring
2020-10-19 19:54     ` Rob Herring
2020-10-20  4:04     ` Hsin-Hsiung Wang
2020-10-20  4:04       ` Hsin-Hsiung Wang
2020-10-20  4:04       ` Hsin-Hsiung Wang
2020-10-16 16:10 ` [PATCH v4 2/2] spmi: mediatek: Add support for MT6873/8192 Hsin-Hsiung Wang
2020-10-16 16:10   ` Hsin-Hsiung Wang
2020-10-16 16:10   ` Hsin-Hsiung Wang
2020-10-22  7:47   ` Fei Shao
2020-10-22  7:47     ` Fei Shao
2020-10-22  7:47     ` Fei Shao

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.