On Fri, Jan 26, 2024 at 03:52:13PM +0800, Charles Hsu wrote:
Add support for mpq8785 device from Monolithic Power Systems, Inc.
(MPS) vendor. This is synchronous step-down controller.
"(MPS) vendor" above has no value.
I find no reference that this chip actually exists. Sorry, but I can not
apply such patches without confirmation that the chip actually exists.
Signed-off-by: Charles Hsu <ythsu0511@xxxxxxxxx>
---
Change in v1:
Initial patchset.
A change log or v1 tag is not needed for the first version of a patch
or patch series.
---...
+ PMBUS_HAVE_VIN | PMBUS_HAVE_VOUT | PMBUS_HAVE_TEMP | PMBUS_HAVE_IOUT |
+ PMBUS_HAVE_STATUS_INPUT | PMBUS_HAVE_STATUS_TEMP,
I am not too happy that all those drivers claim to have no output status
registers. It always makes me wonder if the definitions are just copied
from one driver to the next.