Re: [PATCH v4 2/2] hwmon: (pmbus/vt7505) Add driver for Analog Devices MAX16545/MAX16550 and Volterra VT7505
Guenter Roeck <[email protected]> Mon, 27 Jul 2026 07:45:42 -0700
| Newsgroups | org.kernel.vger.linux-hwmon,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-doc,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Jul 25, 2026 at 09:20:14PM +0000, Pradhan, Sanman wrote: > From: Georgi Vlaev <[email protected]> > > Add a PMBus driver for the Analog Devices MAX16545 and MAX16550, and the > Volterra VT7505 controllers. The driver reports input/output voltage, > input/output current, input power and temperature over PMBus. All values > use the direct data format. Peak input voltage, output voltage, output > current, input power and temperature readings are exposed and can be > reset. > > The reported current and power depend on the external current-report > resistor connected to the ILOAD pin, which can be provided through the > "adi,rload-ohms" device tree property. > > On the MAX16550 and VT7505, the severe-OCP deglitch time can optionally > be configured with the "adi,ocp-severe-filter-us" device tree property. > When omitted, the existing hardware setting is left unchanged. > > Co-developed-by: Dhruva Devineni <[email protected]> > Co-developed-by: Debjit Ghosh <[email protected]> > Co-developed-by: JawaharBalaji Thirumalaisamy <[email protected]> > Co-developed-by: Avadhut Naik <[email protected]> > Co-developed-by: Santhanakrishnan Balraj <[email protected]> > Co-developed-by: Brian Mak <[email protected]> > Signed-off-by: Georgi Vlaev <[email protected]> > Signed-off-by: Sanman Pradhan <[email protected]> Applied. Thanks, Guenter