This patch series add MT6360 regulator support contains driver and binding document Gene Chen (2) regulator: mt6360: Add support for MT6360 regulator regulator: mt6360: Add DT binding documentation Documentation/devicetree/bindings/regulator/mt6360-regulator.yaml | 109 ++ drivers/regulator/Kconfig | 9 drivers/regulator/Makefile | 1 drivers/regulator/mt6360-regulator.c | 458 ++++++++++ include/dt-bindings/regulator/mediatek,mt6360-regulator.h | 16 5 files changed, 593 insertions(+) changelogs between v1 & v2 - regulator: merge regmap to mfd driver for r/w with crc changelogs between v2 & v3 - Move regmap define to MFD parent driver - Add bindings document