devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/6] regulator: Add support for MediaTek MT6316/6363/6373 PMICs
@ 2025-06-24  7:35 AngeloGioacchino Del Regno
  2025-06-24  7:35 ` [PATCH v2 1/6] dt-bindings: regulator: Document MediaTek MT6316 PMIC Regulators AngeloGioacchino Del Regno
                   ` (5 more replies)
  0 siblings, 6 replies; 17+ messages in thread
From: AngeloGioacchino Del Regno @ 2025-06-24  7:35 UTC (permalink / raw)
  To: broonie
  Cc: lgirdwood, robh, krzk+dt, conor+dt, matthias.bgg,
	angelogioacchino.delregno, linux-kernel, devicetree,
	linux-arm-kernel, linux-mediatek, kernel

Changes in v2:
 - Fixed issues in mt6316-regulator.c and tested again

This series adds support for three new MediaTek PMICs: MT6316, MT6363
and MT6373 and their variants - used in board designs featuring the
MediaTek MT8196 Chromebook SoC, or the MT6991 Dimensity 9400 Smartphone
SoC.

AngeloGioacchino Del Regno (6):
  dt-bindings: regulator: Document MediaTek MT6316 PMIC Regulators
  regulator: Add support for MediaTek MT6316 SPMI PMIC Regulators
  dt-bindings: regulator: Document MediaTek MT6363 PMIC Regulators
  regulator: Add support for MediaTek MT6363 SPMI PMIC Regulators
  dt-bindings: regulator: Document MediaTek MT6373 PMIC Regulators
  regulator: Add support for MediaTek MT6373 SPMI PMIC Regulators

 .../regulator/mediatek,mt6316-regulator.yaml  |   81 ++
 .../regulator/mediatek,mt6363-regulator.yaml  |  123 ++
 .../regulator/mediatek,mt6373-regulator.yaml  |  119 ++
 drivers/regulator/Kconfig                     |   27 +
 drivers/regulator/Makefile                    |    3 +
 drivers/regulator/mt6316-regulator.c          |  345 ++++++
 drivers/regulator/mt6363-regulator.c          | 1060 +++++++++++++++++
 drivers/regulator/mt6373-regulator.c          |  729 ++++++++++++
 include/linux/regulator/mt6363-regulator.h    |  326 +++++
 include/linux/regulator/mt6373-regulator.h    |  154 +++
 10 files changed, 2967 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/regulator/mediatek,mt6316-regulator.yaml
 create mode 100644 Documentation/devicetree/bindings/regulator/mediatek,mt6363-regulator.yaml
 create mode 100644 Documentation/devicetree/bindings/regulator/mediatek,mt6373-regulator.yaml
 create mode 100644 drivers/regulator/mt6316-regulator.c
 create mode 100644 drivers/regulator/mt6363-regulator.c
 create mode 100644 drivers/regulator/mt6373-regulator.c
 create mode 100644 include/linux/regulator/mt6363-regulator.h
 create mode 100644 include/linux/regulator/mt6373-regulator.h

-- 
2.49.0


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

end of thread, other threads:[~2025-07-06  6:22 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-24  7:35 [PATCH v2 0/6] regulator: Add support for MediaTek MT6316/6363/6373 PMICs AngeloGioacchino Del Regno
2025-06-24  7:35 ` [PATCH v2 1/6] dt-bindings: regulator: Document MediaTek MT6316 PMIC Regulators AngeloGioacchino Del Regno
2025-06-27  8:16   ` Krzysztof Kozlowski
2025-06-24  7:35 ` [PATCH v2 2/6] regulator: Add support for MediaTek MT6316 SPMI " AngeloGioacchino Del Regno
2025-06-25  5:06   ` Chen-Yu Tsai
2025-06-25  8:43     ` AngeloGioacchino Del Regno
2025-06-24  7:35 ` [PATCH v2 3/6] dt-bindings: regulator: Document MediaTek MT6363 " AngeloGioacchino Del Regno
2025-06-27  8:18   ` Krzysztof Kozlowski
2025-06-30  3:25     ` Chen-Yu Tsai
2025-06-30  7:52       ` AngeloGioacchino Del Regno
2025-06-30  8:34         ` Chen-Yu Tsai
2025-06-24  7:35 ` [PATCH v2 4/6] regulator: Add support for MediaTek MT6363 SPMI " AngeloGioacchino Del Regno
2025-06-27 19:42   ` Dan Carpenter
2025-07-06  6:22   ` kernel test robot
2025-06-24  7:35 ` [PATCH v2 5/6] dt-bindings: regulator: Document MediaTek MT6373 " AngeloGioacchino Del Regno
2025-06-27  8:21   ` Krzysztof Kozlowski
2025-06-24  7:35 ` [PATCH v2 6/6] regulator: Add support for MediaTek MT6373 SPMI " AngeloGioacchino Del Regno

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