devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Add support for MT6315 regulator
@ 2020-08-03  8:57 Hsin-Hsiung Wang
  2020-08-03  8:57 ` [PATCH 1/3] spmi: Add driver shutdown support Hsin-Hsiung Wang
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Hsin-Hsiung Wang @ 2020-08-03  8:57 UTC (permalink / raw)
  To: Mark Brown, Rob Herring, Matthias Brugger
  Cc: Liam Girdwood, Stephen Boyd, Hsin-Hsiung Wang, linux-kernel,
	devicetree, linux-arm-kernel, linux-mediatek, linux-arm-msm,
	srv_heupstream

This patch series add support for MediaTek PMIC MT6315 regulator driver,
which adds MT6315 related buck voltage data to the driver.

Hsin-Hsiung Wang (3):
  spmi: Add driver shutdown support
  regulator: bindings: Add document for MT6315 regulator
  regulator: mt6315: Add support for MT6315 regulator

 .../bindings/regulator/mt6315-regulator.txt        |  45 +++
 drivers/regulator/Kconfig                          |  10 +
 drivers/regulator/Makefile                         |   1 +
 drivers/regulator/mt6315-regulator.c               | 367 +++++++++++++++++++++
 drivers/spmi/spmi.c                                |  12 +
 include/linux/regulator/mt6315-regulator.h         |  45 +++
 include/linux/spmi.h                               |   1 +
 7 files changed, 481 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/regulator/mt6315-regulator.txt
 create mode 100644 drivers/regulator/mt6315-regulator.c
 create mode 100644 include/linux/regulator/mt6315-regulator.h

-- 
2.6.4

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

end of thread, other threads:[~2020-08-17 21:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-03  8:57 [PATCH 0/3] Add support for MT6315 regulator Hsin-Hsiung Wang
2020-08-03  8:57 ` [PATCH 1/3] spmi: Add driver shutdown support Hsin-Hsiung Wang
2020-08-04  1:51   ` Nicolas Boichat
2020-08-03  8:57 ` [PATCH 2/3] regulator: bindings: Add document for MT6315 regulator Hsin-Hsiung Wang
2020-08-04  2:12   ` Nicolas Boichat
2020-08-17 21:18   ` Rob Herring
2020-08-03  8:57 ` [PATCH 3/3] regulator: mt6315: Add support " 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).