[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250623120016.108732-1-angelogioacchino.delregno@collabora.com>
Date: Mon, 23 Jun 2025 14:00:10 +0200
From: AngeloGioacchino Del Regno <angelogioacchino.delregno@...labora.com>
To: broonie@...nel.org
Cc: lgirdwood@...il.com,
robh@...nel.org,
krzk+dt@...nel.org,
conor+dt@...nel.org,
matthias.bgg@...il.com,
angelogioacchino.delregno@...labora.com,
linux-kernel@...r.kernel.org,
devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
linux-mediatek@...ts.infradead.org,
kernel@...labora.com
Subject: [PATCH v1 0/6] regulator: Add support for MediaTek MT6316/6363/6373 PMICs
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 | 343 ++++++
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, 2965 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
Powered by blists - more mailing lists