mbox series

[v2,0/2] Add support for MediaTek PMIC MT6366

Message ID 20220317030402.24894-1-johnson.wang@mediatek.com
Headers show
Series Add support for MediaTek PMIC MT6366 | expand

Message

Johnson Wang March 17, 2022, 3:04 a.m. UTC
This patchset adds support for MediaTek PMIC MT6366.
MT6366 is the primary PMIC for MT8186 and probably other SOCs.

Changes in v2:
- rebase on Linux 5.17-rc8
- change subject line

Johnson Wang (2):
  regulator: mt6366: Add support for MT6366 regulator
  dt-bindings: regulator: Add BUCK and LDO document for MT6358 and
    MT6366

 .../bindings/regulator/mt6358-regulator.txt   |  22 +-
 drivers/regulator/mt6358-regulator.c          | 213 +++++++++++++++++-
 include/linux/regulator/mt6358-regulator.h    |  45 ++++
 3 files changed, 270 insertions(+), 10 deletions(-)

Comments

AngeloGioacchino Del Regno March 18, 2022, 11:37 a.m. UTC | #1
Il 17/03/22 04:04, Johnson Wang ha scritto:
> Add buck_vcore_sshub and ldo_vsram_others_sshub
> regulators to binding document for MT6358 and MT6366.
> 
> Reviewed-by: Rob Herring <robh@kernel.org>
> Reviewed-by: Mark Brown <broonie@kernel.org>

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

> Signed-off-by: Johnson Wang <johnson.wang@mediatek.com>
> ---
>   .../bindings/regulator/mt6358-regulator.txt   | 22 ++++++++++++++-----
>   1 file changed, 17 insertions(+), 5 deletions(-)
>