[PATCH v3 0/3] Add support for mpq2286 PMIC IC

From: Saravanan Sekar
Date: Sat Oct 07 2023 - 13:05:22 EST


changes in v3:
- dt-binding commit message updated the reason for 'buck0' is used instead of 'buck'

changes in v2:
- fix dt check warnings
- fix compiler warning on cast device_get_match_data and lexicological order of compatible



The MPQ2286 is a programmable, high frequency synchronous buck regulator with
integrated internal high side and low side power MOSFET. Application in
Automotive compenents such as ADAS, Infotainment, SOC System core, DDR memory.


Saravanan Sekar (3):
hwmon: (pmbus/mpq7932) Get page count based on chip info
regulator: dt-bindings: Add mps,mpq2286 power-management IC
hwmon: (pmbus/mpq2286) Add a support for mpq2286 Power Management IC

.../bindings/regulator/mps,mpq2286.yaml | 59 +++++++++++++++++++
drivers/hwmon/pmbus/mpq7932.c | 9 ++-
2 files changed, 65 insertions(+), 3 deletions(-)
create mode 100644 Documentation/devicetree/bindings/regulator/mps,mpq2286.yaml

--
2.34.1