Re: [PATCH v2 1/2] regulator: mt6366: Add support for MT6366 regulator

From: AngeloGioacchino Del Regno
Date: Fri Mar 18 2022 - 07:37:38 EST


Il 17/03/22 04:04, Johnson Wang ha scritto:
The MT6366 is a regulator found on boards based on MediaTek MT8186 and
probably other SoCs. It is a so called pmic and connects as a slave to
SoC using SPI, wrapped inside the pmic-wrapper.

Reviewed-by: Mark Brown <broonie@xxxxxxxxxx>

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>

Signed-off-by: Johnson Wang <johnson.wang@xxxxxxxxxxxx>
---
drivers/regulator/mt6358-regulator.c | 213 ++++++++++++++++++++-
include/linux/regulator/mt6358-regulator.h | 45 +++++
2 files changed, 253 insertions(+), 5 deletions(-)

diff --git a/drivers/regulator/mt6358-regulator.c b/drivers/regulator/mt6358-regulator.c