Re: [PATCH v2 1/3] hwmon: ltc2992: Add support

2020-11-22 Thread Guenter Roeck
On Wed, Nov 11, 2020 at 06:20:55PM +0200, alexandru.tach...@analog.com wrote: > From: Alexandru Tachici > > LTC2992 is a rail-to-rail system monitor that > measures current, voltage, and power of two supplies. > > Two ADCs simultaneously measure each supply’s current. > A third ADC monitors the

[PATCH v2 1/3] hwmon: ltc2992: Add support

2020-11-11 Thread alexandru.tachici
From: Alexandru Tachici LTC2992 is a rail-to-rail system monitor that measures current, voltage, and power of two supplies. Two ADCs simultaneously measure each supply’s current. A third ADC monitors the input voltages and four auxiliary external voltages. Signed-off-by: Alexandru Tachici ---