This patch is a continuation of this series: Link: https://lore.kernel.org/20241120035826.3920-1-cedricjustine.encarnacion@xxxxxxxxxx which is a combined series from two original patch series for each of the above family of devices. Both LTP8800 and ADP1051/55 have similar set of registers. The series was v2 of one and v3 of another. Hence, as suggested, this patch proceeds to v4 which succeeds the highest. v5: * Typecast i2c_get_match_data to struct pmbus_driver_info pointer. This should remove kernel test robot warning about discarded const qualifier. Typecast is needed since pmbus_do_probe accepts non-const arguments. * Added missing inner trailing spaces. Also address kernel test robot warning. - Link to v4: https://lore.kernel.org/all/20250124151746.1130-1-cedricjustine.encarnacion@xxxxxxxxxx/ v4: * Removed stray change. * Removed wildcards. Used the device names instead. * Separate patch for adding regulator support. * Removed const keyword from pmbus_driver_info at probe. * Added doc entries for LTP8800 in adp1050.rst. base-commit: a41a9728941f7406a8035d0f19f45f8f3cf65b03 --- Cedric Encarnacion (3): dt-bindings: hwmon: (pmbus/adp1050): Add adp1051, adp1055 and ltp8800 hwmon: (pmbus/adp1050): Add support for adp1051, adp1055 and ltp8800 hwmon: (pmbus/adp1050): Add regulator support for ltp8800 .../bindings/hwmon/pmbus/adi,adp1050.yaml | 15 ++++- Documentation/hwmon/adp1050.rst | 71 +++++++++++++++++++-- drivers/hwmon/pmbus/Kconfig | 9 +++ drivers/hwmon/pmbus/adp1050.c | 72 +++++++++++++++++++++- 4 files changed, 156 insertions(+), 11 deletions(-) --- base-commit: a41a9728941f7406a8035d0f19f45f8f3cf65b03 change-id: 20250707-adp1051-ba0b0a6d82fa Best regards, -- Cedric Encarnacion <cedricjustine.encarnacion@xxxxxxxxxx>