linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add SPMI support for Mediatek MT6873/8192 SoC IC
@ 2020-08-21 10:44 Hsin-Hsiung Wang
  2020-08-21 10:44 ` [PATCH v2 1/2] dt-bindings: spmi: document binding for the Mediatek SPMI controller Hsin-Hsiung Wang
  2020-08-21 10:44 ` [PATCH v2 2/2] spmi: mediatek: Add support for MT6873/8192 Hsin-Hsiung Wang
  0 siblings, 2 replies; 5+ messages in thread
From: Hsin-Hsiung Wang @ 2020-08-21 10:44 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 v1:
- remove unused function.
- fix correct coding style for debug message.
- fix the build fail for the error return value.

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

 .../devicetree/bindings/spmi/spmi-mtk-pmif.txt     |  33 ++
 drivers/spmi/Kconfig                               |   9 +
 drivers/spmi/Makefile                              |   1 +
 drivers/spmi/spmi-mtk-pmif.c                       | 474 +++++++++++++++++++++
 4 files changed, 517 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/spmi/spmi-mtk-pmif.txt
 create mode 100644 drivers/spmi/spmi-mtk-pmif.c

-- 
2.6.4

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

end of thread, other threads:[~2020-09-09  2:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-21 10:44 [PATCH v2 0/2] Add SPMI support for Mediatek MT6873/8192 SoC IC Hsin-Hsiung Wang
2020-08-21 10:44 ` [PATCH v2 1/2] dt-bindings: spmi: document binding for the Mediatek SPMI controller Hsin-Hsiung Wang
2020-09-08 20:49   ` Rob Herring
2020-09-09  2:44     ` Hsin-Hsiung Wang
2020-08-21 10:44 ` [PATCH v2 2/2] spmi: mediatek: Add support for MT6873/8192 Hsin-Hsiung Wang

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