[PATCH v4 0/4] Add support for mpq2286 PMIC IC

From: Saravanan Sekar
Date: Wed Oct 11 2023 - 12:48:27 EST


changes in v4:
- dt-binding changed regulator node and name from 'buck0' to 'buck'
- added new pmbus regulator helper to define single regulator and used in mpq2286 driver

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 (4):
hwmon: (pmbus/mpq7932) Get page count based on chip info
regulator: dt-bindings: Add mps,mpq2286 power-management IC
hwmon: (pmbus/core) Add helper macro to define single pmbus regulator
hwmon: (pmbus/mpq2286) Add a support for mpq2286 Power Management IC

.../bindings/regulator/mps,mpq2286.yaml | 59 +++++++++++++++++++
drivers/hwmon/pmbus/mpq7932.c | 19 ++++--
drivers/hwmon/pmbus/pmbus.h | 15 +++++
3 files changed, 89 insertions(+), 4 deletions(-)
create mode 100644 Documentation/devicetree/bindings/regulator/mps,mpq2286.yaml

--
2.34.1