linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/3] Add support for MT6315 regulator
@ 2021-02-07  6:14 Hsin-Hsiung Wang
  2021-02-07  6:14 ` [PATCH v4 1/3] dt-bindings: regulator: document binding " Hsin-Hsiung Wang
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Hsin-Hsiung Wang @ 2021-02-07  6:14 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown, Rob Herring, Matthias Brugger, drinkcat
  Cc: devicetree, srv_heupstream, linux-kernel,
	Project_Global_Chrome_Upstream_Group, linux-mediatek,
	Hsin-Hsiung Wang, linux-arm-kernel

This patch series adds support for MediaTek PMIC MT6315 regulator driver,
which adds MT6315 related buck voltage data to the driver.
This series is based on below patch[1].

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

changes since v3:
- fix the error of binding document.
- refine the mt6315 regulator for better code quality.
- update mt6315 regulator node in the mt8192-evb.dts.

Hsin-Hsiung Wang (3):
  dt-bindings: regulator: document binding for MT6315 regulator
  regulator: mt6315: Add support for MT6315 regulator
  arm64: dts: mt8192: add mt6315 regulator nodes

 .../bindings/regulator/mt6315-regulator.yaml  |  69 ++++
 arch/arm64/boot/dts/mediatek/mt8192-evb.dts   |  46 +++
 drivers/regulator/Kconfig                     |  10 +
 drivers/regulator/Makefile                    |   1 +
 drivers/regulator/mt6315-regulator.c          | 299 ++++++++++++++++++
 include/linux/regulator/mt6315-regulator.h    |  44 +++
 6 files changed, 469 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/regulator/mt6315-regulator.yaml
 create mode 100644 drivers/regulator/mt6315-regulator.c
 create mode 100644 include/linux/regulator/mt6315-regulator.h

-- 
2.18.0
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2021-02-08 18:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-07  6:14 [PATCH v4 0/3] Add support for MT6315 regulator Hsin-Hsiung Wang
2021-02-07  6:14 ` [PATCH v4 1/3] dt-bindings: regulator: document binding " Hsin-Hsiung Wang
2021-02-07  6:14 ` [PATCH v4 2/3] regulator: mt6315: Add support " Hsin-Hsiung Wang
2021-02-07  6:14 ` [PATCH v4 3/3] arm64: dts: mt8192: add mt6315 regulator nodes Hsin-Hsiung Wang
2021-02-08 18:39 ` (subset) [PATCH v4 0/3] Add support for MT6315 regulator Mark Brown

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